COLOR #052117

HEX: #052117
RGB: (5,33,23)

Color info

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

RGB color model

#052117 color RGB value is (5,33,23).

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

RGB channels and saturation

R 5 of 255 = 2%
G 33 of 255 = 13%
B 23 of 255 = 9%

5
33
23

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

Portions of RGB colors in percentages

R + G + B =
5 + 33 + 23 = 61 (100%)
R 5 of 61 ~ 8.2%
G 33 of 61 ~ 54.1%
B 23 of 61 ~ 37.7%

%54.1
%37.7

CMYK color model

#052117 color CMYK value is (85,0,30,87).

  • cyan value is 84.85%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 87.06%
CMYK:
(85,0,30,87)
C85M0Y30K87 
(85%,0%,30%,87%)
(0.85/0.00/0.30/0.87)	

CMYK percentages

%84.85
%0
%30.3
%87.06

Codes

Color #052117 in popluar color models

052117
RGB53323
HSL159°73.68%7.45%
HSB/HSV159°84.85%12.94%
CMYK84.85%0.00%30.30%
87.06%

Color #052117 in popluar number systems.

HEX052117
Decimal53323
Binary10110000110111
Octal54127

Shades and tints

Shades of #052117

#052117
(5,33,23)
#051E15
(5,30,21)
#051B13
(5,27,19)
#051811
(5,24,17)
#05150F
(5,21,15)
#05120D
(5,18,13)
#050F0B
(5,15,11)
#050C09
(5,12,9)
#050907
(5,9,7)
#050605
(5,6,5)
#050303
(5,3,3)
#000000
(0,0,0)

Tints of #052117

#052117
(5,33,23)
#1B352C
(27,53,44)
#314941
(49,73,65)
#475D56
(71,93,86)
#5D716B
(93,113,107)
#738580
(115,133,128)
#899995
(137,153,149)
#9FADAA
(159,173,170)
#B5C1BF
(181,193,191)
#CBD5D4
(203,213,212)
#E1E9E9
(225,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052117 color. Also use rgb(5,33,23) instead hex code.

Text Font Color

.myTextColor { color: #052117; }

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

This text font color is #052117.


Background Color

.myBgColor { background-color: #052117; }

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

This div background color is #052117.


Border color

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

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

This div border color is #052117.


Opacity

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

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

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

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

This text has shadow with #052117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052117 on black background.


Color preview on white background

This text has color #052117 on white background.



Black color preview on #052117 background

This text has black color on #052117 background.


White color preview on #052117 background

This text has white color on #052117 background.