COLOR #055441

HEX: #055441
RGB: (5,84,65)

Color info

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

RGB color model

#055441 color RGB value is (5,84,65).

  • red value is 5;
  • green value is 84;
  • blue value is 65.
RGB:
(5,84,65)
(2%,33%,25%)

RGB channels and saturation

R 5 of 255 = 2%
G 84 of 255 = 33%
B 65 of 255 = 25%

5
84
65

R + G + B ~ 20%. #055441 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 84 + 65 = 154 (100%)
R 5 of 154 ~ 3.25%
G 84 of 154 ~ 54.55%
B 65 of 154 ~ 42.21%

%54.55
%42.21

CMYK color model

#055441 color CMYK value is (94,0,23,67).

  • cyan value is 94.05%
  • magenta value is 0.00%
  • yellow value is 22.62%
  • key color value is 67.06%
CMYK:
(94,0,23,67)
C94M0Y23K67 
(94%,0%,23%,67%)
(0.94/0.00/0.23/0.67)	

CMYK percentages

%94.05
%0
%22.62
%67.06

Codes

Color #055441 in popluar color models

055441
RGB58465
HSL166°88.76%17.45%
HSB/HSV166°94.05%32.94%
CMYK94.05%0.00%22.62%
67.06%

Color #055441 in popluar number systems.

HEX055441
Decimal58465
Binary10110101001000001
Octal5124101

Shades and tints

Shades of #055441

#055441
(5,84,65)
#054D3C
(5,77,60)
#054637
(5,70,55)
#053F32
(5,63,50)
#05382D
(5,56,45)
#053128
(5,49,40)
#052A23
(5,42,35)
#05231E
(5,35,30)
#051C19
(5,28,25)
#051514
(5,21,20)
#050E0F
(5,14,15)
#000000
(0,0,0)

Tints of #055441

#055441
(5,84,65)
#1B6352
(27,99,82)
#317263
(49,114,99)
#478174
(71,129,116)
#5D9085
(93,144,133)
#739F96
(115,159,150)
#89AEA7
(137,174,167)
#9FBDB8
(159,189,184)
#B5CCC9
(181,204,201)
#CBDBDA
(203,219,218)
#E1EAEB
(225,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #055441 color. Also use rgb(5,84,65) instead hex code.

Text Font Color

.myTextColor { color: #055441; }

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

This text font color is #055441.


Background Color

.myBgColor { background-color: #055441; }

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

This div background color is #055441.


Border color

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

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

This div border color is #055441.


Opacity

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

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

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

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

This text has shadow with #055441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055441 on black background.


Color preview on white background

This text has color #055441 on white background.



Black color preview on #055441 background

This text has black color on #055441 background.


White color preview on #055441 background

This text has white color on #055441 background.