COLOR #053938

HEX: #053938
RGB: (5,57,56)

Color info

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

RGB color model

#053938 color RGB value is (5,57,56).

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

RGB channels and saturation

R 5 of 255 = 2%
G 57 of 255 = 22%
B 56 of 255 = 22%

5
57
56

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

Portions of RGB colors in percentages

R + G + B =
5 + 57 + 56 = 118 (100%)
R 5 of 118 ~ 4.24%
G 57 of 118 ~ 48.31%
B 56 of 118 ~ 47.46%

%48.31
%47.46

CMYK color model

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

  • cyan value is 91.23%
  • magenta value is 0.00%
  • yellow value is 1.75%
  • key color value is 77.65%
CMYK:
(91,0,2,78)
C91M0Y2K78 
(91%,0%,2%,78%)
(0.91/0.00/0.02/0.78)	

CMYK percentages

%91.23
%0
%1.75
%77.65

Codes

Color #053938 in popluar color models

053938
RGB55756
HSL179°83.87%12.16%
HSB/HSV179°91.23%22.35%
CMYK91.23%0.00%1.75%
77.65%

Color #053938 in popluar number systems.

HEX053938
Decimal55756
Binary101111001111000
Octal57170

Shades and tints

Shades of #053938

#053938
(5,57,56)
#053433
(5,52,51)
#052F2E
(5,47,46)
#052A29
(5,42,41)
#052524
(5,37,36)
#05201F
(5,32,31)
#051B1A
(5,27,26)
#051615
(5,22,21)
#051110
(5,17,16)
#050C0B
(5,12,11)
#050706
(5,7,6)
#000000
(0,0,0)

Tints of #053938

#053938
(5,57,56)
#1B4B4A
(27,75,74)
#315D5C
(49,93,92)
#476F6E
(71,111,110)
#5D8180
(93,129,128)
#739392
(115,147,146)
#89A5A4
(137,165,164)
#9FB7B6
(159,183,182)
#B5C9C8
(181,201,200)
#CBDBDA
(203,219,218)
#E1EDEC
(225,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053938; }

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

This text font color is #053938.


Background Color

.myBgColor { background-color: #053938; }

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

This div background color is #053938.


Border color

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

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

This div border color is #053938.


Opacity

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

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

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

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

This text has shadow with #053938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053938 on black background.


Color preview on white background

This text has color #053938 on white background.



Black color preview on #053938 background

This text has black color on #053938 background.


White color preview on #053938 background

This text has white color on #053938 background.