COLOR #052715

HEX: #052715
RGB: (5,39,21)

Color info

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

RGB color model

#052715 color RGB value is (5,39,21).

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

RGB channels and saturation

R 5 of 255 = 2%
G 39 of 255 = 15%
B 21 of 255 = 8%

5
39
21

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

Portions of RGB colors in percentages

R + G + B =
5 + 39 + 21 = 65 (100%)
R 5 of 65 ~ 7.69%
G 39 of 65 ~ 60%
B 21 of 65 ~ 32.31%

%60
%32.31

CMYK color model

#052715 color CMYK value is (87,0,46,85).

  • cyan value is 87.18%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 84.71%
CMYK:
(87,0,46,85)
C87M0Y46K85 
(87%,0%,46%,85%)
(0.87/0.00/0.46/0.85)	

CMYK percentages

%87.18
%0
%46.15
%84.71

Codes

Color #052715 in popluar color models

052715
RGB53921
HSL148°77.27%8.63%
HSB/HSV148°87.18%15.29%
CMYK87.18%0.00%46.15%
84.71%

Color #052715 in popluar number systems.

HEX052715
Decimal53921
Binary10110011110101
Octal54725

Shades and tints

Shades of #052715

#052715
(5,39,21)
#052414
(5,36,20)
#052113
(5,33,19)
#051E12
(5,30,18)
#051B11
(5,27,17)
#051810
(5,24,16)
#05150F
(5,21,15)
#05120E
(5,18,14)
#050F0D
(5,15,13)
#050C0C
(5,12,12)
#05090B
(5,9,11)
#000000
(0,0,0)

Tints of #052715

#052715
(5,39,21)
#1B3A2A
(27,58,42)
#314D3F
(49,77,63)
#476054
(71,96,84)
#5D7369
(93,115,105)
#73867E
(115,134,126)
#899993
(137,153,147)
#9FACA8
(159,172,168)
#B5BFBD
(181,191,189)
#CBD2D2
(203,210,210)
#E1E5E7
(225,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052715; }

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

This text font color is #052715.


Background Color

.myBgColor { background-color: #052715; }

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

This div background color is #052715.


Border color

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

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

This div border color is #052715.


Opacity

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

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

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

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

This text has shadow with #052715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052715 on black background.


Color preview on white background

This text has color #052715 on white background.



Black color preview on #052715 background

This text has black color on #052715 background.


White color preview on #052715 background

This text has white color on #052715 background.