COLOR #053123

HEX: #053123
RGB: (5,49,35)

Color info

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

RGB color model

#053123 color RGB value is (5,49,35).

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

RGB channels and saturation

R 5 of 255 = 2%
G 49 of 255 = 19%
B 35 of 255 = 14%

5
49
35

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

Portions of RGB colors in percentages

R + G + B =
5 + 49 + 35 = 89 (100%)
R 5 of 89 ~ 5.62%
G 49 of 89 ~ 55.06%
B 35 of 89 ~ 39.33%

%55.06
%39.33

CMYK color model

#053123 color CMYK value is (90,0,29,81).

  • cyan value is 89.80%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 80.78%
CMYK:
(90,0,29,81)
C90M0Y29K81 
(90%,0%,29%,81%)
(0.90/0.00/0.29/0.81)	

CMYK percentages

%89.8
%0
%28.57
%80.78

Codes

Color #053123 in popluar color models

053123
RGB54935
HSL161°81.48%10.59%
HSB/HSV161°89.80%19.22%
CMYK89.80%0.00%28.57%
80.78%

Color #053123 in popluar number systems.

HEX053123
Decimal54935
Binary101110001100011
Octal56143

Shades and tints

Shades of #053123

#053123
(5,49,35)
#052D20
(5,45,32)
#05291D
(5,41,29)
#05251A
(5,37,26)
#052117
(5,33,23)
#051D14
(5,29,20)
#051911
(5,25,17)
#05150E
(5,21,14)
#05110B
(5,17,11)
#050D08
(5,13,8)
#050905
(5,9,5)
#000000
(0,0,0)

Tints of #053123

#053123
(5,49,35)
#1B4337
(27,67,55)
#31554B
(49,85,75)
#47675F
(71,103,95)
#5D7973
(93,121,115)
#738B87
(115,139,135)
#899D9B
(137,157,155)
#9FAFAF
(159,175,175)
#B5C1C3
(181,193,195)
#CBD3D7
(203,211,215)
#E1E5EB
(225,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053123; }

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

This text font color is #053123.


Background Color

.myBgColor { background-color: #053123; }

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

This div background color is #053123.


Border color

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

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

This div border color is #053123.


Opacity

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

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

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

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

This text has shadow with #053123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053123 on black background.


Color preview on white background

This text has color #053123 on white background.



Black color preview on #053123 background

This text has black color on #053123 background.


White color preview on #053123 background

This text has white color on #053123 background.