COLOR #00542B

HEX: #00542B
RGB: (0,84,43)

Color info

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

RGB color model

#00542B color RGB value is (0,84,43).

  • red value is 0;
  • green value is 84;
  • blue value is 43.
RGB:
(0,84,43)
(0%,33%,17%)

RGB channels and saturation

R 0 of 255 = 0%
G 84 of 255 = 33%
B 43 of 255 = 17%

0
84
43

R + G + B ~ 17%. #00542B is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 84 + 43 = 127 (100%)
R 0 of 127 ~ 0%
G 84 of 127 ~ 66.14%
B 43 of 127 ~ 33.86%

%66.14
%33.86

CMYK color model

#00542B color CMYK value is (100,0,49,67).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 48.81%
  • key color value is 67.06%
CMYK:
(100,0,49,67)
C100M0Y49K67 
(100%,0%,49%,67%)
(1.00/0.00/0.49/0.67)	

CMYK percentages

%100
%0
%48.81
%67.06

Codes

Color #00542B in popluar color models

00542B
RGB08443
HSL151°100.00%16.47%
HSB/HSV151°100.00%32.94%
CMYK100.00%0.00%48.81%
67.06%

Color #00542B in popluar number systems.

HEX00542B
Decimal08443
Binary01010100101011
Octal012453

Shades and tints

Shades of #00542B

#00542B
(0,84,43)
#004D28
(0,77,40)
#004625
(0,70,37)
#003F22
(0,63,34)
#00381F
(0,56,31)
#00311C
(0,49,28)
#002A19
(0,42,25)
#002316
(0,35,22)
#001C13
(0,28,19)
#001510
(0,21,16)
#000E0D
(0,14,13)
#000000
(0,0,0)

Tints of #00542B

#00542B
(0,84,43)
#17633E
(23,99,62)
#2E7251
(46,114,81)
#458164
(69,129,100)
#5C9077
(92,144,119)
#739F8A
(115,159,138)
#8AAE9D
(138,174,157)
#A1BDB0
(161,189,176)
#B8CCC3
(184,204,195)
#CFDBD6
(207,219,214)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00542B color. Also use rgb(0,84,43) instead hex code.

Text Font Color

.myTextColor { color: #00542B; }

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

This text font color is #00542B.


Background Color

.myBgColor { background-color: #00542B; }

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

This div background color is #00542B.


Border color

.myBorderColor { border: 1px solid #00542B; }

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

This div border color is #00542B.


Opacity

.myOpacity80 { color: #00542B; opacity: 0.8; }

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

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

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

This text has shadow with #00542B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00542B on black background.


Color preview on white background

This text has color #00542B on white background.



Black color preview on #00542B background

This text has black color on #00542B background.


White color preview on #00542B background

This text has white color on #00542B background.