COLOR #0D341D

HEX: #0D341D
RGB: (13,52,29)

Color info

#0D341D contains red, green and blue colors in about the same proportion. Web safe color of #0D341D is #003333 (or #033).

RGB color model

#0D341D color RGB value is (13,52,29).

  • red value is 13;
  • green value is 52;
  • blue value is 29.
RGB:
(13,52,29)
(5%,20%,11%)

RGB channels and saturation

R 13 of 255 = 5%
G 52 of 255 = 20%
B 29 of 255 = 11%

13
52
29

R + G + B ~ 12%. #0D341D is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 52 + 29 = 94 (100%)
R 13 of 94 ~ 13.83%
G 52 of 94 ~ 55.32%
B 29 of 94 ~ 30.85%

%13.83
%55.32
%30.85

CMYK color model

#0D341D color CMYK value is (75,0,44,80).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 44.23%
  • key color value is 79.61%
CMYK:
(75,0,44,80)
C75M0Y44K80 
(75%,0%,44%,80%)
(0.75/0.00/0.44/0.80)	

CMYK percentages

%75
%0
%44.23
%79.61

Codes

Color #0D341D in popluar color models

0D341D
RGB135229
HSL145°60.00%12.75%
HSB/HSV145°75.00%20.39%
CMYK75.00%0.00%44.23%
79.61%

Color #0D341D in popluar number systems.

HEX0D341D
Decimal135229
Binary110111010011101
Octal156435

Shades and tints

Shades of #0D341D

#0D341D
(13,52,29)
#0C301B
(12,48,27)
#0B2C19
(11,44,25)
#0A2817
(10,40,23)
#092415
(9,36,21)
#082013
(8,32,19)
#071C11
(7,28,17)
#06180F
(6,24,15)
#05140D
(5,20,13)
#04100B
(4,16,11)
#030C09
(3,12,9)
#000000
(0,0,0)

Tints of #0D341D

#0D341D
(13,52,29)
#234631
(35,70,49)
#395845
(57,88,69)
#4F6A59
(79,106,89)
#657C6D
(101,124,109)
#7B8E81
(123,142,129)
#91A095
(145,160,149)
#A7B2A9
(167,178,169)
#BDC4BD
(189,196,189)
#D3D6D1
(211,214,209)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D341D color. Also use rgb(13,52,29) instead hex code.

Text Font Color

.myTextColor { color: #0D341D; }

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

This text font color is #0D341D.


Background Color

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

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

This div background color is #0D341D.


Border color

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

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

This div border color is #0D341D.


Opacity

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

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

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

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

This text has shadow with #0D341D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D341D on black background.


Color preview on white background

This text has color #0D341D on white background.



Black color preview on #0D341D background

This text has black color on #0D341D background.


White color preview on #0D341D background

This text has white color on #0D341D background.