COLOR #003C21

HEX: #003C21 RGB: (0,60,33)

Color info

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

RGB color model

#003C21 color RGB value is (0,60,33).

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

RGB channels and saturation

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

0
60
33

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

Portions of RGB colors in percentages

R + G + B = 0 + 60 + 33 = 93 (100%)
R 0 of 93 ~ 0%
G 60 of 93 ~ 64.52%
B 33 of 93 ~ 35.48'%

%64.52
%35.48

CMYK color model

#003C21 color CMYK value is (100,0,45,76).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 76.47%

CMYK: (100,0,45,76)
C100M0Y45K76 (100%, 0%, 45%, 76%)
(1.00 / 0.00 / 0.45 / 0.76)

CMYK percentages

%100
%0
%45
%76.47

Codes

Color #003C21 in popluar color models

00 3C 21
RGB 0 60 33
HSL 153° 100.00% 11.76%
HSB/HSV 153° 100.00% 23.53%
CMYK 100.00% 0.00% 45.00%
76.47%

Color #003C21 in popluar number systems.

HEX 00 3C 21
Decimal 0 60 33
Binary 0 111100 100001
Octal 0 74 41

Shades and tints

Shades of #003C21

#003C21
(0,60,33)
#00371E
(0,55,30)
#00321B
(0,50,27)
#002D18
(0,45,24)
#002815
(0,40,21)
#002312
(0,35,18)
#001E0F
(0,30,15)
#00190C
(0,25,12)
#001409
(0,20,9)
#000F06
(0,15,6)
#000A03
(0,10,3)
#000000
(0,0,0)

Tints of #003C21

#003C21
(0,60,33)
#174D35
(23,77,53)
#2E5E49
(46,94,73)
#456F5D
(69,111,93)
#5C8071
(92,128,113)
#739185
(115,145,133)
#8AA299
(138,162,153)
#A1B3AD
(161,179,173)
#B8C4C1
(184,196,193)
#CFD5D5
(207,213,213)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003C21; }

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

This text font color is #003C21.

Background Color

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

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

This div background color is #003C21.

Border color

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

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

This div border color is #003C21.

Opacity

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

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

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

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

This text has shadow with #003C21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #003C21.

Preview

Color preview on black background

This text has color #003C21 on black background.


Color preview on white background

This text has color #003C21 on white background.


Black color preview on #003C21 background

This text has black color on #003C21 background.


White color preview on #003C21 background

This text has white color on #003C21 background.


Related colors

Complementary color

Complementary color for #hex is #FFC3DE.


I love getcolorcode.com

Triadic colors

1 #21003C and #3C2100 with #003C21 are triadic colors.

2 #213C00 and #3C0021 with #003C21 are triadic colors.