COLOR #053F40

HEX: #053F40
RGB: (5,63,64)

Color info

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

RGB color model

#053F40 color RGB value is (5,63,64).

  • red value is 5;
  • green value is 63;
  • blue value is 64.
RGB:
(5,63,64)
(2%,25%,25%)

RGB channels and saturation

R 5 of 255 = 2%
G 63 of 255 = 25%
B 64 of 255 = 25%

5
63
64

R + G + B ~ 17%. #053F40 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 63 + 64 = 132 (100%)
R 5 of 132 ~ 3.79%
G 63 of 132 ~ 47.73%
B 64 of 132 ~ 48.48%

%47.73
%48.48

CMYK color model

#053F40 color CMYK value is (92,2,0,75).

  • cyan value is 92.19%
  • magenta value is 1.56%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(92,2,0,75)
C92M2Y0K75 
(92%,2%,0%,75%)
(0.92/0.02/0.00/0.75)	

CMYK percentages

%92.19
%1.56
%0
%74.9

Codes

Color #053F40 in popluar color models

053F40
RGB56364
HSL181°85.51%13.53%
HSB/HSV181°92.19%25.10%
CMYK92.19%1.56%0.00%
74.90%

Color #053F40 in popluar number systems.

HEX053F40
Decimal56364
Binary1011111111000000
Octal577100

Shades and tints

Shades of #053F40

#053F40
(5,63,64)
#053A3B
(5,58,59)
#053536
(5,53,54)
#053031
(5,48,49)
#052B2C
(5,43,44)
#052627
(5,38,39)
#052122
(5,33,34)
#051C1D
(5,28,29)
#051718
(5,23,24)
#051213
(5,18,19)
#050D0E
(5,13,14)
#000000
(0,0,0)

Tints of #053F40

#053F40
(5,63,64)
#1B5051
(27,80,81)
#316162
(49,97,98)
#477273
(71,114,115)
#5D8384
(93,131,132)
#739495
(115,148,149)
#89A5A6
(137,165,166)
#9FB6B7
(159,182,183)
#B5C7C8
(181,199,200)
#CBD8D9
(203,216,217)
#E1E9EA
(225,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053F40 color. Also use rgb(5,63,64) instead hex code.

Text Font Color

.myTextColor { color: #053F40; }

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

This text font color is #053F40.


Background Color

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

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

This div background color is #053F40.


Border color

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

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

This div border color is #053F40.


Opacity

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

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

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

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

This text has shadow with #053F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053F40 on black background.


Color preview on white background

This text has color #053F40 on white background.



Black color preview on #053F40 background

This text has black color on #053F40 background.


White color preview on #053F40 background

This text has white color on #053F40 background.