COLOR #055142

HEX: #055142
RGB: (5,81,66)

Color info

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

RGB color model

#055142 color RGB value is (5,81,66).

  • red value is 5;
  • green value is 81;
  • blue value is 66.
RGB:
(5,81,66)
(2%,32%,26%)

RGB channels and saturation

R 5 of 255 = 2%
G 81 of 255 = 32%
B 66 of 255 = 26%

5
81
66

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

Portions of RGB colors in percentages

R + G + B =
5 + 81 + 66 = 152 (100%)
R 5 of 152 ~ 3.29%
G 81 of 152 ~ 53.29%
B 66 of 152 ~ 43.42%

%53.29
%43.42

CMYK color model

#055142 color CMYK value is (94,0,19,68).

  • cyan value is 93.83%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 68.24%
CMYK:
(94,0,19,68)
C94M0Y19K68 
(94%,0%,19%,68%)
(0.94/0.00/0.19/0.68)	

CMYK percentages

%93.83
%0
%18.52
%68.24

Codes

Color #055142 in popluar color models

055142
RGB58166
HSL168°88.37%16.86%
HSB/HSV168°93.83%31.76%
CMYK93.83%0.00%18.52%
68.24%

Color #055142 in popluar number systems.

HEX055142
Decimal58166
Binary10110100011000010
Octal5121102

Shades and tints

Shades of #055142

#055142
(5,81,66)
#054A3C
(5,74,60)
#054336
(5,67,54)
#053C30
(5,60,48)
#05352A
(5,53,42)
#052E24
(5,46,36)
#05271E
(5,39,30)
#052018
(5,32,24)
#051912
(5,25,18)
#05120C
(5,18,12)
#050B06
(5,11,6)
#000000
(0,0,0)

Tints of #055142

#055142
(5,81,66)
#1B6053
(27,96,83)
#316F64
(49,111,100)
#477E75
(71,126,117)
#5D8D86
(93,141,134)
#739C97
(115,156,151)
#89ABA8
(137,171,168)
#9FBAB9
(159,186,185)
#B5C9CA
(181,201,202)
#CBD8DB
(203,216,219)
#E1E7EC
(225,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #055142 color. Also use rgb(5,81,66) instead hex code.

Text Font Color

.myTextColor { color: #055142; }

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

This text font color is #055142.


Background Color

.myBgColor { background-color: #055142; }

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

This div background color is #055142.


Border color

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

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

This div border color is #055142.


Opacity

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

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

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

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

This text has shadow with #055142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055142 on black background.


Color preview on white background

This text has color #055142 on white background.



Black color preview on #055142 background

This text has black color on #055142 background.


White color preview on #055142 background

This text has white color on #055142 background.