COLOR #053214

HEX: #053214
RGB: (5,50,20)

Color info

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

RGB color model

#053214 color RGB value is (5,50,20).

  • red value is 5;
  • green value is 50;
  • blue value is 20.
RGB:
(5,50,20)
(2%,20%,8%)

RGB channels and saturation

R 5 of 255 = 2%
G 50 of 255 = 20%
B 20 of 255 = 8%

5
50
20

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

Portions of RGB colors in percentages

R + G + B =
5 + 50 + 20 = 75 (100%)
R 5 of 75 ~ 6.67%
G 50 of 75 ~ 66.67%
B 20 of 75 ~ 26.67%

%66.67
%26.67

CMYK color model

#053214 color CMYK value is (90,0,60,80).

  • cyan value is 90.00%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 80.39%
CMYK:
(90,0,60,80)
C90M0Y60K80 
(90%,0%,60%,80%)
(0.90/0.00/0.60/0.80)	

CMYK percentages

%90
%0
%60
%80.39

Codes

Color #053214 in popluar color models

053214
RGB55020
HSL140°81.82%10.78%
HSB/HSV140°90.00%19.61%
CMYK90.00%0.00%60.00%
80.39%

Color #053214 in popluar number systems.

HEX053214
Decimal55020
Binary10111001010100
Octal56224

Shades and tints

Shades of #053214

#053214
(5,50,20)
#052E13
(5,46,19)
#052A12
(5,42,18)
#052611
(5,38,17)
#052210
(5,34,16)
#051E0F
(5,30,15)
#051A0E
(5,26,14)
#05160D
(5,22,13)
#05120C
(5,18,12)
#050E0B
(5,14,11)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #053214

#053214
(5,50,20)
#1B4429
(27,68,41)
#31563E
(49,86,62)
#476853
(71,104,83)
#5D7A68
(93,122,104)
#738C7D
(115,140,125)
#899E92
(137,158,146)
#9FB0A7
(159,176,167)
#B5C2BC
(181,194,188)
#CBD4D1
(203,212,209)
#E1E6E6
(225,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053214 color. Also use rgb(5,50,20) instead hex code.

Text Font Color

.myTextColor { color: #053214; }

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

This text font color is #053214.


Background Color

.myBgColor { background-color: #053214; }

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

This div background color is #053214.


Border color

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

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

This div border color is #053214.


Opacity

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

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

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

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

This text has shadow with #053214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053214 on black background.


Color preview on white background

This text has color #053214 on white background.



Black color preview on #053214 background

This text has black color on #053214 background.


White color preview on #053214 background

This text has white color on #053214 background.