COLOR #053B1C

HEX: #053B1C
RGB: (5,59,28)

Color info

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

RGB color model

#053B1C color RGB value is (5,59,28).

  • red value is 5;
  • green value is 59;
  • blue value is 28.
RGB:
(5,59,28)
(2%,23%,11%)

RGB channels and saturation

R 5 of 255 = 2%
G 59 of 255 = 23%
B 28 of 255 = 11%

5
59
28

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

Portions of RGB colors in percentages

R + G + B =
5 + 59 + 28 = 92 (100%)
R 5 of 92 ~ 5.43%
G 59 of 92 ~ 64.13%
B 28 of 92 ~ 30.43%

%64.13
%30.43

CMYK color model

#053B1C color CMYK value is (92,0,53,77).

  • cyan value is 91.53%
  • magenta value is 0.00%
  • yellow value is 52.54%
  • key color value is 76.86%
CMYK:
(92,0,53,77)
C92M0Y53K77 
(92%,0%,53%,77%)
(0.92/0.00/0.53/0.77)	

CMYK percentages

%91.53
%0
%52.54
%76.86

Codes

Color #053B1C in popluar color models

053B1C
RGB55928
HSL146°84.38%12.55%
HSB/HSV146°91.53%23.14%
CMYK91.53%0.00%52.54%
76.86%

Color #053B1C in popluar number systems.

HEX053B1C
Decimal55928
Binary10111101111100
Octal57334

Shades and tints

Shades of #053B1C

#053B1C
(5,59,28)
#05361A
(5,54,26)
#053118
(5,49,24)
#052C16
(5,44,22)
#052714
(5,39,20)
#052212
(5,34,18)
#051D10
(5,29,16)
#05180E
(5,24,14)
#05130C
(5,19,12)
#050E0A
(5,14,10)
#050908
(5,9,8)
#000000
(0,0,0)

Tints of #053B1C

#053B1C
(5,59,28)
#1B4C30
(27,76,48)
#315D44
(49,93,68)
#476E58
(71,110,88)
#5D7F6C
(93,127,108)
#739080
(115,144,128)
#89A194
(137,161,148)
#9FB2A8
(159,178,168)
#B5C3BC
(181,195,188)
#CBD4D0
(203,212,208)
#E1E5E4
(225,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053B1C color. Also use rgb(5,59,28) instead hex code.

Text Font Color

.myTextColor { color: #053B1C; }

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

This text font color is #053B1C.


Background Color

.myBgColor { background-color: #053B1C; }

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

This div background color is #053B1C.


Border color

.myBorderColor { border: 1px solid #053B1C; }

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

This div border color is #053B1C.


Opacity

.myOpacity80 { color: #053B1C; opacity: 0.8; }

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

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

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

This text has shadow with #053B1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053B1C on black background.


Color preview on white background

This text has color #053B1C on white background.



Black color preview on #053B1C background

This text has black color on #053B1C background.


White color preview on #053B1C background

This text has white color on #053B1C background.