COLOR #067E26

HEX: #067E26
RGB: (6,126,38)

Color info

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

RGB color model

#067E26 color RGB value is (6,126,38).

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

RGB channels and saturation

R 6 of 255 = 2%
G 126 of 255 = 49%
B 38 of 255 = 15%

6
126
38

R + G + B ~ 22%. #067E26 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 126 + 38 = 170 (100%)
R 6 of 170 ~ 3.53%
G 126 of 170 ~ 74.12%
B 38 of 170 ~ 22.35%

%74.12
%22.35

CMYK color model

#067E26 color CMYK value is (95,0,70,51).

  • cyan value is 95.24%
  • magenta value is 0.00%
  • yellow value is 69.84%
  • key color value is 50.59%
CMYK:
(95,0,70,51)
C95M0Y70K51 
(95%,0%,70%,51%)
(0.95/0.00/0.70/0.51)	

CMYK percentages

%95.24
%0
%69.84
%50.59

Codes

Color #067E26 in popluar color models

067E26
RGB612638
HSL136°90.91%25.88%
HSB/HSV136°95.24%49.41%
CMYK95.24%0.00%69.84%
50.59%

Color #067E26 in popluar number systems.

HEX067E26
Decimal612638
Binary1101111110100110
Octal617646

Shades and tints

Shades of #067E26

#067E26
(6,126,38)
#067323
(6,115,35)
#066820
(6,104,32)
#065D1D
(6,93,29)
#06521A
(6,82,26)
#064717
(6,71,23)
#063C14
(6,60,20)
#063111
(6,49,17)
#06260E
(6,38,14)
#061B0B
(6,27,11)
#061008
(6,16,8)
#000000
(0,0,0)

Tints of #067E26

#067E26
(6,126,38)
#1C8939
(28,137,57)
#32944C
(50,148,76)
#489F5F
(72,159,95)
#5EAA72
(94,170,114)
#74B585
(116,181,133)
#8AC098
(138,192,152)
#A0CBAB
(160,203,171)
#B6D6BE
(182,214,190)
#CCE1D1
(204,225,209)
#E2ECE4
(226,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #067E26; }

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

This text font color is #067E26.


Background Color

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

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

This div background color is #067E26.


Border color

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

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

This div border color is #067E26.


Opacity

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

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

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

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

This text has shadow with #067E26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #067E26 on black background.


Color preview on white background

This text has color #067E26 on white background.



Black color preview on #067E26 background

This text has black color on #067E26 background.


White color preview on #067E26 background

This text has white color on #067E26 background.