COLOR #0D2D23

HEX: #0D2D23 RGB: (13,45,35)

Color info

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

RGB color model

#0D2D23 color RGB value is (13,45,35).

RGB: (13,45,35) (5%, 18%, 14%)

RGB channels and saturation

R 13 of 255 = 5%
G 45 of 255 = 18%
B 35 of 255 = 14%

13
45
35

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

Portions of RGB colors in percentages

R + G + B = 13 + 45 + 35 = 93 (100%)
R 13 of 93 ~ 13.98%
G 45 of 93 ~ 48.39%
B 35 of 93 ~ 37.63'%

%13.98
%48.39
%37.63

CMYK color model

#0D2D23 color CMYK value is (71,0,22,82).

  • cyan value is 71.11%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 82.35%

CMYK: (71,0,22,82)
C71M0Y22K82 (71%, 0%, 22%, 82%)
(0.71 / 0.00 / 0.22 / 0.82)

CMYK percentages

%71.11
%0
%22.22
%82.35

Codes

Color #0D2D23 in popluar color models

0D 2D 23
RGB 13 45 35
HSL 161° 55.17% 11.37%
HSB/HSV 161° 71.11% 17.65%
CMYK 71.11% 0.00% 22.22%
82.35%

Color #0D2D23 in popluar number systems.

HEX 0D 2D 23
Decimal 13 45 35
Binary 1101 101101 100011
Octal 15 55 43

Shades and tints

Shades of #0D2D23

#0D2D23
(13,45,35)
#0C2920
(12,41,32)
#0B251D
(11,37,29)
#0A211A
(10,33,26)
#091D17
(9,29,23)
#081914
(8,25,20)
#071511
(7,21,17)
#06110E
(6,17,14)
#050D0B
(5,13,11)
#040908
(4,9,8)
#030505
(3,5,5)
#000000
(0,0,0)

Tints of #0D2D23

#0D2D23
(13,45,35)
#234037
(35,64,55)
#39534B
(57,83,75)
#4F665F
(79,102,95)
#657973
(101,121,115)
#7B8C87
(123,140,135)
#919F9B
(145,159,155)
#A7B2AF
(167,178,175)
#BDC5C3
(189,197,195)
#D3D8D7
(211,216,215)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2D23 color. Also use rgb(13,45,35) instead hex code.

Text Font Color

.myTextColor { color: #0D2D23; }

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

This text font color is #0D2D23.

Background Color

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

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

This div background color is #0D2D23.

Border color

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

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

This div border color is #0D2D23.

Opacity

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

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

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

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

This text has shadow with #0D2D23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D2D23.

Preview

Color preview on black background

This text has color #0D2D23 on black background.


Color preview on white background

This text has color #0D2D23 on white background.


Black color preview on #0D2D23 background

This text has black color on #0D2D23 background.


White color preview on #0D2D23 background

This text has white color on #0D2D23 background.


Related colors

Complementary color

Complementary color for #hex is #F2D2DC.


I love getcolorcode.com

Triadic colors

1 #230D2D and #2D230D with #0D2D23 are triadic colors.

2 #232D0D and #2D0D23 with #0D2D23 are triadic colors.