COLOR #052511

HEX: #052511
RGB: (5,37,17)

Color info

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

RGB color model

#052511 color RGB value is (5,37,17).

  • red value is 5;
  • green value is 37;
  • blue value is 17.
RGB:
(5,37,17)
(2%,15%,7%)

RGB channels and saturation

R 5 of 255 = 2%
G 37 of 255 = 15%
B 17 of 255 = 7%

5
37
17

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

Portions of RGB colors in percentages

R + G + B =
5 + 37 + 17 = 59 (100%)
R 5 of 59 ~ 8.47%
G 37 of 59 ~ 62.71%
B 17 of 59 ~ 28.81%

%62.71
%28.81

CMYK color model

#052511 color CMYK value is (86,0,54,85).

  • cyan value is 86.49%
  • magenta value is 0.00%
  • yellow value is 54.05%
  • key color value is 85.49%
CMYK:
(86,0,54,85)
C86M0Y54K85 
(86%,0%,54%,85%)
(0.86/0.00/0.54/0.85)	

CMYK percentages

%86.49
%0
%54.05
%85.49

Codes

Color #052511 in popluar color models

052511
RGB53717
HSL143°76.19%8.24%
HSB/HSV143°86.49%14.51%
CMYK86.49%0.00%54.05%
85.49%

Color #052511 in popluar number systems.

HEX052511
Decimal53717
Binary10110010110001
Octal54521

Shades and tints

Shades of #052511

#052511
(5,37,17)
#052210
(5,34,16)
#051F0F
(5,31,15)
#051C0E
(5,28,14)
#05190D
(5,25,13)
#05160C
(5,22,12)
#05130B
(5,19,11)
#05100A
(5,16,10)
#050D09
(5,13,9)
#050A08
(5,10,8)
#050707
(5,7,7)
#000000
(0,0,0)

Tints of #052511

#052511
(5,37,17)
#1B3826
(27,56,38)
#314B3B
(49,75,59)
#475E50
(71,94,80)
#5D7165
(93,113,101)
#73847A
(115,132,122)
#89978F
(137,151,143)
#9FAAA4
(159,170,164)
#B5BDB9
(181,189,185)
#CBD0CE
(203,208,206)
#E1E3E3
(225,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052511 color. Also use rgb(5,37,17) instead hex code.

Text Font Color

.myTextColor { color: #052511; }

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

This text font color is #052511.


Background Color

.myBgColor { background-color: #052511; }

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

This div background color is #052511.


Border color

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

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

This div border color is #052511.


Opacity

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

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

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

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

This text has shadow with #052511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052511 on black background.


Color preview on white background

This text has color #052511 on white background.



Black color preview on #052511 background

This text has black color on #052511 background.


White color preview on #052511 background

This text has white color on #052511 background.