COLOR #053A2A

HEX: #053A2A RGB: (5,58,42)

Color info

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

RGB color model

#053A2A color RGB value is (5,58,42).

RGB: (5,58,42) (2%, 23%, 16%)

RGB channels and saturation

R 5 of 255 = 2%
G 58 of 255 = 23%
B 42 of 255 = 16%

5
58
42

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

Portions of RGB colors in percentages

R + G + B = 5 + 58 + 42 = 105 (100%)
R 5 of 105 ~ 4.76%
G 58 of 105 ~ 55.24%
B 42 of 105 ~ 40'%

%55.24
%40

CMYK color model

#053A2A color CMYK value is (91,0,28,77).

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

CMYK: (91,0,28,77)
C91M0Y28K77 (91%, 0%, 28%, 77%)
(0.91 / 0.00 / 0.28 / 0.77)

CMYK percentages

%91.38
%0
%27.59
%77.25

Codes

Color #053A2A in popluar color models

05 3A 2A
RGB 5 58 42
HSL 162° 84.13% 12.35%
HSB/HSV 162° 91.38% 22.75%
CMYK 91.38% 0.00% 27.59%
77.25%

Color #053A2A in popluar number systems.

HEX 05 3A 2A
Decimal 5 58 42
Binary 101 111010 101010
Octal 5 72 52

Shades and tints

Shades of #053A2A

#053A2A
(5,58,42)
#053527
(5,53,39)
#053024
(5,48,36)
#052B21
(5,43,33)
#05261E
(5,38,30)
#05211B
(5,33,27)
#051C18
(5,28,24)
#051715
(5,23,21)
#051212
(5,18,18)
#050D0F
(5,13,15)
#05080C
(5,8,12)
#000000
(0,0,0)

Tints of #053A2A

#053A2A
(5,58,42)
#1B4B3D
(27,75,61)
#315C50
(49,92,80)
#476D63
(71,109,99)
#5D7E76
(93,126,118)
#738F89
(115,143,137)
#89A09C
(137,160,156)
#9FB1AF
(159,177,175)
#B5C2C2
(181,194,194)
#CBD3D5
(203,211,213)
#E1E4E8
(225,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #053A2A; }

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

This text font color is #053A2A.

Background Color

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

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

This div background color is #053A2A.

Border color

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

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

This div border color is #053A2A.

Opacity

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

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

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

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

This text has shadow with #053A2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #053A2A.

Preview

Color preview on black background

This text has color #053A2A on black background.


Color preview on white background

This text has color #053A2A on white background.


Black color preview on #053A2A background

This text has black color on #053A2A background.


White color preview on #053A2A background

This text has white color on #053A2A background.


Related colors

Complementary color

Complementary color for #hex is #FAC5D5.


I love getcolorcode.com

Triadic colors

1 #2A053A and #3A2A05 with #053A2A are triadic colors.

2 #2A3A05 and #3A052A with #053A2A are triadic colors.