COLOR #00533A

HEX: #00533A
RGB: (0,83,58)

Color info

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

RGB color model

#00533A color RGB value is (0,83,58).

  • red value is 0;
  • green value is 83;
  • blue value is 58.
RGB:
(0,83,58)
(0%,33%,23%)

RGB channels and saturation

R 0 of 255 = 0%
G 83 of 255 = 33%
B 58 of 255 = 23%

0
83
58

R + G + B ~ 19%. #00533A is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 83 + 58 = 141 (100%)
R 0 of 141 ~ 0%
G 83 of 141 ~ 58.87%
B 58 of 141 ~ 41.13%

%58.87
%41.13

CMYK color model

#00533A color CMYK value is (100,0,30,67).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 30.12%
  • key color value is 67.45%
CMYK:
(100,0,30,67)
C100M0Y30K67 
(100%,0%,30%,67%)
(1.00/0.00/0.30/0.67)	

CMYK percentages

%100
%0
%30.12
%67.45

Codes

Color #00533A in popluar color models

00533A
RGB08358
HSL162°100.00%16.27%
HSB/HSV162°100.00%32.55%
CMYK100.00%0.00%30.12%
67.45%

Color #00533A in popluar number systems.

HEX00533A
Decimal08358
Binary01010011111010
Octal012372

Shades and tints

Shades of #00533A

#00533A
(0,83,58)
#004C35
(0,76,53)
#004530
(0,69,48)
#003E2B
(0,62,43)
#003726
(0,55,38)
#003021
(0,48,33)
#00291C
(0,41,28)
#002217
(0,34,23)
#001B12
(0,27,18)
#00140D
(0,20,13)
#000D08
(0,13,8)
#000000
(0,0,0)

Tints of #00533A

#00533A
(0,83,58)
#17624B
(23,98,75)
#2E715C
(46,113,92)
#45806D
(69,128,109)
#5C8F7E
(92,143,126)
#739E8F
(115,158,143)
#8AADA0
(138,173,160)
#A1BCB1
(161,188,177)
#B8CBC2
(184,203,194)
#CFDAD3
(207,218,211)
#E6E9E4
(230,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00533A color. Also use rgb(0,83,58) instead hex code.

Text Font Color

.myTextColor { color: #00533A; }

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

This text font color is #00533A.


Background Color

.myBgColor { background-color: #00533A; }

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

This div background color is #00533A.


Border color

.myBorderColor { border: 1px solid #00533A; }

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

This div border color is #00533A.


Opacity

.myOpacity80 { color: #00533A; opacity: 0.8; }

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

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

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

This text has shadow with #00533A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00533A on black background.


Color preview on white background

This text has color #00533A on white background.



Black color preview on #00533A background

This text has black color on #00533A background.


White color preview on #00533A background

This text has white color on #00533A background.