COLOR #0D2A28

HEX: #0D2A28
RGB: (13,42,40)

Color info

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

RGB color model

#0D2A28 color RGB value is (13,42,40).

  • red value is 13;
  • green value is 42;
  • blue value is 40.
RGB:
(13,42,40)
(5%,16%,16%)

RGB channels and saturation

R 13 of 255 = 5%
G 42 of 255 = 16%
B 40 of 255 = 16%

13
42
40

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

Portions of RGB colors in percentages

R + G + B =
13 + 42 + 40 = 95 (100%)
R 13 of 95 ~ 13.68%
G 42 of 95 ~ 44.21%
B 40 of 95 ~ 42.11%

%13.68
%44.21
%42.11

CMYK color model

#0D2A28 color CMYK value is (69,0,5,84).

  • cyan value is 69.05%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 83.53%
CMYK:
(69,0,5,84)
C69M0Y5K84 
(69%,0%,5%,84%)
(0.69/0.00/0.05/0.84)	

CMYK percentages

%69.05
%0
%4.76
%83.53

Codes

Color #0D2A28 in popluar color models

0D2A28
RGB134240
HSL176°52.73%10.78%
HSB/HSV176°69.05%16.47%
CMYK69.05%0.00%4.76%
83.53%

Color #0D2A28 in popluar number systems.

HEX0D2A28
Decimal134240
Binary1101101010101000
Octal155250

Shades and tints

Shades of #0D2A28

#0D2A28
(13,42,40)
#0C2725
(12,39,37)
#0B2422
(11,36,34)
#0A211F
(10,33,31)
#091E1C
(9,30,28)
#081B19
(8,27,25)
#071816
(7,24,22)
#061513
(6,21,19)
#051210
(5,18,16)
#040F0D
(4,15,13)
#030C0A
(3,12,10)
#000000
(0,0,0)

Tints of #0D2A28

#0D2A28
(13,42,40)
#233D3B
(35,61,59)
#39504E
(57,80,78)
#4F6361
(79,99,97)
#657674
(101,118,116)
#7B8987
(123,137,135)
#919C9A
(145,156,154)
#A7AFAD
(167,175,173)
#BDC2C0
(189,194,192)
#D3D5D3
(211,213,211)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2A28 color. Also use rgb(13,42,40) instead hex code.

Text Font Color

.myTextColor { color: #0D2A28; }

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

This text font color is #0D2A28.


Background Color

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

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

This div background color is #0D2A28.


Border color

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

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

This div border color is #0D2A28.


Opacity

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

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

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

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

This text has shadow with #0D2A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2A28 on black background.


Color preview on white background

This text has color #0D2A28 on white background.



Black color preview on #0D2A28 background

This text has black color on #0D2A28 background.


White color preview on #0D2A28 background

This text has white color on #0D2A28 background.