COLOR #006542

HEX: #006542
RGB: (0,101,66)

Color info

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

RGB color model

#006542 color RGB value is (0,101,66).

  • red value is 0;
  • green value is 101;
  • blue value is 66.
RGB:
(0,101,66)
(0%,40%,26%)

RGB channels and saturation

R 0 of 255 = 0%
G 101 of 255 = 40%
B 66 of 255 = 26%

0
101
66

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

Portions of RGB colors in percentages

R + G + B =
0 + 101 + 66 = 167 (100%)
R 0 of 167 ~ 0%
G 101 of 167 ~ 60.48%
B 66 of 167 ~ 39.52%

%60.48
%39.52

CMYK color model

#006542 color CMYK value is (100,0,35,60).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 34.65%
  • key color value is 60.39%
CMYK:
(100,0,35,60)
C100M0Y35K60 
(100%,0%,35%,60%)
(1.00/0.00/0.35/0.60)	

CMYK percentages

%100
%0
%34.65
%60.39

Codes

Color #006542 in popluar color models

006542
RGB010166
HSL159°100.00%19.80%
HSB/HSV159°100.00%39.61%
CMYK100.00%0.00%34.65%
60.39%

Color #006542 in popluar number systems.

HEX006542
Decimal010166
Binary011001011000010
Octal0145102

Shades and tints

Shades of #006542

#006542
(0,101,66)
#005C3C
(0,92,60)
#005336
(0,83,54)
#004A30
(0,74,48)
#00412A
(0,65,42)
#003824
(0,56,36)
#002F1E
(0,47,30)
#002618
(0,38,24)
#001D12
(0,29,18)
#00140C
(0,20,12)
#000B06
(0,11,6)
#000000
(0,0,0)

Tints of #006542

#006542
(0,101,66)
#177353
(23,115,83)
#2E8164
(46,129,100)
#458F75
(69,143,117)
#5C9D86
(92,157,134)
#73AB97
(115,171,151)
#8AB9A8
(138,185,168)
#A1C7B9
(161,199,185)
#B8D5CA
(184,213,202)
#CFE3DB
(207,227,219)
#E6F1EC
(230,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006542 color. Also use rgb(0,101,66) instead hex code.

Text Font Color

.myTextColor { color: #006542; }

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

This text font color is #006542.


Background Color

.myBgColor { background-color: #006542; }

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

This div background color is #006542.


Border color

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

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

This div border color is #006542.


Opacity

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

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

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

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

This text has shadow with #006542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006542 on black background.


Color preview on white background

This text has color #006542 on white background.



Black color preview on #006542 background

This text has black color on #006542 background.


White color preview on #006542 background

This text has white color on #006542 background.