COLOR #065D1D

HEX: #065D1D
RGB: (6,93,29)

Color info

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

RGB color model

#065D1D color RGB value is (6,93,29).

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

RGB channels and saturation

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

6
93
29

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

Portions of RGB colors in percentages

R + G + B =
6 + 93 + 29 = 128 (100%)
R 6 of 128 ~ 4.69%
G 93 of 128 ~ 72.66%
B 29 of 128 ~ 22.66%

%72.66
%22.66

CMYK color model

#065D1D color CMYK value is (94,0,69,64).

  • cyan value is 93.55%
  • magenta value is 0.00%
  • yellow value is 68.82%
  • key color value is 63.53%
CMYK:
(94,0,69,64)
C94M0Y69K64 
(94%,0%,69%,64%)
(0.94/0.00/0.69/0.64)	

CMYK percentages

%93.55
%0
%68.82
%63.53

Codes

Color #065D1D in popluar color models

065D1D
RGB69329
HSL136°87.88%19.41%
HSB/HSV136°93.55%36.47%
CMYK93.55%0.00%68.82%
63.53%

Color #065D1D in popluar number systems.

HEX065D1D
Decimal69329
Binary110101110111101
Octal613535

Shades and tints

Shades of #065D1D

#065D1D
(6,93,29)
#06551B
(6,85,27)
#064D19
(6,77,25)
#064517
(6,69,23)
#063D15
(6,61,21)
#063513
(6,53,19)
#062D11
(6,45,17)
#06250F
(6,37,15)
#061D0D
(6,29,13)
#06150B
(6,21,11)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #065D1D

#065D1D
(6,93,29)
#1C6B31
(28,107,49)
#327945
(50,121,69)
#488759
(72,135,89)
#5E956D
(94,149,109)
#74A381
(116,163,129)
#8AB195
(138,177,149)
#A0BFA9
(160,191,169)
#B6CDBD
(182,205,189)
#CCDBD1
(204,219,209)
#E2E9E5
(226,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #065D1D; }

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

This text font color is #065D1D.


Background Color

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

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

This div background color is #065D1D.


Border color

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

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

This div border color is #065D1D.


Opacity

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

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

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

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

This text has shadow with #065D1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065D1D on black background.


Color preview on white background

This text has color #065D1D on white background.



Black color preview on #065D1D background

This text has black color on #065D1D background.


White color preview on #065D1D background

This text has white color on #065D1D background.