COLOR #052418

HEX: #052418
RGB: (5,36,24)

Color info

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

RGB color model

#052418 color RGB value is (5,36,24).

  • red value is 5;
  • green value is 36;
  • blue value is 24.
RGB:
(5,36,24)
(2%,14%,9%)

RGB channels and saturation

R 5 of 255 = 2%
G 36 of 255 = 14%
B 24 of 255 = 9%

5
36
24

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

Portions of RGB colors in percentages

R + G + B =
5 + 36 + 24 = 65 (100%)
R 5 of 65 ~ 7.69%
G 36 of 65 ~ 55.38%
B 24 of 65 ~ 36.92%

%55.38
%36.92

CMYK color model

#052418 color CMYK value is (86,0,33,86).

  • cyan value is 86.11%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 85.88%
CMYK:
(86,0,33,86)
C86M0Y33K86 
(86%,0%,33%,86%)
(0.86/0.00/0.33/0.86)	

CMYK percentages

%86.11
%0
%33.33
%85.88

Codes

Color #052418 in popluar color models

052418
RGB53624
HSL157°75.61%8.04%
HSB/HSV157°86.11%14.12%
CMYK86.11%0.00%33.33%
85.88%

Color #052418 in popluar number systems.

HEX052418
Decimal53624
Binary10110010011000
Octal54430

Shades and tints

Shades of #052418

#052418
(5,36,24)
#052116
(5,33,22)
#051E14
(5,30,20)
#051B12
(5,27,18)
#051810
(5,24,16)
#05150E
(5,21,14)
#05120C
(5,18,12)
#050F0A
(5,15,10)
#050C08
(5,12,8)
#050906
(5,9,6)
#050604
(5,6,4)
#000000
(0,0,0)

Tints of #052418

#052418
(5,36,24)
#1B372D
(27,55,45)
#314A42
(49,74,66)
#475D57
(71,93,87)
#5D706C
(93,112,108)
#738381
(115,131,129)
#899696
(137,150,150)
#9FA9AB
(159,169,171)
#B5BCC0
(181,188,192)
#CBCFD5
(203,207,213)
#E1E2EA
(225,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052418 color. Also use rgb(5,36,24) instead hex code.

Text Font Color

.myTextColor { color: #052418; }

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

This text font color is #052418.


Background Color

.myBgColor { background-color: #052418; }

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

This div background color is #052418.


Border color

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

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

This div border color is #052418.


Opacity

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

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

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

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

This text has shadow with #052418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052418 on black background.


Color preview on white background

This text has color #052418 on white background.



Black color preview on #052418 background

This text has black color on #052418 background.


White color preview on #052418 background

This text has white color on #052418 background.