COLOR #0D4C24

HEX: #0D4C24 RGB: (13,76,36)

Color info

#0D4C24 contains mainly green and blue colors. Web safe color of #0D4C24 is #003333 (or #033).

RGB color model

#0D4C24 color RGB value is (13,76,36).

RGB: (13,76,36) (5%, 30%, 14%)

RGB channels and saturation

R 13 of 255 = 5%
G 76 of 255 = 30%
B 36 of 255 = 14%

13
76
36

R + G + B ~ 16%. #0D4C24 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 76 + 36 = 125 (100%)
R 13 of 125 ~ 10.4%
G 76 of 125 ~ 60.8%
B 36 of 125 ~ 28.8'%

%60.8
%28.8

CMYK color model

#0D4C24 color CMYK value is (83,0,53,70).

  • cyan value is 82.89%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 70.20%

CMYK: (83,0,53,70)
C83M0Y53K70 (83%, 0%, 53%, 70%)
(0.83 / 0.00 / 0.53 / 0.70)

CMYK percentages

%82.89
%0
%52.63
%70.2

Codes

Color #0D4C24 in popluar color models

0D 4C 24
RGB 13 76 36
HSL 142° 70.79% 17.45%
HSB/HSV 142° 82.89% 29.80%
CMYK 82.89% 0.00% 52.63%
70.20%

Color #0D4C24 in popluar number systems.

HEX 0D 4C 24
Decimal 13 76 36
Binary 1101 1001100 100100
Octal 15 114 44

Shades and tints

Shades of #0D4C24

#0D4C24
(13,76,36)
#0C4621
(12,70,33)
#0B401E
(11,64,30)
#0A3A1B
(10,58,27)
#093418
(9,52,24)
#082E15
(8,46,21)
#072812
(7,40,18)
#06220F
(6,34,15)
#051C0C
(5,28,12)
#041609
(4,22,9)
#031006
(3,16,6)
#000000
(0,0,0)

Tints of #0D4C24

#0D4C24
(13,76,36)
#235C37
(35,92,55)
#396C4A
(57,108,74)
#4F7C5D
(79,124,93)
#658C70
(101,140,112)
#7B9C83
(123,156,131)
#91AC96
(145,172,150)
#A7BCA9
(167,188,169)
#BDCCBC
(189,204,188)
#D3DCCF
(211,220,207)
#E9ECE2
(233,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D4C24; }

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

This text font color is #0D4C24.

Background Color

.myBgColor { background-color: #0D4C24; }

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

This div background color is #0D4C24.

Border color

.myBorderColor { border: 1px solid #0D4C24; }

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

This div border color is #0D4C24.

Opacity

.myOpacity80 { color: #0D4C24; opacity: 0.8; }

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

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

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

This text has shadow with #0D4C24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D4C24.

Preview

Color preview on black background

This text has color #0D4C24 on black background.


Color preview on white background

This text has color #0D4C24 on white background.


Black color preview on #0D4C24 background

This text has black color on #0D4C24 background.


White color preview on #0D4C24 background

This text has white color on #0D4C24 background.


Related colors

Complementary color

Complementary color for #hex is #F2B3DB.


I love getcolorcode.com

Triadic colors

1 #240D4C and #4C240D with #0D4C24 are triadic colors.

2 #244C0D and #4C0D24 with #0D4C24 are triadic colors.