COLOR #052512

HEX: #052512
RGB: (5,37,18)

Color info

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

RGB color model

#052512 color RGB value is (5,37,18).

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

RGB channels and saturation

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

5
37
18

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

Portions of RGB colors in percentages

R + G + B =
5 + 37 + 18 = 60 (100%)
R 5 of 60 ~ 8.33%
G 37 of 60 ~ 61.67%
B 18 of 60 ~ 30%

%61.67
%30

CMYK color model

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

  • cyan value is 86.49%
  • magenta value is 0.00%
  • yellow value is 51.35%
  • key color value is 85.49%
CMYK:
(86,0,51,85)
C86M0Y51K85 
(86%,0%,51%,85%)
(0.86/0.00/0.51/0.85)	

CMYK percentages

%86.49
%0
%51.35
%85.49

Codes

Color #052512 in popluar color models

052512
RGB53718
HSL144°76.19%8.24%
HSB/HSV144°86.49%14.51%
CMYK86.49%0.00%51.35%
85.49%

Color #052512 in popluar number systems.

HEX052512
Decimal53718
Binary10110010110010
Octal54522

Shades and tints

Shades of #052512

#052512
(5,37,18)
#052211
(5,34,17)
#051F10
(5,31,16)
#051C0F
(5,28,15)
#05190E
(5,25,14)
#05160D
(5,22,13)
#05130C
(5,19,12)
#05100B
(5,16,11)
#050D0A
(5,13,10)
#050A09
(5,10,9)
#050708
(5,7,8)
#000000
(0,0,0)

Tints of #052512

#052512
(5,37,18)
#1B3827
(27,56,39)
#314B3C
(49,75,60)
#475E51
(71,94,81)
#5D7166
(93,113,102)
#73847B
(115,132,123)
#899790
(137,151,144)
#9FAAA5
(159,170,165)
#B5BDBA
(181,189,186)
#CBD0CF
(203,208,207)
#E1E3E4
(225,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #052512; }

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

This text font color is #052512.


Background Color

.myBgColor { background-color: #052512; }

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

This div background color is #052512.


Border color

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

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

This div border color is #052512.


Opacity

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

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

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

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

This text has shadow with #052512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052512 on black background.


Color preview on white background

This text has color #052512 on white background.



Black color preview on #052512 background

This text has black color on #052512 background.


White color preview on #052512 background

This text has white color on #052512 background.