COLOR #0D4C28

HEX: #0D4C28
RGB: (13,76,40)

Color info

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

RGB color model

#0D4C28 color RGB value is (13,76,40).

  • red value is 13;
  • green value is 76;
  • blue value is 40.
RGB:
(13,76,40)
(5%,30%,16%)

RGB channels and saturation

R 13 of 255 = 5%
G 76 of 255 = 30%
B 40 of 255 = 16%

13
76
40

R + G + B ~ 17%. #0D4C28 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 76 + 40 = 129 (100%)
R 13 of 129 ~ 10.08%
G 76 of 129 ~ 58.91%
B 40 of 129 ~ 31.01%

%10.08
%58.91
%31.01

CMYK color model

#0D4C28 color CMYK value is (83,0,47,70).

  • cyan value is 82.89%
  • magenta value is 0.00%
  • yellow value is 47.37%
  • key color value is 70.20%
CMYK:
(83,0,47,70)
C83M0Y47K70 
(83%,0%,47%,70%)
(0.83/0.00/0.47/0.70)	

CMYK percentages

%82.89
%0
%47.37
%70.2

Codes

Color #0D4C28 in popluar color models

0D4C28
RGB137640
HSL146°70.79%17.45%
HSB/HSV146°82.89%29.80%
CMYK82.89%0.00%47.37%
70.20%

Color #0D4C28 in popluar number systems.

HEX0D4C28
Decimal137640
Binary11011001100101000
Octal1511450

Shades and tints

Shades of #0D4C28

#0D4C28
(13,76,40)
#0C4625
(12,70,37)
#0B4022
(11,64,34)
#0A3A1F
(10,58,31)
#09341C
(9,52,28)
#082E19
(8,46,25)
#072816
(7,40,22)
#062213
(6,34,19)
#051C10
(5,28,16)
#04160D
(4,22,13)
#03100A
(3,16,10)
#000000
(0,0,0)

Tints of #0D4C28

#0D4C28
(13,76,40)
#235C3B
(35,92,59)
#396C4E
(57,108,78)
#4F7C61
(79,124,97)
#658C74
(101,140,116)
#7B9C87
(123,156,135)
#91AC9A
(145,172,154)
#A7BCAD
(167,188,173)
#BDCCC0
(189,204,192)
#D3DCD3
(211,220,211)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D4C28; }

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

This text font color is #0D4C28.


Background Color

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

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

This div background color is #0D4C28.


Border color

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

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

This div border color is #0D4C28.


Opacity

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

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

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

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

This text has shadow with #0D4C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4C28 on black background.


Color preview on white background

This text has color #0D4C28 on white background.



Black color preview on #0D4C28 background

This text has black color on #0D4C28 background.


White color preview on #0D4C28 background

This text has white color on #0D4C28 background.