COLOR #067F41

HEX: #067F41
RGB: (6,127,65)

Color info

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

RGB color model

#067F41 color RGB value is (6,127,65).

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

RGB channels and saturation

R 6 of 255 = 2%
G 127 of 255 = 50%
B 65 of 255 = 25%

6
127
65

R + G + B ~ 26%. #067F41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 127 + 65 = 198 (100%)
R 6 of 198 ~ 3.03%
G 127 of 198 ~ 64.14%
B 65 of 198 ~ 32.83%

%64.14
%32.83

CMYK color model

#067F41 color CMYK value is (95,0,49,50).

  • cyan value is 95.28%
  • magenta value is 0.00%
  • yellow value is 48.82%
  • key color value is 50.20%
CMYK:
(95,0,49,50)
C95M0Y49K50 
(95%,0%,49%,50%)
(0.95/0.00/0.49/0.50)	

CMYK percentages

%95.28
%0
%48.82
%50.2

Codes

Color #067F41 in popluar color models

067F41
RGB612765
HSL149°90.98%26.08%
HSB/HSV149°95.28%49.80%
CMYK95.28%0.00%48.82%
50.20%

Color #067F41 in popluar number systems.

HEX067F41
Decimal612765
Binary11011111111000001
Octal6177101

Shades and tints

Shades of #067F41

#067F41
(6,127,65)
#06743C
(6,116,60)
#066937
(6,105,55)
#065E32
(6,94,50)
#06532D
(6,83,45)
#064828
(6,72,40)
#063D23
(6,61,35)
#06321E
(6,50,30)
#062719
(6,39,25)
#061C14
(6,28,20)
#06110F
(6,17,15)
#000000
(0,0,0)

Tints of #067F41

#067F41
(6,127,65)
#1C8A52
(28,138,82)
#329563
(50,149,99)
#48A074
(72,160,116)
#5EAB85
(94,171,133)
#74B696
(116,182,150)
#8AC1A7
(138,193,167)
#A0CCB8
(160,204,184)
#B6D7C9
(182,215,201)
#CCE2DA
(204,226,218)
#E2EDEB
(226,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #067F41; }

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

This text font color is #067F41.


Background Color

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

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

This div background color is #067F41.


Border color

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

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

This div border color is #067F41.


Opacity

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

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

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

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

This text has shadow with #067F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #067F41 on black background.


Color preview on white background

This text has color #067F41 on white background.



Black color preview on #067F41 background

This text has black color on #067F41 background.


White color preview on #067F41 background

This text has white color on #067F41 background.