COLOR #055843

HEX: #055843 RGB: (5,88,67)

Color info

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

RGB color model

#055843 color RGB value is (5,88,67).

RGB: (5,88,67) (2%, 35%, 26%)

RGB channels and saturation

R 5 of 255 = 2%
G 88 of 255 = 35%
B 67 of 255 = 26%

5
88
67

R + G + B ~ 21%. #055843 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 88 + 67 = 160 (100%)
R 5 of 160 ~ 3.13%
G 88 of 160 ~ 55%
B 67 of 160 ~ 41.88'%

%55
%41.88

CMYK color model

#055843 color CMYK value is (94,0,24,65).

  • cyan value is 94.32%
  • magenta value is 0.00%
  • yellow value is 23.86%
  • key color value is 65.49%

CMYK: (94,0,24,65)
C94M0Y24K65 (94%, 0%, 24%, 65%)
(0.94 / 0.00 / 0.24 / 0.65)

CMYK percentages

%94.32
%0
%23.86
%65.49

Codes

Color #055843 in popluar color models

05 58 43
RGB 5 88 67
HSL 165° 89.25% 18.24%
HSB/HSV 165° 94.32% 34.51%
CMYK 94.32% 0.00% 23.86%
65.49%

Color #055843 in popluar number systems.

HEX 05 58 43
Decimal 5 88 67
Binary 101 1011000 1000011
Octal 5 130 103

Shades and tints

Shades of #055843

#055843
(5,88,67)
#05503D
(5,80,61)
#054837
(5,72,55)
#054031
(5,64,49)
#05382B
(5,56,43)
#053025
(5,48,37)
#05281F
(5,40,31)
#052019
(5,32,25)
#051813
(5,24,19)
#05100D
(5,16,13)
#050807
(5,8,7)
#000000
(0,0,0)

Tints of #055843

#055843
(5,88,67)
#1B6754
(27,103,84)
#317665
(49,118,101)
#478576
(71,133,118)
#5D9487
(93,148,135)
#73A398
(115,163,152)
#89B2A9
(137,178,169)
#9FC1BA
(159,193,186)
#B5D0CB
(181,208,203)
#CBDFDC
(203,223,220)
#E1EEED
(225,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #055843 color. Also use rgb(5,88,67) instead hex code.

Text Font Color

.myTextColor { color: #055843; }

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

This text font color is #055843.

Background Color

.myBgColor { background-color: #055843; }

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

This div background color is #055843.

Border color

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

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

This div border color is #055843.

Opacity

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

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

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

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

This text has shadow with #055843 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #055843.

Preview

Color preview on black background

This text has color #055843 on black background.


Color preview on white background

This text has color #055843 on white background.


Black color preview on #055843 background

This text has black color on #055843 background.


White color preview on #055843 background

This text has white color on #055843 background.


Related colors

Complementary color

Complementary color for #hex is #FAA7BC.


I love getcolorcode.com

Triadic colors

1 #430558 and #584305 with #055843 are triadic colors.

2 #435805 and #580543 with #055843 are triadic colors.