COLOR #053028

HEX: #053028
RGB: (5,48,40)

Color info

#053028 contains red, green and blue colors in about the same proportion. Web safe color of #053028 is #003333 (or #033).

RGB color model

#053028 color RGB value is (5,48,40).

  • red value is 5;
  • green value is 48;
  • blue value is 40.
RGB:
(5,48,40)
(2%,19%,16%)

RGB channels and saturation

R 5 of 255 = 2%
G 48 of 255 = 19%
B 40 of 255 = 16%

5
48
40

R + G + B ~ 12%. #053028 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 48 + 40 = 93 (100%)
R 5 of 93 ~ 5.38%
G 48 of 93 ~ 51.61%
B 40 of 93 ~ 43.01%

%51.61
%43.01

CMYK color model

#053028 color CMYK value is (90,0,17,81).

  • cyan value is 89.58%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 81.18%
CMYK:
(90,0,17,81)
C90M0Y17K81 
(90%,0%,17%,81%)
(0.90/0.00/0.17/0.81)	

CMYK percentages

%89.58
%0
%16.67
%81.18

Codes

Color #053028 in popluar color models

053028
RGB54840
HSL169°81.13%10.39%
HSB/HSV169°89.58%18.82%
CMYK89.58%0.00%16.67%
81.18%

Color #053028 in popluar number systems.

HEX053028
Decimal54840
Binary101110000101000
Octal56050

Shades and tints

Shades of #053028

#053028
(5,48,40)
#052C25
(5,44,37)
#052822
(5,40,34)
#05241F
(5,36,31)
#05201C
(5,32,28)
#051C19
(5,28,25)
#051816
(5,24,22)
#051413
(5,20,19)
#051010
(5,16,16)
#050C0D
(5,12,13)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #053028

#053028
(5,48,40)
#1B423B
(27,66,59)
#31544E
(49,84,78)
#476661
(71,102,97)
#5D7874
(93,120,116)
#738A87
(115,138,135)
#899C9A
(137,156,154)
#9FAEAD
(159,174,173)
#B5C0C0
(181,192,192)
#CBD2D3
(203,210,211)
#E1E4E6
(225,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053028 color. Also use rgb(5,48,40) instead hex code.

Text Font Color

.myTextColor { color: #053028; }

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

This text font color is #053028.


Background Color

.myBgColor { background-color: #053028; }

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

This div background color is #053028.


Border color

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

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

This div border color is #053028.


Opacity

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

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

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

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

This text has shadow with #053028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053028 on black background.


Color preview on white background

This text has color #053028 on white background.



Black color preview on #053028 background

This text has black color on #053028 background.


White color preview on #053028 background

This text has white color on #053028 background.