COLOR #55675A

HEX: #55675A
RGB: (85,103,90)

Color info

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

RGB color model

#55675A color RGB value is (85,103,90).

  • red value is 85;
  • green value is 103;
  • blue value is 90.
RGB:
(85,103,90)
(33%,40%,35%)

RGB channels and saturation

R 85 of 255 = 33%
G 103 of 255 = 40%
B 90 of 255 = 35%

85
103
90

R + G + B ~ 36%. #55675A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 103 + 90 = 278 (100%)
R 85 of 278 ~ 30.58%
G 103 of 278 ~ 37.05%
B 90 of 278 ~ 32.37%

%30.58
%37.05
%32.37

CMYK color model

#55675A color CMYK value is (17,0,13,60).

  • cyan value is 17.48%
  • magenta value is 0.00%
  • yellow value is 12.62%
  • key color value is 59.61%
CMYK:
(17,0,13,60)
C17M0Y13K60 
(17%,0%,13%,60%)
(0.17/0.00/0.13/0.60)	

CMYK percentages

%17.48
%0
%12.62
%59.61

Codes

Color #55675A in popluar color models

55675A
RGB8510390
HSL137°9.57%36.86%
HSB/HSV137°17.48%40.39%
CMYK17.48%0.00%12.62%
59.61%

Color #55675A in popluar number systems.

HEX55675A
Decimal8510390
Binary101010111001111011010
Octal125147132

Shades and tints

Shades of #55675A

#55675A
(85,103,90)
#4E5E52
(78,94,82)
#47554A
(71,85,74)
#404C42
(64,76,66)
#39433A
(57,67,58)
#323A32
(50,58,50)
#2B312A
(43,49,42)
#242822
(36,40,34)
#1D1F1A
(29,31,26)
#161612
(22,22,18)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #55675A

#55675A
(85,103,90)
#647469
(100,116,105)
#738178
(115,129,120)
#828E87
(130,142,135)
#919B96
(145,155,150)
#A0A8A5
(160,168,165)
#AFB5B4
(175,181,180)
#BEC2C3
(190,194,195)
#CDCFD2
(205,207,210)
#DCDCE1
(220,220,225)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55675A color. Also use rgb(85,103,90) instead hex code.

Text Font Color

.myTextColor { color: #55675A; }

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

This text font color is #55675A.


Background Color

.myBgColor { background-color: #55675A; }

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

This div background color is #55675A.


Border color

.myBorderColor { border: 1px solid #55675A; }

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

This div border color is #55675A.


Opacity

.myOpacity80 { color: #55675A; opacity: 0.8; }

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

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

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

This text has shadow with #55675A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55675A on black background.


Color preview on white background

This text has color #55675A on white background.



Black color preview on #55675A background

This text has black color on #55675A background.


White color preview on #55675A background

This text has white color on #55675A background.