COLOR #067F1D

HEX: #067F1D
RGB: (6,127,29)

Color info

#067F1D contains mainly green color. Web safe color of #067F1D is #006633 (or #063).

RGB color model

#067F1D color RGB value is (6,127,29).

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

RGB channels and saturation

R 6 of 255 = 2%
G 127 of 255 = 50%
B 29 of 255 = 11%

6
127
29

R + G + B ~ 21%. #067F1D is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 127 + 29 = 162 (100%)
R 6 of 162 ~ 3.7%
G 127 of 162 ~ 78.4%
B 29 of 162 ~ 17.9%

%78.4
%17.9

CMYK color model

#067F1D color CMYK value is (95,0,77,50).

  • cyan value is 95.28%
  • magenta value is 0.00%
  • yellow value is 77.17%
  • key color value is 50.20%
CMYK:
(95,0,77,50)
C95M0Y77K50 
(95%,0%,77%,50%)
(0.95/0.00/0.77/0.50)	

CMYK percentages

%95.28
%0
%77.17
%50.2

Codes

Color #067F1D in popluar color models

067F1D
RGB612729
HSL131°90.98%26.08%
HSB/HSV131°95.28%49.80%
CMYK95.28%0.00%77.17%
50.20%

Color #067F1D in popluar number systems.

HEX067F1D
Decimal612729
Binary110111111111101
Octal617735

Shades and tints

Shades of #067F1D

#067F1D
(6,127,29)
#06741B
(6,116,27)
#066919
(6,105,25)
#065E17
(6,94,23)
#065315
(6,83,21)
#064813
(6,72,19)
#063D11
(6,61,17)
#06320F
(6,50,15)
#06270D
(6,39,13)
#061C0B
(6,28,11)
#061109
(6,17,9)
#000000
(0,0,0)

Tints of #067F1D

#067F1D
(6,127,29)
#1C8A31
(28,138,49)
#329545
(50,149,69)
#48A059
(72,160,89)
#5EAB6D
(94,171,109)
#74B681
(116,182,129)
#8AC195
(138,193,149)
#A0CCA9
(160,204,169)
#B6D7BD
(182,215,189)
#CCE2D1
(204,226,209)
#E2EDE5
(226,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #067F1D color. Also use rgb(6,127,29) instead hex code.

Text Font Color

.myTextColor { color: #067F1D; }

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

This text font color is #067F1D.


Background Color

.myBgColor { background-color: #067F1D; }

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

This div background color is #067F1D.


Border color

.myBorderColor { border: 1px solid #067F1D; }

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

This div border color is #067F1D.


Opacity

.myOpacity80 { color: #067F1D; opacity: 0.8; }

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

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

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

This text has shadow with #067F1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #067F1D on black background.


Color preview on white background

This text has color #067F1D on white background.



Black color preview on #067F1D background

This text has black color on #067F1D background.


White color preview on #067F1D background

This text has white color on #067F1D background.