COLOR #55765D

HEX: #55765D
RGB: (85,118,93)

Color info

#55765D contains red, green and blue colors in about the same proportion. Web safe color of #55765D is #666666 (or #666).

RGB color model

#55765D color RGB value is (85,118,93).

  • red value is 85;
  • green value is 118;
  • blue value is 93.
RGB:
(85,118,93)
(33%,46%,36%)

RGB channels and saturation

R 85 of 255 = 33%
G 118 of 255 = 46%
B 93 of 255 = 36%

85
118
93

R + G + B ~ 38%. #55765D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 118 + 93 = 296 (100%)
R 85 of 296 ~ 28.72%
G 118 of 296 ~ 39.86%
B 93 of 296 ~ 31.42%

%28.72
%39.86
%31.42

CMYK color model

#55765D color CMYK value is (28,0,21,54).

  • cyan value is 27.97%
  • magenta value is 0.00%
  • yellow value is 21.19%
  • key color value is 53.73%
CMYK:
(28,0,21,54)
C28M0Y21K54 
(28%,0%,21%,54%)
(0.28/0.00/0.21/0.54)	

CMYK percentages

%27.97
%0
%21.19
%53.73

Codes

Color #55765D in popluar color models

55765D
RGB8511893
HSL135°16.26%39.80%
HSB/HSV135°27.97%46.27%
CMYK27.97%0.00%21.19%
53.73%

Color #55765D in popluar number systems.

HEX55765D
Decimal8511893
Binary101010111101101011101
Octal125166135

Shades and tints

Shades of #55765D

#55765D
(85,118,93)
#4E6C55
(78,108,85)
#47624D
(71,98,77)
#405845
(64,88,69)
#394E3D
(57,78,61)
#324435
(50,68,53)
#2B3A2D
(43,58,45)
#243025
(36,48,37)
#1D261D
(29,38,29)
#161C15
(22,28,21)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #55765D

#55765D
(85,118,93)
#64826B
(100,130,107)
#738E79
(115,142,121)
#829A87
(130,154,135)
#91A695
(145,166,149)
#A0B2A3
(160,178,163)
#AFBEB1
(175,190,177)
#BECABF
(190,202,191)
#CDD6CD
(205,214,205)
#DCE2DB
(220,226,219)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55765D color. Also use rgb(85,118,93) instead hex code.

Text Font Color

.myTextColor { color: #55765D; }

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

This text font color is #55765D.


Background Color

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

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

This div background color is #55765D.


Border color

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

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

This div border color is #55765D.


Opacity

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

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

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

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

This text has shadow with #55765D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55765D on black background.


Color preview on white background

This text has color #55765D on white background.



Black color preview on #55765D background

This text has black color on #55765D background.


White color preview on #55765D background

This text has white color on #55765D background.