COLOR #053127

HEX: #053127
RGB: (5,49,39)

Color info

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

RGB color model

#053127 color RGB value is (5,49,39).

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

RGB channels and saturation

R 5 of 255 = 2%
G 49 of 255 = 19%
B 39 of 255 = 15%

5
49
39

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

Portions of RGB colors in percentages

R + G + B =
5 + 49 + 39 = 93 (100%)
R 5 of 93 ~ 5.38%
G 49 of 93 ~ 52.69%
B 39 of 93 ~ 41.94%

%52.69
%41.94

CMYK color model

#053127 color CMYK value is (90,0,20,81).

  • cyan value is 89.80%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 80.78%
CMYK:
(90,0,20,81)
C90M0Y20K81 
(90%,0%,20%,81%)
(0.90/0.00/0.20/0.81)	

CMYK percentages

%89.8
%0
%20.41
%80.78

Codes

Color #053127 in popluar color models

053127
RGB54939
HSL166°81.48%10.59%
HSB/HSV166°89.80%19.22%
CMYK89.80%0.00%20.41%
80.78%

Color #053127 in popluar number systems.

HEX053127
Decimal54939
Binary101110001100111
Octal56147

Shades and tints

Shades of #053127

#053127
(5,49,39)
#052D24
(5,45,36)
#052921
(5,41,33)
#05251E
(5,37,30)
#05211B
(5,33,27)
#051D18
(5,29,24)
#051915
(5,25,21)
#051512
(5,21,18)
#05110F
(5,17,15)
#050D0C
(5,13,12)
#050909
(5,9,9)
#000000
(0,0,0)

Tints of #053127

#053127
(5,49,39)
#1B433A
(27,67,58)
#31554D
(49,85,77)
#476760
(71,103,96)
#5D7973
(93,121,115)
#738B86
(115,139,134)
#899D99
(137,157,153)
#9FAFAC
(159,175,172)
#B5C1BF
(181,193,191)
#CBD3D2
(203,211,210)
#E1E5E5
(225,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053127; }

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

This text font color is #053127.


Background Color

.myBgColor { background-color: #053127; }

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

This div background color is #053127.


Border color

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

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

This div border color is #053127.


Opacity

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

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

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

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

This text has shadow with #053127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053127 on black background.


Color preview on white background

This text has color #053127 on white background.



Black color preview on #053127 background

This text has black color on #053127 background.


White color preview on #053127 background

This text has white color on #053127 background.