COLOR #0D4C2A

HEX: #0D4C2A
RGB: (13,76,42)

Color info

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

RGB color model

#0D4C2A color RGB value is (13,76,42).

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

RGB channels and saturation

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

13
76
42

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

Portions of RGB colors in percentages

R + G + B =
13 + 76 + 42 = 131 (100%)
R 13 of 131 ~ 9.92%
G 76 of 131 ~ 58.02%
B 42 of 131 ~ 32.06%

%9.92
%58.02
%32.06

CMYK color model

#0D4C2A color CMYK value is (83,0,45,70).

  • cyan value is 82.89%
  • magenta value is 0.00%
  • yellow value is 44.74%
  • key color value is 70.20%
CMYK:
(83,0,45,70)
C83M0Y45K70 
(83%,0%,45%,70%)
(0.83/0.00/0.45/0.70)	

CMYK percentages

%82.89
%0
%44.74
%70.2

Codes

Color #0D4C2A in popluar color models

0D4C2A
RGB137642
HSL148°70.79%17.45%
HSB/HSV148°82.89%29.80%
CMYK82.89%0.00%44.74%
70.20%

Color #0D4C2A in popluar number systems.

HEX0D4C2A
Decimal137642
Binary11011001100101010
Octal1511452

Shades and tints

Shades of #0D4C2A

#0D4C2A
(13,76,42)
#0C4627
(12,70,39)
#0B4024
(11,64,36)
#0A3A21
(10,58,33)
#09341E
(9,52,30)
#082E1B
(8,46,27)
#072818
(7,40,24)
#062215
(6,34,21)
#051C12
(5,28,18)
#04160F
(4,22,15)
#03100C
(3,16,12)
#000000
(0,0,0)

Tints of #0D4C2A

#0D4C2A
(13,76,42)
#235C3D
(35,92,61)
#396C50
(57,108,80)
#4F7C63
(79,124,99)
#658C76
(101,140,118)
#7B9C89
(123,156,137)
#91AC9C
(145,172,156)
#A7BCAF
(167,188,175)
#BDCCC2
(189,204,194)
#D3DCD5
(211,220,213)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D4C2A; }

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

This text font color is #0D4C2A.


Background Color

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

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

This div background color is #0D4C2A.


Border color

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

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

This div border color is #0D4C2A.


Opacity

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

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

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

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

This text has shadow with #0D4C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D4C2A on black background.


Color preview on white background

This text has color #0D4C2A on white background.



Black color preview on #0D4C2A background

This text has black color on #0D4C2A background.


White color preview on #0D4C2A background

This text has white color on #0D4C2A background.