COLOR #052112

HEX: #052112 RGB: (5,33,18)

Color info

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

RGB color model

#052112 color RGB value is (5,33,18).

RGB: (5,33,18) (2%, 13%, 7%)

RGB channels and saturation

R 5 of 255 = 2%
G 33 of 255 = 13%
B 18 of 255 = 7%

5
33
18

R + G + B ~ 7%. #052112 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 33 + 18 = 56 (100%)
R 5 of 56 ~ 8.93%
G 33 of 56 ~ 58.93%
B 18 of 56 ~ 32.14'%

%58.93
%32.14

CMYK color model

#052112 color CMYK value is (85,0,45,87).

  • cyan value is 84.85%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 87.06%

CMYK: (85,0,45,87)
C85M0Y45K87 (85%, 0%, 45%, 87%)
(0.85 / 0.00 / 0.45 / 0.87)

CMYK percentages

%84.85
%0
%45.45
%87.06

Codes

Color #052112 in popluar color models

05 21 12
RGB 5 33 18
HSL 148° 73.68% 7.45%
HSB/HSV 148° 84.85% 12.94%
CMYK 84.85% 0.00% 45.45%
87.06%

Color #052112 in popluar number systems.

HEX 05 21 12
Decimal 5 33 18
Binary 101 100001 10010
Octal 5 41 22

Shades and tints

Shades of #052112

#052112
(5,33,18)
#051E11
(5,30,17)
#051B10
(5,27,16)
#05180F
(5,24,15)
#05150E
(5,21,14)
#05120D
(5,18,13)
#050F0C
(5,15,12)
#050C0B
(5,12,11)
#05090A
(5,9,10)
#050609
(5,6,9)
#050308
(5,3,8)
#000000
(0,0,0)

Tints of #052112

#052112
(5,33,18)
#1B3527
(27,53,39)
#31493C
(49,73,60)
#475D51
(71,93,81)
#5D7166
(93,113,102)
#73857B
(115,133,123)
#899990
(137,153,144)
#9FADA5
(159,173,165)
#B5C1BA
(181,193,186)
#CBD5CF
(203,213,207)
#E1E9E4
(225,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052112; }

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

This text font color is #052112.

Background Color

.myBgColor { background-color: #052112; }

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

This div background color is #052112.

Border color

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

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

This div border color is #052112.

Opacity

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

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

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

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

This text has shadow with #052112 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #052112.

Preview

Color preview on black background

This text has color #052112 on black background.


Color preview on white background

This text has color #052112 on white background.


Black color preview on #052112 background

This text has black color on #052112 background.


White color preview on #052112 background

This text has white color on #052112 background.


Related colors

Complementary color

Complementary color for #hex is #FADEED.


I love getcolorcode.com

Triadic colors

1 #120521 and #211205 with #052112 are triadic colors.

2 #122105 and #210512 with #052112 are triadic colors.