COLOR #065D1C

HEX: #065D1C
RGB: (6,93,28)

Color info

#065D1C contains mainly green color. Web safe color of #065D1C is #006633 (or #063).

RGB color model

#065D1C color RGB value is (6,93,28).

  • red value is 6;
  • green value is 93;
  • blue value is 28.
RGB:
(6,93,28)
(2%,36%,11%)

RGB channels and saturation

R 6 of 255 = 2%
G 93 of 255 = 36%
B 28 of 255 = 11%

6
93
28

R + G + B ~ 16%. #065D1C is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 93 + 28 = 127 (100%)
R 6 of 127 ~ 4.72%
G 93 of 127 ~ 73.23%
B 28 of 127 ~ 22.05%

%73.23
%22.05

CMYK color model

#065D1C color CMYK value is (94,0,70,64).

  • cyan value is 93.55%
  • magenta value is 0.00%
  • yellow value is 69.89%
  • key color value is 63.53%
CMYK:
(94,0,70,64)
C94M0Y70K64 
(94%,0%,70%,64%)
(0.94/0.00/0.70/0.64)	

CMYK percentages

%93.55
%0
%69.89
%63.53

Codes

Color #065D1C in popluar color models

065D1C
RGB69328
HSL135°87.88%19.41%
HSB/HSV135°93.55%36.47%
CMYK93.55%0.00%69.89%
63.53%

Color #065D1C in popluar number systems.

HEX065D1C
Decimal69328
Binary110101110111100
Octal613534

Shades and tints

Shades of #065D1C

#065D1C
(6,93,28)
#06551A
(6,85,26)
#064D18
(6,77,24)
#064516
(6,69,22)
#063D14
(6,61,20)
#063512
(6,53,18)
#062D10
(6,45,16)
#06250E
(6,37,14)
#061D0C
(6,29,12)
#06150A
(6,21,10)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #065D1C

#065D1C
(6,93,28)
#1C6B30
(28,107,48)
#327944
(50,121,68)
#488758
(72,135,88)
#5E956C
(94,149,108)
#74A380
(116,163,128)
#8AB194
(138,177,148)
#A0BFA8
(160,191,168)
#B6CDBC
(182,205,188)
#CCDBD0
(204,219,208)
#E2E9E4
(226,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #065D1C color. Also use rgb(6,93,28) instead hex code.

Text Font Color

.myTextColor { color: #065D1C; }

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

This text font color is #065D1C.


Background Color

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

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

This div background color is #065D1C.


Border color

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

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

This div border color is #065D1C.


Opacity

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

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

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

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

This text has shadow with #065D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065D1C on black background.


Color preview on white background

This text has color #065D1C on white background.



Black color preview on #065D1C background

This text has black color on #065D1C background.


White color preview on #065D1C background

This text has white color on #065D1C background.