COLOR #052015

HEX: #052015
RGB: (5,32,21)

Color info

#052015 contains red, green and blue colors in about the same proportion. Web safe color of #052015 is #003300 (or #030).

RGB color model

#052015 color RGB value is (5,32,21).

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

RGB channels and saturation

R 5 of 255 = 2%
G 32 of 255 = 13%
B 21 of 255 = 8%

5
32
21

R + G + B ~ 8%. #052015 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 32 + 21 = 58 (100%)
R 5 of 58 ~ 8.62%
G 32 of 58 ~ 55.17%
B 21 of 58 ~ 36.21%

%55.17
%36.21

CMYK color model

#052015 color CMYK value is (84,0,34,87).

  • cyan value is 84.38%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 87.45%
CMYK:
(84,0,34,87)
C84M0Y34K87 
(84%,0%,34%,87%)
(0.84/0.00/0.34/0.87)	

CMYK percentages

%84.38
%0
%34.38
%87.45

Codes

Color #052015 in popluar color models

052015
RGB53221
HSL156°72.97%7.25%
HSB/HSV156°84.38%12.55%
CMYK84.38%0.00%34.38%
87.45%

Color #052015 in popluar number systems.

HEX052015
Decimal53221
Binary10110000010101
Octal54025

Shades and tints

Shades of #052015

#052015
(5,32,21)
#051E14
(5,30,20)
#051C13
(5,28,19)
#051A12
(5,26,18)
#051811
(5,24,17)
#051610
(5,22,16)
#05140F
(5,20,15)
#05120E
(5,18,14)
#05100D
(5,16,13)
#050E0C
(5,14,12)
#050C0B
(5,12,11)
#000000
(0,0,0)

Tints of #052015

#052015
(5,32,21)
#1B342A
(27,52,42)
#31483F
(49,72,63)
#475C54
(71,92,84)
#5D7069
(93,112,105)
#73847E
(115,132,126)
#899893
(137,152,147)
#9FACA8
(159,172,168)
#B5C0BD
(181,192,189)
#CBD4D2
(203,212,210)
#E1E8E7
(225,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052015 color. Also use rgb(5,32,21) instead hex code.

Text Font Color

.myTextColor { color: #052015; }

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

This text font color is #052015.


Background Color

.myBgColor { background-color: #052015; }

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

This div background color is #052015.


Border color

.myBorderColor { border: 1px solid #052015; }

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

This div border color is #052015.


Opacity

.myOpacity80 { color: #052015; opacity: 0.8; }

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

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

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

This text has shadow with #052015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052015 on black background.


Color preview on white background

This text has color #052015 on white background.



Black color preview on #052015 background

This text has black color on #052015 background.


White color preview on #052015 background

This text has white color on #052015 background.