COLOR #053118

HEX: #053118
RGB: (5,49,24)

Color info

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

RGB color model

#053118 color RGB value is (5,49,24).

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

RGB channels and saturation

R 5 of 255 = 2%
G 49 of 255 = 19%
B 24 of 255 = 9%

5
49
24

R + G + B ~ 10%. #053118 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 49 + 24 = 78 (100%)
R 5 of 78 ~ 6.41%
G 49 of 78 ~ 62.82%
B 24 of 78 ~ 30.77%

%62.82
%30.77

CMYK color model

#053118 color CMYK value is (90,0,51,81).

  • cyan value is 89.80%
  • magenta value is 0.00%
  • yellow value is 51.02%
  • key color value is 80.78%
CMYK:
(90,0,51,81)
C90M0Y51K81 
(90%,0%,51%,81%)
(0.90/0.00/0.51/0.81)	

CMYK percentages

%89.8
%0
%51.02
%80.78

Codes

Color #053118 in popluar color models

053118
RGB54924
HSL146°81.48%10.59%
HSB/HSV146°89.80%19.22%
CMYK89.80%0.00%51.02%
80.78%

Color #053118 in popluar number systems.

HEX053118
Decimal54924
Binary10111000111000
Octal56130

Shades and tints

Shades of #053118

#053118
(5,49,24)
#052D16
(5,45,22)
#052914
(5,41,20)
#052512
(5,37,18)
#052110
(5,33,16)
#051D0E
(5,29,14)
#05190C
(5,25,12)
#05150A
(5,21,10)
#051108
(5,17,8)
#050D06
(5,13,6)
#050904
(5,9,4)
#000000
(0,0,0)

Tints of #053118

#053118
(5,49,24)
#1B432D
(27,67,45)
#315542
(49,85,66)
#476757
(71,103,87)
#5D796C
(93,121,108)
#738B81
(115,139,129)
#899D96
(137,157,150)
#9FAFAB
(159,175,171)
#B5C1C0
(181,193,192)
#CBD3D5
(203,211,213)
#E1E5EA
(225,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053118; }

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

This text font color is #053118.


Background Color

.myBgColor { background-color: #053118; }

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

This div background color is #053118.


Border color

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

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

This div border color is #053118.


Opacity

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

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

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

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

This text has shadow with #053118 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053118 on black background.


Color preview on white background

This text has color #053118 on white background.



Black color preview on #053118 background

This text has black color on #053118 background.


White color preview on #053118 background

This text has white color on #053118 background.