COLOR #052311

HEX: #052311
RGB: (5,35,17)

Color info

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

RGB color model

#052311 color RGB value is (5,35,17).

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

RGB channels and saturation

R 5 of 255 = 2%
G 35 of 255 = 14%
B 17 of 255 = 7%

5
35
17

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

Portions of RGB colors in percentages

R + G + B =
5 + 35 + 17 = 57 (100%)
R 5 of 57 ~ 8.77%
G 35 of 57 ~ 61.4%
B 17 of 57 ~ 29.82%

%61.4
%29.82

CMYK color model

#052311 color CMYK value is (86,0,51,86).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 51.43%
  • key color value is 86.27%
CMYK:
(86,0,51,86)
C86M0Y51K86 
(86%,0%,51%,86%)
(0.86/0.00/0.51/0.86)	

CMYK percentages

%85.71
%0
%51.43
%86.27

Codes

Color #052311 in popluar color models

052311
RGB53517
HSL144°75.00%7.84%
HSB/HSV144°85.71%13.73%
CMYK85.71%0.00%51.43%
86.27%

Color #052311 in popluar number systems.

HEX052311
Decimal53517
Binary10110001110001
Octal54321

Shades and tints

Shades of #052311

#052311
(5,35,17)
#052010
(5,32,16)
#051D0F
(5,29,15)
#051A0E
(5,26,14)
#05170D
(5,23,13)
#05140C
(5,20,12)
#05110B
(5,17,11)
#050E0A
(5,14,10)
#050B09
(5,11,9)
#050808
(5,8,8)
#050507
(5,5,7)
#000000
(0,0,0)

Tints of #052311

#052311
(5,35,17)
#1B3726
(27,55,38)
#314B3B
(49,75,59)
#475F50
(71,95,80)
#5D7365
(93,115,101)
#73877A
(115,135,122)
#899B8F
(137,155,143)
#9FAFA4
(159,175,164)
#B5C3B9
(181,195,185)
#CBD7CE
(203,215,206)
#E1EBE3
(225,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052311; }

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

This text font color is #052311.


Background Color

.myBgColor { background-color: #052311; }

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

This div background color is #052311.


Border color

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

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

This div border color is #052311.


Opacity

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

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

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

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

This text has shadow with #052311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052311 on black background.


Color preview on white background

This text has color #052311 on white background.



Black color preview on #052311 background

This text has black color on #052311 background.


White color preview on #052311 background

This text has white color on #052311 background.