COLOR #003124

HEX: #003124 RGB: (0,49,36)

Color info

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

RGB color model

#003124 color RGB value is (0,49,36).

RGB: (0,49,36) (0%, 19%, 14%)

RGB channels and saturation

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

0
49
36

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

Portions of RGB colors in percentages

R + G + B = 0 + 49 + 36 = 85 (100%)
R 0 of 85 ~ 0%
G 49 of 85 ~ 57.65%
B 36 of 85 ~ 42.35'%

%57.65
%42.35

CMYK color model

#003124 color CMYK value is (100,0,27,81).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 26.53%
  • key color value is 80.78%
CMYK: (100,0,27,81) C100M0Y27K81 (100%,0%,27%,81%) (1.00/0.00/0.27/0.81) 

CMYK percentages

%100
%0
%26.53
%80.78

Codes

Color #003124 in popluar color models

00 31 24
RGB 0 49 36
HSL 164° 100.00% 9.61%
HSB/HSV 164° 100.00% 19.22%
CMYK 100.00% 0.00% 26.53%
80.78%

Color #003124 in popluar number systems.

HEX 00 31 24
Decimal 0 49 36
Binary 0 110001 100100
Octal 0 61 44

Shades and tints

Shades of #003124

#003124
(0,49,36)
#002D21
(0,45,33)
#00291E
(0,41,30)
#00251B
(0,37,27)
#002118
(0,33,24)
#001D15
(0,29,21)
#001912
(0,25,18)
#00150F
(0,21,15)
#00110C
(0,17,12)
#000D09
(0,13,9)
#000906
(0,9,6)
#000000
(0,0,0)

Tints of #003124

#003124
(0,49,36)
#174337
(23,67,55)
#2E554A
(46,85,74)
#45675D
(69,103,93)
#5C7970
(92,121,112)
#738B83
(115,139,131)
#8A9D96
(138,157,150)
#A1AFA9
(161,175,169)
#B8C1BC
(184,193,188)
#CFD3CF
(207,211,207)
#E6E5E2
(230,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003124; }

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

This text font color is #003124.

Background Color

.myBgColor { background-color: #003124; }

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

This div background color is #003124.

Border color

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

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

This div border color is #003124.

Opacity

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

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

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

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

This text has shadow with #003124 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #003124.

Preview

Color preview on black background

This text has color #003124 on black background.


Color preview on white background

This text has color #003124 on white background.


Black color preview on #003124 background

This text has black color on #003124 background.


White color preview on #003124 background

This text has white color on #003124 background.


Related colors

Complementary color

Complementary color for #hex is #FFCEDB.


I love getcolorcode.com

Triadic colors

1 #240031 and #312400 with #003124 are triadic colors.

2 #243100 and #310024 with #003124 are triadic colors.