COLOR #00582B

HEX: #00582B
RGB: (0,88,43)

Color info

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

RGB color model

#00582B color RGB value is (0,88,43).

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

RGB channels and saturation

R 0 of 255 = 0%
G 88 of 255 = 35%
B 43 of 255 = 17%

0
88
43

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

Portions of RGB colors in percentages

R + G + B =
0 + 88 + 43 = 131 (100%)
R 0 of 131 ~ 0%
G 88 of 131 ~ 67.18%
B 43 of 131 ~ 32.82%

%67.18
%32.82

CMYK color model

#00582B color CMYK value is (100,0,51,65).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 51.14%
  • key color value is 65.49%
CMYK:
(100,0,51,65)
C100M0Y51K65 
(100%,0%,51%,65%)
(1.00/0.00/0.51/0.65)	

CMYK percentages

%100
%0
%51.14
%65.49

Codes

Color #00582B in popluar color models

00582B
RGB08843
HSL149°100.00%17.25%
HSB/HSV149°100.00%34.51%
CMYK100.00%0.00%51.14%
65.49%

Color #00582B in popluar number systems.

HEX00582B
Decimal08843
Binary01011000101011
Octal013053

Shades and tints

Shades of #00582B

#00582B
(0,88,43)
#005028
(0,80,40)
#004825
(0,72,37)
#004022
(0,64,34)
#00381F
(0,56,31)
#00301C
(0,48,28)
#002819
(0,40,25)
#002016
(0,32,22)
#001813
(0,24,19)
#001010
(0,16,16)
#00080D
(0,8,13)
#000000
(0,0,0)

Tints of #00582B

#00582B
(0,88,43)
#17673E
(23,103,62)
#2E7651
(46,118,81)
#458564
(69,133,100)
#5C9477
(92,148,119)
#73A38A
(115,163,138)
#8AB29D
(138,178,157)
#A1C1B0
(161,193,176)
#B8D0C3
(184,208,195)
#CFDFD6
(207,223,214)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00582B; }

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

This text font color is #00582B.


Background Color

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

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

This div background color is #00582B.


Border color

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

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

This div border color is #00582B.


Opacity

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

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

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

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

This text has shadow with #00582B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00582B on black background.


Color preview on white background

This text has color #00582B on white background.



Black color preview on #00582B background

This text has black color on #00582B background.


White color preview on #00582B background

This text has white color on #00582B background.