COLOR #003024

HEX: #003024
RGB: (0,48,36)

Color info

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

RGB color model

#003024 color RGB value is (0,48,36).

  • red value is 0;
  • green value is 48;
  • blue value is 36.
RGB:
(0,48,36)
(0%,19%,14%)

RGB channels and saturation

R 0 of 255 = 0%
G 48 of 255 = 19%
B 36 of 255 = 14%

0
48
36

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

Portions of RGB colors in percentages

R + G + B =
0 + 48 + 36 = 84 (100%)
R 0 of 84 ~ 0%
G 48 of 84 ~ 57.14%
B 36 of 84 ~ 42.86%

%57.14
%42.86

CMYK color model

#003024 color CMYK value is (100,0,25,81).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 81.18%
CMYK:
(100,0,25,81)
C100M0Y25K81 
(100%,0%,25%,81%)
(1.00/0.00/0.25/0.81)	

CMYK percentages

%100
%0
%25
%81.18

Codes

Color #003024 in popluar color models

003024
RGB04836
HSL165°100.00%9.41%
HSB/HSV165°100.00%18.82%
CMYK100.00%0.00%25.00%
81.18%

Color #003024 in popluar number systems.

HEX003024
Decimal04836
Binary0110000100100
Octal06044

Shades and tints

Shades of #003024

#003024
(0,48,36)
#002C21
(0,44,33)
#00281E
(0,40,30)
#00241B
(0,36,27)
#002018
(0,32,24)
#001C15
(0,28,21)
#001812
(0,24,18)
#00140F
(0,20,15)
#00100C
(0,16,12)
#000C09
(0,12,9)
#000806
(0,8,6)
#000000
(0,0,0)

Tints of #003024

#003024
(0,48,36)
#174237
(23,66,55)
#2E544A
(46,84,74)
#45665D
(69,102,93)
#5C7870
(92,120,112)
#738A83
(115,138,131)
#8A9C96
(138,156,150)
#A1AEA9
(161,174,169)
#B8C0BC
(184,192,188)
#CFD2CF
(207,210,207)
#E6E4E2
(230,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003024; }

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

This text font color is #003024.


Background Color

.myBgColor { background-color: #003024; }

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

This div background color is #003024.


Border color

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

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

This div border color is #003024.


Opacity

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

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

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

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

This text has shadow with #003024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003024 on black background.


Color preview on white background

This text has color #003024 on white background.



Black color preview on #003024 background

This text has black color on #003024 background.


White color preview on #003024 background

This text has white color on #003024 background.