COLOR #0D352F

HEX: #0D352F RGB: (13,53,47)

Color info

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

RGB color model

#0D352F color RGB value is (13,53,47).

RGB: (13,53,47) (5%, 21%, 18%)

RGB channels and saturation

R 13 of 255 = 5%
G 53 of 255 = 21%
B 47 of 255 = 18%

13
53
47

R + G + B ~ 15%. #0D352F is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 53 + 47 = 113 (100%)
R 13 of 113 ~ 11.5%
G 53 of 113 ~ 46.9%
B 47 of 113 ~ 41.59'%

%11.5
%46.9
%41.59

CMYK color model

#0D352F color CMYK value is (75,0,11,79).

  • cyan value is 75.47%
  • magenta value is 0.00%
  • yellow value is 11.32%
  • key color value is 79.22%

CMYK: (75,0,11,79)
C75M0Y11K79 (75%, 0%, 11%, 79%)
(0.75 / 0.00 / 0.11 / 0.79)

CMYK percentages

%75.47
%0
%11.32
%79.22

Codes

Color #0D352F in popluar color models

0D 35 2F
RGB 13 53 47
HSL 171° 60.61% 12.94%
HSB/HSV 171° 75.47% 20.78%
CMYK 75.47% 0.00% 11.32%
79.22%

Color #0D352F in popluar number systems.

HEX 0D 35 2F
Decimal 13 53 47
Binary 1101 110101 101111
Octal 15 65 57

Shades and tints

Shades of #0D352F

#0D352F
(13,53,47)
#0C312B
(12,49,43)
#0B2D27
(11,45,39)
#0A2923
(10,41,35)
#09251F
(9,37,31)
#08211B
(8,33,27)
#071D17
(7,29,23)
#061913
(6,25,19)
#05150F
(5,21,15)
#04110B
(4,17,11)
#030D07
(3,13,7)
#000000
(0,0,0)

Tints of #0D352F

#0D352F
(13,53,47)
#234741
(35,71,65)
#395953
(57,89,83)
#4F6B65
(79,107,101)
#657D77
(101,125,119)
#7B8F89
(123,143,137)
#91A19B
(145,161,155)
#A7B3AD
(167,179,173)
#BDC5BF
(189,197,191)
#D3D7D1
(211,215,209)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D352F; }

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

This text font color is #0D352F.

Background Color

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

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

This div background color is #0D352F.

Border color

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

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

This div border color is #0D352F.

Opacity

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

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

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

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

This text has shadow with #0D352F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D352F.

Preview

Color preview on black background

This text has color #0D352F on black background.


Color preview on white background

This text has color #0D352F on white background.


Black color preview on #0D352F background

This text has black color on #0D352F background.


White color preview on #0D352F background

This text has white color on #0D352F background.


Related colors

Complementary color

Complementary color for #hex is #F2CAD0.


I love getcolorcode.com

Triadic colors

1 #2F0D35 and #352F0D with #0D352F are triadic colors.

2 #2F350D and #350D2F with #0D352F are triadic colors.