COLOR #053130

HEX: #053130 RGB: (5,49,48)

Color info

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

RGB color model

#053130 color RGB value is (5,49,48).

RGB: (5,49,48) (2%, 19%, 19%)

RGB channels and saturation

R 5 of 255 = 2%
G 49 of 255 = 19%
B 48 of 255 = 19%

5
49
48

R + G + B ~ 13%. #053130 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 49 + 48 = 102 (100%)
R 5 of 102 ~ 4.9%
G 49 of 102 ~ 48.04%
B 48 of 102 ~ 47.06'%

%48.04
%47.06

CMYK color model

#053130 color CMYK value is (90,0,2,81).

  • cyan value is 89.80%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 80.78%
CMYK: (90,0,2,81) C90M0Y2K81 (90%,0%,2%,81%) (0.90/0.00/0.02/0.81) 

CMYK percentages

%89.8
%0
%2.04
%80.78

Codes

Color #053130 in popluar color models

05 31 30
RGB 5 49 48
HSL 179° 81.48% 10.59%
HSB/HSV 179° 89.80% 19.22%
CMYK 89.80% 0.00% 2.04%
80.78%

Color #053130 in popluar number systems.

HEX 05 31 30
Decimal 5 49 48
Binary 101 110001 110000
Octal 5 61 60

Shades and tints

Shades of #053130

#053130
(5,49,48)
#052D2C
(5,45,44)
#052928
(5,41,40)
#052524
(5,37,36)
#052120
(5,33,32)
#051D1C
(5,29,28)
#051918
(5,25,24)
#051514
(5,21,20)
#051110
(5,17,16)
#050D0C
(5,13,12)
#050908
(5,9,8)
#000000
(0,0,0)

Tints of #053130

#053130
(5,49,48)
#1B4342
(27,67,66)
#315554
(49,85,84)
#476766
(71,103,102)
#5D7978
(93,121,120)
#738B8A
(115,139,138)
#899D9C
(137,157,156)
#9FAFAE
(159,175,174)
#B5C1C0
(181,193,192)
#CBD3D2
(203,211,210)
#E1E5E4
(225,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053130; }

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

This text font color is #053130.

Background Color

.myBgColor { background-color: #053130; }

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

This div background color is #053130.

Border color

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

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

This div border color is #053130.

Opacity

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

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

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

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

This text has shadow with #053130 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #053130.

Preview

Color preview on black background

This text has color #053130 on black background.


Color preview on white background

This text has color #053130 on white background.


Black color preview on #053130 background

This text has black color on #053130 background.


White color preview on #053130 background

This text has white color on #053130 background.


Related colors

Complementary color

Complementary color for #hex is #FACECF.


I love getcolorcode.com

Triadic colors

1 #300531 and #313005 with #053130 are triadic colors.

2 #303105 and #310530 with #053130 are triadic colors.