COLOR #067E4A

HEX: #067E4A
RGB: (6,126,74)

Color info

#067E4A contains mainly green and blue colors. Web safe color of #067E4A is #006633 (or #063).

RGB color model

#067E4A color RGB value is (6,126,74).

  • red value is 6;
  • green value is 126;
  • blue value is 74.
RGB:
(6,126,74)
(2%,49%,29%)

RGB channels and saturation

R 6 of 255 = 2%
G 126 of 255 = 49%
B 74 of 255 = 29%

6
126
74

R + G + B ~ 27%. #067E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 126 + 74 = 206 (100%)
R 6 of 206 ~ 2.91%
G 126 of 206 ~ 61.17%
B 74 of 206 ~ 35.92%

%61.17
%35.92

CMYK color model

#067E4A color CMYK value is (95,0,41,51).

  • cyan value is 95.24%
  • magenta value is 0.00%
  • yellow value is 41.27%
  • key color value is 50.59%
CMYK:
(95,0,41,51)
C95M0Y41K51 
(95%,0%,41%,51%)
(0.95/0.00/0.41/0.51)	

CMYK percentages

%95.24
%0
%41.27
%50.59

Codes

Color #067E4A in popluar color models

067E4A
RGB612674
HSL154°90.91%25.88%
HSB/HSV154°95.24%49.41%
CMYK95.24%0.00%41.27%
50.59%

Color #067E4A in popluar number systems.

HEX067E4A
Decimal612674
Binary11011111101001010
Octal6176112

Shades and tints

Shades of #067E4A

#067E4A
(6,126,74)
#067344
(6,115,68)
#06683E
(6,104,62)
#065D38
(6,93,56)
#065232
(6,82,50)
#06472C
(6,71,44)
#063C26
(6,60,38)
#063120
(6,49,32)
#06261A
(6,38,26)
#061B14
(6,27,20)
#06100E
(6,16,14)
#000000
(0,0,0)

Tints of #067E4A

#067E4A
(6,126,74)
#1C895A
(28,137,90)
#32946A
(50,148,106)
#489F7A
(72,159,122)
#5EAA8A
(94,170,138)
#74B59A
(116,181,154)
#8AC0AA
(138,192,170)
#A0CBBA
(160,203,186)
#B6D6CA
(182,214,202)
#CCE1DA
(204,225,218)
#E2ECEA
(226,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #067E4A color. Also use rgb(6,126,74) instead hex code.

Text Font Color

.myTextColor { color: #067E4A; }

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

This text font color is #067E4A.


Background Color

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

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

This div background color is #067E4A.


Border color

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

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

This div border color is #067E4A.


Opacity

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

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

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

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

This text has shadow with #067E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #067E4A on black background.


Color preview on white background

This text has color #067E4A on white background.



Black color preview on #067E4A background

This text has black color on #067E4A background.


White color preview on #067E4A background

This text has white color on #067E4A background.