COLOR #053930

HEX: #053930 RGB: (5,57,48)

Color info

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

RGB color model

#053930 color RGB value is (5,57,48).

RGB: (5,57,48) (2%, 22%, 19%)

RGB channels and saturation

R 5 of 255 = 2%
G 57 of 255 = 22%
B 48 of 255 = 19%

5
57
48

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

Portions of RGB colors in percentages

R + G + B = 5 + 57 + 48 = 110 (100%)
R 5 of 110 ~ 4.55%
G 57 of 110 ~ 51.82%
B 48 of 110 ~ 43.64'%

%51.82
%43.64

CMYK color model

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

  • cyan value is 91.23%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 77.65%

CMYK: (91,0,16,78)
C91M0Y16K78 (91%, 0%, 16%, 78%)
(0.91 / 0.00 / 0.16 / 0.78)

CMYK percentages

%91.23
%0
%15.79
%77.65

Codes

Color #053930 in popluar color models

05 39 30
RGB 5 57 48
HSL 170° 83.87% 12.16%
HSB/HSV 170° 91.23% 22.35%
CMYK 91.23% 0.00% 15.79%
77.65%

Color #053930 in popluar number systems.

HEX 05 39 30
Decimal 5 57 48
Binary 101 111001 110000
Octal 5 71 60

Shades and tints

Shades of #053930

#053930
(5,57,48)
#05342C
(5,52,44)
#052F28
(5,47,40)
#052A24
(5,42,36)
#052520
(5,37,32)
#05201C
(5,32,28)
#051B18
(5,27,24)
#051614
(5,22,20)
#051110
(5,17,16)
#050C0C
(5,12,12)
#050708
(5,7,8)
#000000
(0,0,0)

Tints of #053930

#053930
(5,57,48)
#1B4B42
(27,75,66)
#315D54
(49,93,84)
#476F66
(71,111,102)
#5D8178
(93,129,120)
#73938A
(115,147,138)
#89A59C
(137,165,156)
#9FB7AE
(159,183,174)
#B5C9C0
(181,201,192)
#CBDBD2
(203,219,210)
#E1EDE4
(225,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053930; }

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

This text font color is #053930.

Background Color

.myBgColor { background-color: #053930; }

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

This div background color is #053930.

Border color

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

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

This div border color is #053930.

Opacity

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

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

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

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

This text has shadow with #053930 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #053930.

Preview

Color preview on black background

This text has color #053930 on black background.


Color preview on white background

This text has color #053930 on white background.


Black color preview on #053930 background

This text has black color on #053930 background.


White color preview on #053930 background

This text has white color on #053930 background.


Related colors

Complementary color

Complementary color for #hex is #FAC6CF.


I love getcolorcode.com

Triadic colors

1 #300539 and #393005 with #053930 are triadic colors.

2 #303905 and #390530 with #053930 are triadic colors.