COLOR #067419

HEX: #067419
RGB: (6,116,25)

Color info

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

RGB color model

#067419 color RGB value is (6,116,25).

  • red value is 6;
  • green value is 116;
  • blue value is 25.
RGB:
(6,116,25)
(2%,45%,10%)

RGB channels and saturation

R 6 of 255 = 2%
G 116 of 255 = 45%
B 25 of 255 = 10%

6
116
25

R + G + B ~ 19%. #067419 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 116 + 25 = 147 (100%)
R 6 of 147 ~ 4.08%
G 116 of 147 ~ 78.91%
B 25 of 147 ~ 17.01%

%78.91
%17.01

CMYK color model

#067419 color CMYK value is (95,0,78,55).

  • cyan value is 94.83%
  • magenta value is 0.00%
  • yellow value is 78.45%
  • key color value is 54.51%
CMYK:
(95,0,78,55)
C95M0Y78K55 
(95%,0%,78%,55%)
(0.95/0.00/0.78/0.55)	

CMYK percentages

%94.83
%0
%78.45
%54.51

Codes

Color #067419 in popluar color models

067419
RGB611625
HSL130°90.16%23.92%
HSB/HSV130°94.83%45.49%
CMYK94.83%0.00%78.45%
54.51%

Color #067419 in popluar number systems.

HEX067419
Decimal611625
Binary110111010011001
Octal616431

Shades and tints

Shades of #067419

#067419
(6,116,25)
#066A17
(6,106,23)
#066015
(6,96,21)
#065613
(6,86,19)
#064C11
(6,76,17)
#06420F
(6,66,15)
#06380D
(6,56,13)
#062E0B
(6,46,11)
#062409
(6,36,9)
#061A07
(6,26,7)
#061005
(6,16,5)
#000000
(0,0,0)

Tints of #067419

#067419
(6,116,25)
#1C802D
(28,128,45)
#328C41
(50,140,65)
#489855
(72,152,85)
#5EA469
(94,164,105)
#74B07D
(116,176,125)
#8ABC91
(138,188,145)
#A0C8A5
(160,200,165)
#B6D4B9
(182,212,185)
#CCE0CD
(204,224,205)
#E2ECE1
(226,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #067419 color. Also use rgb(6,116,25) instead hex code.

Text Font Color

.myTextColor { color: #067419; }

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

This text font color is #067419.


Background Color

.myBgColor { background-color: #067419; }

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

This div background color is #067419.


Border color

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

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

This div border color is #067419.


Opacity

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

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

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

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

This text has shadow with #067419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #067419 on black background.


Color preview on white background

This text has color #067419 on white background.



Black color preview on #067419 background

This text has black color on #067419 background.


White color preview on #067419 background

This text has white color on #067419 background.