COLOR #55693B

HEX: #55693B
RGB: (85,105,59)

Color info

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

RGB color model

#55693B color RGB value is (85,105,59).

  • red value is 85;
  • green value is 105;
  • blue value is 59.
RGB:
(85,105,59)
(33%,41%,23%)

RGB channels and saturation

R 85 of 255 = 33%
G 105 of 255 = 41%
B 59 of 255 = 23%

85
105
59

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

Portions of RGB colors in percentages

R + G + B =
85 + 105 + 59 = 249 (100%)
R 85 of 249 ~ 34.14%
G 105 of 249 ~ 42.17%
B 59 of 249 ~ 23.69%

%34.14
%42.17
%23.69

CMYK color model

#55693B color CMYK value is (19,0,44,59).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 43.81%
  • key color value is 58.82%
CMYK:
(19,0,44,59)
C19M0Y44K59 
(19%,0%,44%,59%)
(0.19/0.00/0.44/0.59)	

CMYK percentages

%19.05
%0
%43.81
%58.82

Codes

Color #55693B in popluar color models

55693B
RGB8510559
HSL86°28.05%32.16%
HSB/HSV86°43.81%41.18%
CMYK19.05%0.00%43.81%
58.82%

Color #55693B in popluar number systems.

HEX55693B
Decimal8510559
Binary10101011101001111011
Octal12515173

Shades and tints

Shades of #55693B

#55693B
(85,105,59)
#4E6036
(78,96,54)
#475731
(71,87,49)
#404E2C
(64,78,44)
#394527
(57,69,39)
#323C22
(50,60,34)
#2B331D
(43,51,29)
#242A18
(36,42,24)
#1D2113
(29,33,19)
#16180E
(22,24,14)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #55693B

#55693B
(85,105,59)
#64764C
(100,118,76)
#73835D
(115,131,93)
#82906E
(130,144,110)
#919D7F
(145,157,127)
#A0AA90
(160,170,144)
#AFB7A1
(175,183,161)
#BEC4B2
(190,196,178)
#CDD1C3
(205,209,195)
#DCDED4
(220,222,212)
#EBEBE5
(235,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55693B color. Also use rgb(85,105,59) instead hex code.

Text Font Color

.myTextColor { color: #55693B; }

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

This text font color is #55693B.


Background Color

.myBgColor { background-color: #55693B; }

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

This div background color is #55693B.


Border color

.myBorderColor { border: 1px solid #55693B; }

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

This div border color is #55693B.


Opacity

.myOpacity80 { color: #55693B; opacity: 0.8; }

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

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

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

This text has shadow with #55693B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55693B on black background.


Color preview on white background

This text has color #55693B on white background.



Black color preview on #55693B background

This text has black color on #55693B background.


White color preview on #55693B background

This text has white color on #55693B background.