COLOR #0D3533

HEX: #0D3533
RGB: (13,53,51)

Color info

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

RGB color model

#0D3533 color RGB value is (13,53,51).

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

RGB channels and saturation

R 13 of 255 = 5%
G 53 of 255 = 21%
B 51 of 255 = 20%

13
53
51

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

Portions of RGB colors in percentages

R + G + B =
13 + 53 + 51 = 117 (100%)
R 13 of 117 ~ 11.11%
G 53 of 117 ~ 45.3%
B 51 of 117 ~ 43.59%

%11.11
%45.3
%43.59

CMYK color model

#0D3533 color CMYK value is (75,0,4,79).

  • cyan value is 75.47%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 79.22%
CMYK:
(75,0,4,79)
C75M0Y4K79 
(75%,0%,4%,79%)
(0.75/0.00/0.04/0.79)	

CMYK percentages

%75.47
%0
%3.77
%79.22

Codes

Color #0D3533 in popluar color models

0D3533
RGB135351
HSL177°60.61%12.94%
HSB/HSV177°75.47%20.78%
CMYK75.47%0.00%3.77%
79.22%

Color #0D3533 in popluar number systems.

HEX0D3533
Decimal135351
Binary1101110101110011
Octal156563

Shades and tints

Shades of #0D3533

#0D3533
(13,53,51)
#0C312F
(12,49,47)
#0B2D2B
(11,45,43)
#0A2927
(10,41,39)
#092523
(9,37,35)
#08211F
(8,33,31)
#071D1B
(7,29,27)
#061917
(6,25,23)
#051513
(5,21,19)
#04110F
(4,17,15)
#030D0B
(3,13,11)
#000000
(0,0,0)

Tints of #0D3533

#0D3533
(13,53,51)
#234745
(35,71,69)
#395957
(57,89,87)
#4F6B69
(79,107,105)
#657D7B
(101,125,123)
#7B8F8D
(123,143,141)
#91A19F
(145,161,159)
#A7B3B1
(167,179,177)
#BDC5C3
(189,197,195)
#D3D7D5
(211,215,213)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3533; }

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

This text font color is #0D3533.


Background Color

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

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

This div background color is #0D3533.


Border color

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

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

This div border color is #0D3533.


Opacity

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

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

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

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

This text has shadow with #0D3533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3533 on black background.


Color preview on white background

This text has color #0D3533 on white background.



Black color preview on #0D3533 background

This text has black color on #0D3533 background.


White color preview on #0D3533 background

This text has white color on #0D3533 background.