COLOR #065312

HEX: #065312
RGB: (6,83,18)

Color info

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

RGB color model

#065312 color RGB value is (6,83,18).

  • red value is 6;
  • green value is 83;
  • blue value is 18.
RGB:
(6,83,18)
(2%,33%,7%)

RGB channels and saturation

R 6 of 255 = 2%
G 83 of 255 = 33%
B 18 of 255 = 7%

6
83
18

R + G + B ~ 14%. #065312 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 83 + 18 = 107 (100%)
R 6 of 107 ~ 5.61%
G 83 of 107 ~ 77.57%
B 18 of 107 ~ 16.82%

%77.57
%16.82

CMYK color model

#065312 color CMYK value is (93,0,78,67).

  • cyan value is 92.77%
  • magenta value is 0.00%
  • yellow value is 78.31%
  • key color value is 67.45%
CMYK:
(93,0,78,67)
C93M0Y78K67 
(93%,0%,78%,67%)
(0.93/0.00/0.78/0.67)	

CMYK percentages

%92.77
%0
%78.31
%67.45

Codes

Color #065312 in popluar color models

065312
RGB68318
HSL129°86.52%17.45%
HSB/HSV129°92.77%32.55%
CMYK92.77%0.00%78.31%
67.45%

Color #065312 in popluar number systems.

HEX065312
Decimal68318
Binary110101001110010
Octal612322

Shades and tints

Shades of #065312

#065312
(6,83,18)
#064C11
(6,76,17)
#064510
(6,69,16)
#063E0F
(6,62,15)
#06370E
(6,55,14)
#06300D
(6,48,13)
#06290C
(6,41,12)
#06220B
(6,34,11)
#061B0A
(6,27,10)
#061409
(6,20,9)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #065312

#065312
(6,83,18)
#1C6227
(28,98,39)
#32713C
(50,113,60)
#488051
(72,128,81)
#5E8F66
(94,143,102)
#749E7B
(116,158,123)
#8AAD90
(138,173,144)
#A0BCA5
(160,188,165)
#B6CBBA
(182,203,186)
#CCDACF
(204,218,207)
#E2E9E4
(226,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #065312 color. Also use rgb(6,83,18) instead hex code.

Text Font Color

.myTextColor { color: #065312; }

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

This text font color is #065312.


Background Color

.myBgColor { background-color: #065312; }

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

This div background color is #065312.


Border color

.myBorderColor { border: 1px solid #065312; }

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

This div border color is #065312.


Opacity

.myOpacity80 { color: #065312; opacity: 0.8; }

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

Text with #065312 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 #065312;}

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

This text has shadow with #065312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065312 on black background.


Color preview on white background

This text has color #065312 on white background.



Black color preview on #065312 background

This text has black color on #065312 background.


White color preview on #065312 background

This text has white color on #065312 background.