COLOR #053435

HEX: #053435
RGB: (5,52,53)

Color info

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

RGB color model

#053435 color RGB value is (5,52,53).

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

RGB channels and saturation

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

5
52
53

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

Portions of RGB colors in percentages

R + G + B =
5 + 52 + 53 = 110 (100%)
R 5 of 110 ~ 4.55%
G 52 of 110 ~ 47.27%
B 53 of 110 ~ 48.18%

%47.27
%48.18

CMYK color model

#053435 color CMYK value is (91,2,0,79).

  • cyan value is 90.57%
  • magenta value is 1.89%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(91,2,0,79)
C91M2Y0K79 
(91%,2%,0%,79%)
(0.91/0.02/0.00/0.79)	

CMYK percentages

%90.57
%1.89
%0
%79.22

Codes

Color #053435 in popluar color models

053435
RGB55253
HSL181°82.76%11.37%
HSB/HSV181°90.57%20.78%
CMYK90.57%1.89%0.00%
79.22%

Color #053435 in popluar number systems.

HEX053435
Decimal55253
Binary101110100110101
Octal56465

Shades and tints

Shades of #053435

#053435
(5,52,53)
#053031
(5,48,49)
#052C2D
(5,44,45)
#052829
(5,40,41)
#052425
(5,36,37)
#052021
(5,32,33)
#051C1D
(5,28,29)
#051819
(5,24,25)
#051415
(5,20,21)
#051011
(5,16,17)
#050C0D
(5,12,13)
#000000
(0,0,0)

Tints of #053435

#053435
(5,52,53)
#1B4647
(27,70,71)
#315859
(49,88,89)
#476A6B
(71,106,107)
#5D7C7D
(93,124,125)
#738E8F
(115,142,143)
#89A0A1
(137,160,161)
#9FB2B3
(159,178,179)
#B5C4C5
(181,196,197)
#CBD6D7
(203,214,215)
#E1E8E9
(225,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053435; }

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

This text font color is #053435.


Background Color

.myBgColor { background-color: #053435; }

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

This div background color is #053435.


Border color

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

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

This div border color is #053435.


Opacity

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

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

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

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

This text has shadow with #053435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053435 on black background.


Color preview on white background

This text has color #053435 on white background.



Black color preview on #053435 background

This text has black color on #053435 background.


White color preview on #053435 background

This text has white color on #053435 background.