COLOR #55652D

HEX: #55652D
RGB: (85,101,45)

Color info

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

RGB color model

#55652D color RGB value is (85,101,45).

  • red value is 85;
  • green value is 101;
  • blue value is 45.
RGB:
(85,101,45)
(33%,40%,18%)

RGB channels and saturation

R 85 of 255 = 33%
G 101 of 255 = 40%
B 45 of 255 = 18%

85
101
45

R + G + B ~ 30%. #55652D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 101 + 45 = 231 (100%)
R 85 of 231 ~ 36.8%
G 101 of 231 ~ 43.72%
B 45 of 231 ~ 19.48%

%36.8
%43.72
%19.48

CMYK color model

#55652D color CMYK value is (16,0,55,60).

  • cyan value is 15.84%
  • magenta value is 0.00%
  • yellow value is 55.45%
  • key color value is 60.39%
CMYK:
(16,0,55,60)
C16M0Y55K60 
(16%,0%,55%,60%)
(0.16/0.00/0.55/0.60)	

CMYK percentages

%15.84
%0
%55.45
%60.39

Codes

Color #55652D in popluar color models

55652D
RGB8510145
HSL77°38.36%28.63%
HSB/HSV77°55.45%39.61%
CMYK15.84%0.00%55.45%
60.39%

Color #55652D in popluar number systems.

HEX55652D
Decimal8510145
Binary10101011100101101101
Octal12514555

Shades and tints

Shades of #55652D

#55652D
(85,101,45)
#4E5C29
(78,92,41)
#475325
(71,83,37)
#404A21
(64,74,33)
#39411D
(57,65,29)
#323819
(50,56,25)
#2B2F15
(43,47,21)
#242611
(36,38,17)
#1D1D0D
(29,29,13)
#161409
(22,20,9)
#0F0B05
(15,11,5)
#000000
(0,0,0)

Tints of #55652D

#55652D
(85,101,45)
#647340
(100,115,64)
#738153
(115,129,83)
#828F66
(130,143,102)
#919D79
(145,157,121)
#A0AB8C
(160,171,140)
#AFB99F
(175,185,159)
#BEC7B2
(190,199,178)
#CDD5C5
(205,213,197)
#DCE3D8
(220,227,216)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55652D color. Also use rgb(85,101,45) instead hex code.

Text Font Color

.myTextColor { color: #55652D; }

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

This text font color is #55652D.


Background Color

.myBgColor { background-color: #55652D; }

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

This div background color is #55652D.


Border color

.myBorderColor { border: 1px solid #55652D; }

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

This div border color is #55652D.


Opacity

.myOpacity80 { color: #55652D; opacity: 0.8; }

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

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

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

This text has shadow with #55652D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55652D on black background.


Color preview on white background

This text has color #55652D on white background.



Black color preview on #55652D background

This text has black color on #55652D background.


White color preview on #55652D background

This text has white color on #55652D background.