COLOR #55633C

HEX: #55633C
RGB: (85,99,60)

Color info

#55633C contains red, green and blue colors in about the same proportion. Web safe color of #55633C is #666633 (or #663).

RGB color model

#55633C color RGB value is (85,99,60).

  • red value is 85;
  • green value is 99;
  • blue value is 60.
RGB:
(85,99,60)
(33%,39%,24%)

RGB channels and saturation

R 85 of 255 = 33%
G 99 of 255 = 39%
B 60 of 255 = 24%

85
99
60

R + G + B ~ 32%. #55633C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 99 + 60 = 244 (100%)
R 85 of 244 ~ 34.84%
G 99 of 244 ~ 40.57%
B 60 of 244 ~ 24.59%

%34.84
%40.57
%24.59

CMYK color model

#55633C color CMYK value is (14,0,39,61).

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 39.39%
  • key color value is 61.18%
CMYK:
(14,0,39,61)
C14M0Y39K61 
(14%,0%,39%,61%)
(0.14/0.00/0.39/0.61)	

CMYK percentages

%14.14
%0
%39.39
%61.18

Codes

Color #55633C in popluar color models

55633C
RGB859960
HSL82°24.53%31.18%
HSB/HSV82°39.39%38.82%
CMYK14.14%0.00%39.39%
61.18%

Color #55633C in popluar number systems.

HEX55633C
Decimal859960
Binary10101011100011111100
Octal12514374

Shades and tints

Shades of #55633C

#55633C
(85,99,60)
#4E5A37
(78,90,55)
#475132
(71,81,50)
#40482D
(64,72,45)
#393F28
(57,63,40)
#323623
(50,54,35)
#2B2D1E
(43,45,30)
#242419
(36,36,25)
#1D1B14
(29,27,20)
#16120F
(22,18,15)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #55633C

#55633C
(85,99,60)
#64714D
(100,113,77)
#737F5E
(115,127,94)
#828D6F
(130,141,111)
#919B80
(145,155,128)
#A0A991
(160,169,145)
#AFB7A2
(175,183,162)
#BEC5B3
(190,197,179)
#CDD3C4
(205,211,196)
#DCE1D5
(220,225,213)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55633C color. Also use rgb(85,99,60) instead hex code.

Text Font Color

.myTextColor { color: #55633C; }

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

This text font color is #55633C.


Background Color

.myBgColor { background-color: #55633C; }

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

This div background color is #55633C.


Border color

.myBorderColor { border: 1px solid #55633C; }

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

This div border color is #55633C.


Opacity

.myOpacity80 { color: #55633C; opacity: 0.8; }

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

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

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

This text has shadow with #55633C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55633C on black background.


Color preview on white background

This text has color #55633C on white background.



Black color preview on #55633C background

This text has black color on #55633C background.


White color preview on #55633C background

This text has white color on #55633C background.