COLOR #067E41

HEX: #067E41
RGB: (6,126,65)

Color info

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

RGB color model

#067E41 color RGB value is (6,126,65).

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

RGB channels and saturation

R 6 of 255 = 2%
G 126 of 255 = 49%
B 65 of 255 = 25%

6
126
65

R + G + B ~ 25%. #067E41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 126 + 65 = 197 (100%)
R 6 of 197 ~ 3.05%
G 126 of 197 ~ 63.96%
B 65 of 197 ~ 32.99%

%63.96
%32.99

CMYK color model

#067E41 color CMYK value is (95,0,48,51).

  • cyan value is 95.24%
  • magenta value is 0.00%
  • yellow value is 48.41%
  • key color value is 50.59%
CMYK:
(95,0,48,51)
C95M0Y48K51 
(95%,0%,48%,51%)
(0.95/0.00/0.48/0.51)	

CMYK percentages

%95.24
%0
%48.41
%50.59

Codes

Color #067E41 in popluar color models

067E41
RGB612665
HSL150°90.91%25.88%
HSB/HSV150°95.24%49.41%
CMYK95.24%0.00%48.41%
50.59%

Color #067E41 in popluar number systems.

HEX067E41
Decimal612665
Binary11011111101000001
Octal6176101

Shades and tints

Shades of #067E41

#067E41
(6,126,65)
#06733C
(6,115,60)
#066837
(6,104,55)
#065D32
(6,93,50)
#06522D
(6,82,45)
#064728
(6,71,40)
#063C23
(6,60,35)
#06311E
(6,49,30)
#062619
(6,38,25)
#061B14
(6,27,20)
#06100F
(6,16,15)
#000000
(0,0,0)

Tints of #067E41

#067E41
(6,126,65)
#1C8952
(28,137,82)
#329463
(50,148,99)
#489F74
(72,159,116)
#5EAA85
(94,170,133)
#74B596
(116,181,150)
#8AC0A7
(138,192,167)
#A0CBB8
(160,203,184)
#B6D6C9
(182,214,201)
#CCE1DA
(204,225,218)
#E2ECEB
(226,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #067E41; }

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

This text font color is #067E41.


Background Color

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

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

This div background color is #067E41.


Border color

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

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

This div border color is #067E41.


Opacity

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

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

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

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

This text has shadow with #067E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #067E41 on black background.


Color preview on white background

This text has color #067E41 on white background.



Black color preview on #067E41 background

This text has black color on #067E41 background.


White color preview on #067E41 background

This text has white color on #067E41 background.