COLOR #053A32

HEX: #053A32 RGB: (5,58,50)

Color info

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

RGB color model

#053A32 color RGB value is (5,58,50).

RGB: (5,58,50) (2%, 23%, 20%)

RGB channels and saturation

R 5 of 255 = 2%
G 58 of 255 = 23%
B 50 of 255 = 20%

5
58
50

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

Portions of RGB colors in percentages

R + G + B = 5 + 58 + 50 = 113 (100%)
R 5 of 113 ~ 4.42%
G 58 of 113 ~ 51.33%
B 50 of 113 ~ 44.25'%

%51.33
%44.25

CMYK color model

#053A32 color CMYK value is (91,0,14,77).

  • cyan value is 91.38%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 77.25%

CMYK: (91,0,14,77)
C91M0Y14K77 (91%, 0%, 14%, 77%)
(0.91 / 0.00 / 0.14 / 0.77)

CMYK percentages

%91.38
%0
%13.79
%77.25

Codes

Color #053A32 in popluar color models

05 3A 32
RGB 5 58 50
HSL 171° 84.13% 12.35%
HSB/HSV 171° 91.38% 22.75%
CMYK 91.38% 0.00% 13.79%
77.25%

Color #053A32 in popluar number systems.

HEX 05 3A 32
Decimal 5 58 50
Binary 101 111010 110010
Octal 5 72 62

Shades and tints

Shades of #053A32

#053A32
(5,58,50)
#05352E
(5,53,46)
#05302A
(5,48,42)
#052B26
(5,43,38)
#052622
(5,38,34)
#05211E
(5,33,30)
#051C1A
(5,28,26)
#051716
(5,23,22)
#051212
(5,18,18)
#050D0E
(5,13,14)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #053A32

#053A32
(5,58,50)
#1B4B44
(27,75,68)
#315C56
(49,92,86)
#476D68
(71,109,104)
#5D7E7A
(93,126,122)
#738F8C
(115,143,140)
#89A09E
(137,160,158)
#9FB1B0
(159,177,176)
#B5C2C2
(181,194,194)
#CBD3D4
(203,211,212)
#E1E4E6
(225,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053A32; }

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

This text font color is #053A32.

Background Color

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

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

This div background color is #053A32.

Border color

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

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

This div border color is #053A32.

Opacity

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

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

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

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

This text has shadow with #053A32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #053A32.

Preview

Color preview on black background

This text has color #053A32 on black background.


Color preview on white background

This text has color #053A32 on white background.


Black color preview on #053A32 background

This text has black color on #053A32 background.


White color preview on #053A32 background

This text has white color on #053A32 background.


Related colors

Complementary color

Complementary color for #hex is #FAC5CD.


I love getcolorcode.com

Triadic colors

1 #32053A and #3A3205 with #053A32 are triadic colors.

2 #323A05 and #3A0532 with #053A32 are triadic colors.