COLOR #0D351A

HEX: #0D351A
RGB: (13,53,26)

Color info

#0D351A contains red, green and blue colors in about the same proportion. Web safe color of #0D351A is #003300 (or #030).

RGB color model

#0D351A color RGB value is (13,53,26).

  • red value is 13;
  • green value is 53;
  • blue value is 26.
RGB:
(13,53,26)
(5%,21%,10%)

RGB channels and saturation

R 13 of 255 = 5%
G 53 of 255 = 21%
B 26 of 255 = 10%

13
53
26

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

Portions of RGB colors in percentages

R + G + B =
13 + 53 + 26 = 92 (100%)
R 13 of 92 ~ 14.13%
G 53 of 92 ~ 57.61%
B 26 of 92 ~ 28.26%

%14.13
%57.61
%28.26

CMYK color model

#0D351A color CMYK value is (75,0,51,79).

  • cyan value is 75.47%
  • magenta value is 0.00%
  • yellow value is 50.94%
  • key color value is 79.22%
CMYK:
(75,0,51,79)
C75M0Y51K79 
(75%,0%,51%,79%)
(0.75/0.00/0.51/0.79)	

CMYK percentages

%75.47
%0
%50.94
%79.22

Codes

Color #0D351A in popluar color models

0D351A
RGB135326
HSL140°60.61%12.94%
HSB/HSV140°75.47%20.78%
CMYK75.47%0.00%50.94%
79.22%

Color #0D351A in popluar number systems.

HEX0D351A
Decimal135326
Binary110111010111010
Octal156532

Shades and tints

Shades of #0D351A

#0D351A
(13,53,26)
#0C3118
(12,49,24)
#0B2D16
(11,45,22)
#0A2914
(10,41,20)
#092512
(9,37,18)
#082110
(8,33,16)
#071D0E
(7,29,14)
#06190C
(6,25,12)
#05150A
(5,21,10)
#041108
(4,17,8)
#030D06
(3,13,6)
#000000
(0,0,0)

Tints of #0D351A

#0D351A
(13,53,26)
#23472E
(35,71,46)
#395942
(57,89,66)
#4F6B56
(79,107,86)
#657D6A
(101,125,106)
#7B8F7E
(123,143,126)
#91A192
(145,161,146)
#A7B3A6
(167,179,166)
#BDC5BA
(189,197,186)
#D3D7CE
(211,215,206)
#E9E9E2
(233,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D351A color. Also use rgb(13,53,26) instead hex code.

Text Font Color

.myTextColor { color: #0D351A; }

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

This text font color is #0D351A.


Background Color

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

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

This div background color is #0D351A.


Border color

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

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

This div border color is #0D351A.


Opacity

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

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

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

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

This text has shadow with #0D351A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D351A on black background.


Color preview on white background

This text has color #0D351A on white background.



Black color preview on #0D351A background

This text has black color on #0D351A background.


White color preview on #0D351A background

This text has white color on #0D351A background.