COLOR #053104

HEX: #053104
RGB: (5,49,4)

Color info

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

RGB color model

#053104 color RGB value is (5,49,4).

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

RGB channels and saturation

R 5 of 255 = 2%
G 49 of 255 = 19%
B 4 of 255 = 2%

5
49
4

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

Portions of RGB colors in percentages

R + G + B =
5 + 49 + 4 = 58 (100%)
R 5 of 58 ~ 8.62%
G 49 of 58 ~ 84.48%
B 4 of 58 ~ 6.9%

%84.48

CMYK color model

#053104 color CMYK value is (90,0,92,81).

  • cyan value is 89.80%
  • magenta value is 0.00%
  • yellow value is 91.84%
  • key color value is 80.78%
CMYK:
(90,0,92,81)
C90M0Y92K81 
(90%,0%,92%,81%)
(0.90/0.00/0.92/0.81)	

CMYK percentages

%89.8
%0
%91.84
%80.78

Codes

Color #053104 in popluar color models

053104
RGB5494
HSL119°84.91%10.39%
HSB/HSV119°91.84%19.22%
CMYK89.80%0.00%91.84%
80.78%

Color #053104 in popluar number systems.

HEX053104
Decimal5494
Binary101110001100
Octal5614

Shades and tints

Shades of #053104

#053104
(5,49,4)
#052D04
(5,45,4)
#052904
(5,41,4)
#052504
(5,37,4)
#052104
(5,33,4)
#051D04
(5,29,4)
#051904
(5,25,4)
#051504
(5,21,4)
#051104
(5,17,4)
#050D04
(5,13,4)
#050904
(5,9,4)
#000000
(0,0,0)

Tints of #053104

#053104
(5,49,4)
#1B431A
(27,67,26)
#315530
(49,85,48)
#476746
(71,103,70)
#5D795C
(93,121,92)
#738B72
(115,139,114)
#899D88
(137,157,136)
#9FAF9E
(159,175,158)
#B5C1B4
(181,193,180)
#CBD3CA
(203,211,202)
#E1E5E0
(225,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053104; }

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

This text font color is #053104.


Background Color

.myBgColor { background-color: #053104; }

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

This div background color is #053104.


Border color

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

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

This div border color is #053104.


Opacity

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

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

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

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

This text has shadow with #053104 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053104 on black background.


Color preview on white background

This text has color #053104 on white background.



Black color preview on #053104 background

This text has black color on #053104 background.


White color preview on #053104 background

This text has white color on #053104 background.