COLOR #053434

HEX: #053434
RGB: (5,52,52)

Color info

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

RGB color model

#053434 color RGB value is (5,52,52).

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

RGB channels and saturation

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

5
52
52

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

Portions of RGB colors in percentages

R + G + B =
5 + 52 + 52 = 109 (100%)
R 5 of 109 ~ 4.59%
G 52 of 109 ~ 47.71%
B 52 of 109 ~ 47.71%

%47.71
%47.71

CMYK color model

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

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

CMYK percentages

%90.38
%0
%0
%79.61

Codes

Color #053434 in popluar color models

053434
RGB55252
HSL180°82.46%11.18%
HSB/HSV180°90.38%20.39%
CMYK90.38%0.00%0.00%
79.61%

Color #053434 in popluar number systems.

HEX053434
Decimal55252
Binary101110100110100
Octal56464

Shades and tints

Shades of #053434

#053434
(5,52,52)
#053030
(5,48,48)
#052C2C
(5,44,44)
#052828
(5,40,40)
#052424
(5,36,36)
#052020
(5,32,32)
#051C1C
(5,28,28)
#051818
(5,24,24)
#051414
(5,20,20)
#051010
(5,16,16)
#050C0C
(5,12,12)
#000000
(0,0,0)

Tints of #053434

#053434
(5,52,52)
#1B4646
(27,70,70)
#315858
(49,88,88)
#476A6A
(71,106,106)
#5D7C7C
(93,124,124)
#738E8E
(115,142,142)
#89A0A0
(137,160,160)
#9FB2B2
(159,178,178)
#B5C4C4
(181,196,196)
#CBD6D6
(203,214,214)
#E1E8E8
(225,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053434; }

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

This text font color is #053434.


Background Color

.myBgColor { background-color: #053434; }

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

This div background color is #053434.


Border color

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

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

This div border color is #053434.


Opacity

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

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

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

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

This text has shadow with #053434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053434 on black background.


Color preview on white background

This text has color #053434 on white background.



Black color preview on #053434 background

This text has black color on #053434 background.


White color preview on #053434 background

This text has white color on #053434 background.