COLOR #003E21

HEX: #003E21 RGB: (0,62,33)

Color info

#003E21 contains only green and blue colors. Web safe color of #003E21 is #003333 (or #033).

RGB color model

#003E21 color RGB value is (0,62,33).

RGB: (0,62,33) (0%, 24%, 13%)

RGB channels and saturation

R 0 of 255 = 0%
G 62 of 255 = 24%
B 33 of 255 = 13%

0
62
33

R + G + B ~ 12%. #003E21 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 62 + 33 = 95 (100%)
R 0 of 95 ~ 0%
G 62 of 95 ~ 65.26%
B 33 of 95 ~ 34.74'%

%65.26
%34.74

CMYK color model

#003E21 color CMYK value is (100,0,47,76).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 46.77%
  • key color value is 75.69%

CMYK: (100,0,47,76)
C100M0Y47K76 (100%, 0%, 47%, 76%)
(1.00 / 0.00 / 0.47 / 0.76)

CMYK percentages

%100
%0
%46.77
%75.69

Codes

Color #003E21 in popluar color models

00 3E 21
RGB 0 62 33
HSL 152° 100.00% 12.16%
HSB/HSV 152° 100.00% 24.31%
CMYK 100.00% 0.00% 46.77%
75.69%

Color #003E21 in popluar number systems.

HEX 00 3E 21
Decimal 0 62 33
Binary 0 111110 100001
Octal 0 76 41

Shades and tints

Shades of #003E21

#003E21
(0,62,33)
#00391E
(0,57,30)
#00341B
(0,52,27)
#002F18
(0,47,24)
#002A15
(0,42,21)
#002512
(0,37,18)
#00200F
(0,32,15)
#001B0C
(0,27,12)
#001609
(0,22,9)
#001106
(0,17,6)
#000C03
(0,12,3)
#000000
(0,0,0)

Tints of #003E21

#003E21
(0,62,33)
#174F35
(23,79,53)
#2E6049
(46,96,73)
#45715D
(69,113,93)
#5C8271
(92,130,113)
#739385
(115,147,133)
#8AA499
(138,164,153)
#A1B5AD
(161,181,173)
#B8C6C1
(184,198,193)
#CFD7D5
(207,215,213)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003E21 color. Also use rgb(0,62,33) instead hex code.

Text Font Color

.myTextColor { color: #003E21; }

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

This text font color is #003E21.

Background Color

.myBgColor { background-color: #003E21; }

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

This div background color is #003E21.

Border color

.myBorderColor { border: 1px solid #003E21; }

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

This div border color is #003E21.

Opacity

.myOpacity80 { color: #003E21; opacity: 0.8; }

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

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

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

This text has shadow with #003E21 color.


.textShadow {text-shadow: 3px 3px 1px #003E21', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #003E21; -webkit-box-shadow: 1px 1px 3px 2px #003E21; box-shadow:1px 1px 3px 2px #003E21;">
Div content here
</div>

This div box has shadow with color #003E21.

Preview

Color preview on black background

This text has color #003E21 on black background.


Color preview on white background

This text has color #003E21 on white background.


Black color preview on #003E21 background

This text has black color on #003E21 background.


White color preview on #003E21 background

This text has white color on #003E21 background.


Related colors

Complementary color

Complementary color for #hex is #FFC1DE.


I love getcolorcode.com

Triadic colors

1 #21003E and #3E2100 with #003E21 are triadic colors.

2 #213E00 and #3E0021 with #003E21 are triadic colors.