COLOR #067241

HEX: #067241
RGB: (6,114,65)

Color info

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

RGB color model

#067241 color RGB value is (6,114,65).

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

RGB channels and saturation

R 6 of 255 = 2%
G 114 of 255 = 45%
B 65 of 255 = 25%

6
114
65

R + G + B ~ 24%. #067241 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 114 + 65 = 185 (100%)
R 6 of 185 ~ 3.24%
G 114 of 185 ~ 61.62%
B 65 of 185 ~ 35.14%

%61.62
%35.14

CMYK color model

#067241 color CMYK value is (95,0,43,55).

  • cyan value is 94.74%
  • magenta value is 0.00%
  • yellow value is 42.98%
  • key color value is 55.29%
CMYK:
(95,0,43,55)
C95M0Y43K55 
(95%,0%,43%,55%)
(0.95/0.00/0.43/0.55)	

CMYK percentages

%94.74
%0
%42.98
%55.29

Codes

Color #067241 in popluar color models

067241
RGB611465
HSL153°90.00%23.53%
HSB/HSV153°94.74%44.71%
CMYK94.74%0.00%42.98%
55.29%

Color #067241 in popluar number systems.

HEX067241
Decimal611465
Binary11011100101000001
Octal6162101

Shades and tints

Shades of #067241

#067241
(6,114,65)
#06683C
(6,104,60)
#065E37
(6,94,55)
#065432
(6,84,50)
#064A2D
(6,74,45)
#064028
(6,64,40)
#063623
(6,54,35)
#062C1E
(6,44,30)
#062219
(6,34,25)
#061814
(6,24,20)
#060E0F
(6,14,15)
#000000
(0,0,0)

Tints of #067241

#067241
(6,114,65)
#1C7E52
(28,126,82)
#328A63
(50,138,99)
#489674
(72,150,116)
#5EA285
(94,162,133)
#74AE96
(116,174,150)
#8ABAA7
(138,186,167)
#A0C6B8
(160,198,184)
#B6D2C9
(182,210,201)
#CCDEDA
(204,222,218)
#E2EAEB
(226,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #067241; }

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

This text font color is #067241.


Background Color

.myBgColor { background-color: #067241; }

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

This div background color is #067241.


Border color

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

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

This div border color is #067241.


Opacity

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

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

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

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

This text has shadow with #067241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #067241 on black background.


Color preview on white background

This text has color #067241 on white background.



Black color preview on #067241 background

This text has black color on #067241 background.


White color preview on #067241 background

This text has white color on #067241 background.