COLOR #053424

HEX: #053424
RGB: (5,52,36)

Color info

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

RGB color model

#053424 color RGB value is (5,52,36).

  • red value is 5;
  • green value is 52;
  • blue value is 36.
RGB:
(5,52,36)
(2%,20%,14%)

RGB channels and saturation

R 5 of 255 = 2%
G 52 of 255 = 20%
B 36 of 255 = 14%

5
52
36

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

Portions of RGB colors in percentages

R + G + B =
5 + 52 + 36 = 93 (100%)
R 5 of 93 ~ 5.38%
G 52 of 93 ~ 55.91%
B 36 of 93 ~ 38.71%

%55.91
%38.71

CMYK color model

#053424 color CMYK value is (90,0,31,80).

  • cyan value is 90.38%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 79.61%
CMYK:
(90,0,31,80)
C90M0Y31K80 
(90%,0%,31%,80%)
(0.90/0.00/0.31/0.80)	

CMYK percentages

%90.38
%0
%30.77
%79.61

Codes

Color #053424 in popluar color models

053424
RGB55236
HSL160°82.46%11.18%
HSB/HSV160°90.38%20.39%
CMYK90.38%0.00%30.77%
79.61%

Color #053424 in popluar number systems.

HEX053424
Decimal55236
Binary101110100100100
Octal56444

Shades and tints

Shades of #053424

#053424
(5,52,36)
#053021
(5,48,33)
#052C1E
(5,44,30)
#05281B
(5,40,27)
#052418
(5,36,24)
#052015
(5,32,21)
#051C12
(5,28,18)
#05180F
(5,24,15)
#05140C
(5,20,12)
#051009
(5,16,9)
#050C06
(5,12,6)
#000000
(0,0,0)

Tints of #053424

#053424
(5,52,36)
#1B4637
(27,70,55)
#31584A
(49,88,74)
#476A5D
(71,106,93)
#5D7C70
(93,124,112)
#738E83
(115,142,131)
#89A096
(137,160,150)
#9FB2A9
(159,178,169)
#B5C4BC
(181,196,188)
#CBD6CF
(203,214,207)
#E1E8E2
(225,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053424 color. Also use rgb(5,52,36) instead hex code.

Text Font Color

.myTextColor { color: #053424; }

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

This text font color is #053424.


Background Color

.myBgColor { background-color: #053424; }

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

This div background color is #053424.


Border color

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

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

This div border color is #053424.


Opacity

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

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

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

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

This text has shadow with #053424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053424 on black background.


Color preview on white background

This text has color #053424 on white background.



Black color preview on #053424 background

This text has black color on #053424 background.


White color preview on #053424 background

This text has white color on #053424 background.