COLOR #053737

HEX: #053737
RGB: (5,55,55)

Color info

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

RGB color model

#053737 color RGB value is (5,55,55).

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

RGB channels and saturation

R 5 of 255 = 2%
G 55 of 255 = 22%
B 55 of 255 = 22%

5
55
55

R + G + B ~ 15%. #053737 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 55 + 55 = 115 (100%)
R 5 of 115 ~ 4.35%
G 55 of 115 ~ 47.83%
B 55 of 115 ~ 47.83%

%47.83
%47.83

CMYK color model

#053737 color CMYK value is (91,0,0,78).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(91,0,0,78)
C91M0Y0K78 
(91%,0%,0%,78%)
(0.91/0.00/0.00/0.78)	

CMYK percentages

%90.91
%0
%0
%78.43

Codes

Color #053737 in popluar color models

053737
RGB55555
HSL180°83.33%11.76%
HSB/HSV180°90.91%21.57%
CMYK90.91%0.00%0.00%
78.43%

Color #053737 in popluar number systems.

HEX053737
Decimal55555
Binary101110111110111
Octal56767

Shades and tints

Shades of #053737

#053737
(5,55,55)
#053232
(5,50,50)
#052D2D
(5,45,45)
#052828
(5,40,40)
#052323
(5,35,35)
#051E1E
(5,30,30)
#051919
(5,25,25)
#051414
(5,20,20)
#050F0F
(5,15,15)
#050A0A
(5,10,10)
#050505
(5,5,5)
#000000
(0,0,0)

Tints of #053737

#053737
(5,55,55)
#1B4949
(27,73,73)
#315B5B
(49,91,91)
#476D6D
(71,109,109)
#5D7F7F
(93,127,127)
#739191
(115,145,145)
#89A3A3
(137,163,163)
#9FB5B5
(159,181,181)
#B5C7C7
(181,199,199)
#CBD9D9
(203,217,217)
#E1EBEB
(225,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053737; }

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

This text font color is #053737.


Background Color

.myBgColor { background-color: #053737; }

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

This div background color is #053737.


Border color

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

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

This div border color is #053737.


Opacity

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

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

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

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

This text has shadow with #053737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053737 on black background.


Color preview on white background

This text has color #053737 on white background.



Black color preview on #053737 background

This text has black color on #053737 background.


White color preview on #053737 background

This text has white color on #053737 background.