COLOR #053430

HEX: #053430
RGB: (5,52,48)

Color info

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

RGB color model

#053430 color RGB value is (5,52,48).

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

RGB channels and saturation

R 5 of 255 = 2%
G 52 of 255 = 20%
B 48 of 255 = 19%

5
52
48

R + G + B ~ 14%. #053430 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 52 + 48 = 105 (100%)
R 5 of 105 ~ 4.76%
G 52 of 105 ~ 49.52%
B 48 of 105 ~ 45.71%

%49.52
%45.71

CMYK color model

#053430 color CMYK value is (90,0,8,80).

  • cyan value is 90.38%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 79.61%
CMYK:
(90,0,8,80)
C90M0Y8K80 
(90%,0%,8%,80%)
(0.90/0.00/0.08/0.80)	

CMYK percentages

%90.38
%0
%7.69
%79.61

Codes

Color #053430 in popluar color models

053430
RGB55248
HSL175°82.46%11.18%
HSB/HSV175°90.38%20.39%
CMYK90.38%0.00%7.69%
79.61%

Color #053430 in popluar number systems.

HEX053430
Decimal55248
Binary101110100110000
Octal56460

Shades and tints

Shades of #053430

#053430
(5,52,48)
#05302C
(5,48,44)
#052C28
(5,44,40)
#052824
(5,40,36)
#052420
(5,36,32)
#05201C
(5,32,28)
#051C18
(5,28,24)
#051814
(5,24,20)
#051410
(5,20,16)
#05100C
(5,16,12)
#050C08
(5,12,8)
#000000
(0,0,0)

Tints of #053430

#053430
(5,52,48)
#1B4642
(27,70,66)
#315854
(49,88,84)
#476A66
(71,106,102)
#5D7C78
(93,124,120)
#738E8A
(115,142,138)
#89A09C
(137,160,156)
#9FB2AE
(159,178,174)
#B5C4C0
(181,196,192)
#CBD6D2
(203,214,210)
#E1E8E4
(225,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053430; }

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

This text font color is #053430.


Background Color

.myBgColor { background-color: #053430; }

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

This div background color is #053430.


Border color

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

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

This div border color is #053430.


Opacity

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

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

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

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

This text has shadow with #053430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053430 on black background.


Color preview on white background

This text has color #053430 on white background.



Black color preview on #053430 background

This text has black color on #053430 background.


White color preview on #053430 background

This text has white color on #053430 background.