COLOR #065B15

HEX: #065B15
RGB: (6,91,21)

Color info

#065B15 contains mainly green color. Web safe color of #065B15 is #006600 (or #060).

RGB color model

#065B15 color RGB value is (6,91,21).

  • red value is 6;
  • green value is 91;
  • blue value is 21.
RGB:
(6,91,21)
(2%,36%,8%)

RGB channels and saturation

R 6 of 255 = 2%
G 91 of 255 = 36%
B 21 of 255 = 8%

6
91
21

R + G + B ~ 15%. #065B15 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 91 + 21 = 118 (100%)
R 6 of 118 ~ 5.08%
G 91 of 118 ~ 77.12%
B 21 of 118 ~ 17.8%

%77.12
%17.8

CMYK color model

#065B15 color CMYK value is (93,0,77,64).

  • cyan value is 93.41%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 64.31%
CMYK:
(93,0,77,64)
C93M0Y77K64 
(93%,0%,77%,64%)
(0.93/0.00/0.77/0.64)	

CMYK percentages

%93.41
%0
%76.92
%64.31

Codes

Color #065B15 in popluar color models

065B15
RGB69121
HSL131°87.63%19.02%
HSB/HSV131°93.41%35.69%
CMYK93.41%0.00%76.92%
64.31%

Color #065B15 in popluar number systems.

HEX065B15
Decimal69121
Binary110101101110101
Octal613325

Shades and tints

Shades of #065B15

#065B15
(6,91,21)
#065314
(6,83,20)
#064B13
(6,75,19)
#064312
(6,67,18)
#063B11
(6,59,17)
#063310
(6,51,16)
#062B0F
(6,43,15)
#06230E
(6,35,14)
#061B0D
(6,27,13)
#06130C
(6,19,12)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #065B15

#065B15
(6,91,21)
#1C692A
(28,105,42)
#32773F
(50,119,63)
#488554
(72,133,84)
#5E9369
(94,147,105)
#74A17E
(116,161,126)
#8AAF93
(138,175,147)
#A0BDA8
(160,189,168)
#B6CBBD
(182,203,189)
#CCD9D2
(204,217,210)
#E2E7E7
(226,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #065B15 color. Also use rgb(6,91,21) instead hex code.

Text Font Color

.myTextColor { color: #065B15; }

<p style="color:#065B15">This sample text font color is #065B15.</p>

This text font color is #065B15.


Background Color

.myBgColor { background-color: #065B15; }

<div style="background-color:#065B15">Inner text</div>

This div background color is #065B15.


Border color

.myBorderColor { border: 1px solid #065B15; }

<div style="border:3px solid #065B15">Div</div>

This div border color is #065B15.


Opacity

.myOpacity80 { color: #065B15; opacity: 0.8; }

<p style="color:#065B15;opacity:0.8;">80%</p>

Text with #065B15 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #065B15;}

<p style="text-shadow: 3px 3px 1px #065B15">Text here.</p>

This text has shadow with #065B15 color.

.textShadow {text-shadow: 3px 3px 1px #065B15, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #065B15, 5px 5px 20px red">Text here.</p>

This text has shadow with #065B15 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#065B15, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#065B15, Direction=45, Strength=4)">Text</p>

This text has shadow with #065B15 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #065B15;
  -webkit-box-shadow:	1px 1px 3px 2px #065B15;
  box-shadow:		1px 1px 3px 2px #065B15;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #065B15;
-webkit-box-shadow: 1px 1px 3px 2px #065B15;
box-shadow:1px 1px 3px 2px #065B15;">
Div content here</div>
This div box has shadow with color #065B15.

Preview

Color preview on black background

This text has color #065B15 on black background.


Color preview on white background

This text has color #065B15 on white background.



Black color preview on #065B15 background

This text has black color on #065B15 background.


White color preview on #065B15 background

This text has white color on #065B15 background.