COLOR #055A31

HEX: #055A31 RGB: (5,90,49)

Color info

#055A31 contains mainly green and blue colors. Web safe color of #055A31 is #006633 (or #063).

RGB color model

#055A31 color RGB value is (5,90,49).

RGB: (5,90,49) (2%, 35%, 19%)

RGB channels and saturation

R 5 of 255 = 2%
G 90 of 255 = 35%
B 49 of 255 = 19%

5
90
49

R + G + B ~ 19%. #055A31 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 90 + 49 = 144 (100%)
R 5 of 144 ~ 3.47%
G 90 of 144 ~ 62.5%
B 49 of 144 ~ 34.03'%

%62.5
%34.03

CMYK color model

#055A31 color CMYK value is (94,0,46,65).

  • cyan value is 94.44%
  • magenta value is 0.00%
  • yellow value is 45.56%
  • key color value is 64.71%

CMYK: (94,0,46,65)
C94M0Y46K65 (94%, 0%, 46%, 65%)
(0.94 / 0.00 / 0.46 / 0.65)

CMYK percentages

%94.44
%0
%45.56
%64.71

Codes

Color #055A31 in popluar color models

05 5A 31
RGB 5 90 49
HSL 151° 89.47% 18.63%
HSB/HSV 151° 94.44% 35.29%
CMYK 94.44% 0.00% 45.56%
64.71%

Color #055A31 in popluar number systems.

HEX 05 5A 31
Decimal 5 90 49
Binary 101 1011010 110001
Octal 5 132 61

Shades and tints

Shades of #055A31

#055A31
(5,90,49)
#05522D
(5,82,45)
#054A29
(5,74,41)
#054225
(5,66,37)
#053A21
(5,58,33)
#05321D
(5,50,29)
#052A19
(5,42,25)
#052215
(5,34,21)
#051A11
(5,26,17)
#05120D
(5,18,13)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #055A31

#055A31
(5,90,49)
#1B6943
(27,105,67)
#317855
(49,120,85)
#478767
(71,135,103)
#5D9679
(93,150,121)
#73A58B
(115,165,139)
#89B49D
(137,180,157)
#9FC3AF
(159,195,175)
#B5D2C1
(181,210,193)
#CBE1D3
(203,225,211)
#E1F0E5
(225,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #055A31; }

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

This text font color is #055A31.

Background Color

.myBgColor { background-color: #055A31; }

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

This div background color is #055A31.

Border color

.myBorderColor { border: 1px solid #055A31; }

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

This div border color is #055A31.

Opacity

.myOpacity80 { color: #055A31; opacity: 0.8; }

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

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

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

This text has shadow with #055A31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #055A31.

Preview

Color preview on black background

This text has color #055A31 on black background.


Color preview on white background

This text has color #055A31 on white background.


Black color preview on #055A31 background

This text has black color on #055A31 background.


White color preview on #055A31 background

This text has white color on #055A31 background.


Related colors

Complementary color

Complementary color for #hex is #FAA5CE.


I love getcolorcode.com

Triadic colors

1 #31055A and #5A3105 with #055A31 are triadic colors.

2 #315A05 and #5A0531 with #055A31 are triadic colors.