COLOR #0D0522

HEX: #0D0522
RGB: (13,5,34)

Color info

#0D0522 contains red, green and blue colors in about the same proportion. Web safe color of #0D0522 is #000033 (or #003).

RGB color model

#0D0522 color RGB value is (13,5,34).

  • red value is 13;
  • green value is 5;
  • blue value is 34.
RGB:
(13,5,34)
(5%,2%,13%)

RGB channels and saturation

R 13 of 255 = 5%
G 5 of 255 = 2%
B 34 of 255 = 13%

13
5
34

R + G + B ~ 7%. #0D0522 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 5 + 34 = 52 (100%)
R 13 of 52 ~ 25%
G 5 of 52 ~ 9.62%
B 34 of 52 ~ 65.38%

%25
%9.62
%65.38

CMYK color model

#0D0522 color CMYK value is (62,85,0,87).

  • cyan value is 61.76%
  • magenta value is 85.29%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK:
(62,85,0,87)
C62M85Y0K87 
(62%,85%,0%,87%)
(0.62/0.85/0.00/0.87)	

CMYK percentages

%61.76
%85.29
%0
%86.67

Codes

Color #0D0522 in popluar color models

0D0522
RGB13534
HSL257°74.36%7.65%
HSB/HSV257°85.29%13.33%
CMYK61.76%85.29%0.00%
86.67%

Color #0D0522 in popluar number systems.

HEX0D0522
Decimal13534
Binary1101101100010
Octal15542

Shades and tints

Shades of #0D0522

#0D0522
(13,5,34)
#0C051F
(12,5,31)
#0B051C
(11,5,28)
#0A0519
(10,5,25)
#090516
(9,5,22)
#080513
(8,5,19)
#070510
(7,5,16)
#06050D
(6,5,13)
#05050A
(5,5,10)
#040507
(4,5,7)
#030504
(3,5,4)
#000000
(0,0,0)

Tints of #0D0522

#0D0522
(13,5,34)
#231B36
(35,27,54)
#39314A
(57,49,74)
#4F475E
(79,71,94)
#655D72
(101,93,114)
#7B7386
(123,115,134)
#91899A
(145,137,154)
#A79FAE
(167,159,174)
#BDB5C2
(189,181,194)
#D3CBD6
(211,203,214)
#E9E1EA
(233,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D0522 color. Also use rgb(13,5,34) instead hex code.

Text Font Color

.myTextColor { color: #0D0522; }

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

This text font color is #0D0522.


Background Color

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

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

This div background color is #0D0522.


Border color

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

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

This div border color is #0D0522.


Opacity

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

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

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

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

This text has shadow with #0D0522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0522 on black background.


Color preview on white background

This text has color #0D0522 on white background.



Black color preview on #0D0522 background

This text has black color on #0D0522 background.


White color preview on #0D0522 background

This text has white color on #0D0522 background.