COLOR #003424

HEX: #003424 RGB: (0,52,36)

Color info

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

RGB color model

#003424 color RGB value is (0,52,36).

RGB: (0,52,36) (0%, 20%, 14%)

RGB channels and saturation

R 0 of 255 = 0%
G 52 of 255 = 20%
B 36 of 255 = 14%

0
52
36

R + G + B ~ 11%. #003424 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 52 + 36 = 88 (100%)
R 0 of 88 ~ 0%
G 52 of 88 ~ 59.09%
B 36 of 88 ~ 40.91'%

%59.09
%40.91

CMYK color model

#003424 color CMYK value is (100,0,31,80).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 79.61%

CMYK: (100,0,31,80)
C100M0Y31K80 (100%, 0%, 31%, 80%)
(1.00 / 0.00 / 0.31 / 0.80)

CMYK percentages

%100
%0
%30.77
%79.61

Codes

Color #003424 in popluar color models

00 34 24
RGB 0 52 36
HSL 162° 100.00% 10.20%
HSB/HSV 162° 100.00% 20.39%
CMYK 100.00% 0.00% 30.77%
79.61%

Color #003424 in popluar number systems.

HEX 00 34 24
Decimal 0 52 36
Binary 0 110100 100100
Octal 0 64 44

Shades and tints

Shades of #003424

#003424
(0,52,36)
#003021
(0,48,33)
#002C1E
(0,44,30)
#00281B
(0,40,27)
#002418
(0,36,24)
#002015
(0,32,21)
#001C12
(0,28,18)
#00180F
(0,24,15)
#00140C
(0,20,12)
#001009
(0,16,9)
#000C06
(0,12,6)
#000000
(0,0,0)

Tints of #003424

#003424
(0,52,36)
#174637
(23,70,55)
#2E584A
(46,88,74)
#456A5D
(69,106,93)
#5C7C70
(92,124,112)
#738E83
(115,142,131)
#8AA096
(138,160,150)
#A1B2A9
(161,178,169)
#B8C4BC
(184,196,188)
#CFD6CF
(207,214,207)
#E6E8E2
(230,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003424 color. Also use rgb(0,52,36) instead hex code.

Text Font Color

.myTextColor { color: #003424; }

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

This text font color is #003424.

Background Color

.myBgColor { background-color: #003424; }

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

This div background color is #003424.

Border color

.myBorderColor { border: 1px solid #003424; }

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

This div border color is #003424.

Opacity

.myOpacity80 { color: #003424; opacity: 0.8; }

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

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

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

This text has shadow with #003424 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #003424.

Preview

Color preview on black background

This text has color #003424 on black background.


Color preview on white background

This text has color #003424 on white background.


Black color preview on #003424 background

This text has black color on #003424 background.


White color preview on #003424 background

This text has white color on #003424 background.


Related colors

Complementary color

Complementary color for #hex is #FFCBDB.


I love getcolorcode.com

Triadic colors

1 #240034 and #342400 with #003424 are triadic colors.

2 #243400 and #340024 with #003424 are triadic colors.