COLOR #055633

HEX: #055633
RGB: (5,86,51)

Color info

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

RGB color model

#055633 color RGB value is (5,86,51).

  • red value is 5;
  • green value is 86;
  • blue value is 51.
RGB:
(5,86,51)
(2%,34%,20%)

RGB channels and saturation

R 5 of 255 = 2%
G 86 of 255 = 34%
B 51 of 255 = 20%

5
86
51

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

Portions of RGB colors in percentages

R + G + B =
5 + 86 + 51 = 142 (100%)
R 5 of 142 ~ 3.52%
G 86 of 142 ~ 60.56%
B 51 of 142 ~ 35.92%

%60.56
%35.92

CMYK color model

#055633 color CMYK value is (94,0,41,66).

  • cyan value is 94.19%
  • magenta value is 0.00%
  • yellow value is 40.70%
  • key color value is 66.27%
CMYK:
(94,0,41,66)
C94M0Y41K66 
(94%,0%,41%,66%)
(0.94/0.00/0.41/0.66)	

CMYK percentages

%94.19
%0
%40.7
%66.27

Codes

Color #055633 in popluar color models

055633
RGB58651
HSL154°89.01%17.84%
HSB/HSV154°94.19%33.73%
CMYK94.19%0.00%40.70%
66.27%

Color #055633 in popluar number systems.

HEX055633
Decimal58651
Binary1011010110110011
Octal512663

Shades and tints

Shades of #055633

#055633
(5,86,51)
#054F2F
(5,79,47)
#05482B
(5,72,43)
#054127
(5,65,39)
#053A23
(5,58,35)
#05331F
(5,51,31)
#052C1B
(5,44,27)
#052517
(5,37,23)
#051E13
(5,30,19)
#05170F
(5,23,15)
#05100B
(5,16,11)
#000000
(0,0,0)

Tints of #055633

#055633
(5,86,51)
#1B6545
(27,101,69)
#317457
(49,116,87)
#478369
(71,131,105)
#5D927B
(93,146,123)
#73A18D
(115,161,141)
#89B09F
(137,176,159)
#9FBFB1
(159,191,177)
#B5CEC3
(181,206,195)
#CBDDD5
(203,221,213)
#E1ECE7
(225,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #055633 color. Also use rgb(5,86,51) instead hex code.

Text Font Color

.myTextColor { color: #055633; }

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

This text font color is #055633.


Background Color

.myBgColor { background-color: #055633; }

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

This div background color is #055633.


Border color

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

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

This div border color is #055633.


Opacity

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

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

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

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

This text has shadow with #055633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055633 on black background.


Color preview on white background

This text has color #055633 on white background.



Black color preview on #055633 background

This text has black color on #055633 background.


White color preview on #055633 background

This text has white color on #055633 background.