COLOR #053D3A

HEX: #053D3A
RGB: (5,61,58)

Color info

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

RGB color model

#053D3A color RGB value is (5,61,58).

  • red value is 5;
  • green value is 61;
  • blue value is 58.
RGB:
(5,61,58)
(2%,24%,23%)

RGB channels and saturation

R 5 of 255 = 2%
G 61 of 255 = 24%
B 58 of 255 = 23%

5
61
58

R + G + B ~ 16%. #053D3A is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 61 + 58 = 124 (100%)
R 5 of 124 ~ 4.03%
G 61 of 124 ~ 49.19%
B 58 of 124 ~ 46.77%

%49.19
%46.77

CMYK color model

#053D3A color CMYK value is (92,0,5,76).

  • cyan value is 91.80%
  • magenta value is 0.00%
  • yellow value is 4.92%
  • key color value is 76.08%
CMYK:
(92,0,5,76)
C92M0Y5K76 
(92%,0%,5%,76%)
(0.92/0.00/0.05/0.76)	

CMYK percentages

%91.8
%0
%4.92
%76.08

Codes

Color #053D3A in popluar color models

053D3A
RGB56158
HSL177°84.85%12.94%
HSB/HSV177°91.80%23.92%
CMYK91.80%0.00%4.92%
76.08%

Color #053D3A in popluar number systems.

HEX053D3A
Decimal56158
Binary101111101111010
Octal57572

Shades and tints

Shades of #053D3A

#053D3A
(5,61,58)
#053835
(5,56,53)
#053330
(5,51,48)
#052E2B
(5,46,43)
#052926
(5,41,38)
#052421
(5,36,33)
#051F1C
(5,31,28)
#051A17
(5,26,23)
#051512
(5,21,18)
#05100D
(5,16,13)
#050B08
(5,11,8)
#000000
(0,0,0)

Tints of #053D3A

#053D3A
(5,61,58)
#1B4E4B
(27,78,75)
#315F5C
(49,95,92)
#47706D
(71,112,109)
#5D817E
(93,129,126)
#73928F
(115,146,143)
#89A3A0
(137,163,160)
#9FB4B1
(159,180,177)
#B5C5C2
(181,197,194)
#CBD6D3
(203,214,211)
#E1E7E4
(225,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053D3A color. Also use rgb(5,61,58) instead hex code.

Text Font Color

.myTextColor { color: #053D3A; }

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

This text font color is #053D3A.


Background Color

.myBgColor { background-color: #053D3A; }

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

This div background color is #053D3A.


Border color

.myBorderColor { border: 1px solid #053D3A; }

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

This div border color is #053D3A.


Opacity

.myOpacity80 { color: #053D3A; opacity: 0.8; }

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

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

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

This text has shadow with #053D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053D3A on black background.


Color preview on white background

This text has color #053D3A on white background.



Black color preview on #053D3A background

This text has black color on #053D3A background.


White color preview on #053D3A background

This text has white color on #053D3A background.