COLOR #55674A

HEX: #55674A
RGB: (85,103,74)

Color info

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

RGB color model

#55674A color RGB value is (85,103,74).

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

RGB channels and saturation

R 85 of 255 = 33%
G 103 of 255 = 40%
B 74 of 255 = 29%

85
103
74

R + G + B ~ 34%. #55674A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 103 + 74 = 262 (100%)
R 85 of 262 ~ 32.44%
G 103 of 262 ~ 39.31%
B 74 of 262 ~ 28.24%

%32.44
%39.31
%28.24

CMYK color model

#55674A color CMYK value is (17,0,28,60).

  • cyan value is 17.48%
  • magenta value is 0.00%
  • yellow value is 28.16%
  • key color value is 59.61%
CMYK:
(17,0,28,60)
C17M0Y28K60 
(17%,0%,28%,60%)
(0.17/0.00/0.28/0.60)	

CMYK percentages

%17.48
%0
%28.16
%59.61

Codes

Color #55674A in popluar color models

55674A
RGB8510374
HSL97°16.38%34.71%
HSB/HSV97°28.16%40.39%
CMYK17.48%0.00%28.16%
59.61%

Color #55674A in popluar number systems.

HEX55674A
Decimal8510374
Binary101010111001111001010
Octal125147112

Shades and tints

Shades of #55674A

#55674A
(85,103,74)
#4E5E44
(78,94,68)
#47553E
(71,85,62)
#404C38
(64,76,56)
#394332
(57,67,50)
#323A2C
(50,58,44)
#2B3126
(43,49,38)
#242820
(36,40,32)
#1D1F1A
(29,31,26)
#161614
(22,22,20)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #55674A

#55674A
(85,103,74)
#64745A
(100,116,90)
#73816A
(115,129,106)
#828E7A
(130,142,122)
#919B8A
(145,155,138)
#A0A89A
(160,168,154)
#AFB5AA
(175,181,170)
#BEC2BA
(190,194,186)
#CDCFCA
(205,207,202)
#DCDCDA
(220,220,218)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55674A; }

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

This text font color is #55674A.


Background Color

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

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

This div background color is #55674A.


Border color

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

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

This div border color is #55674A.


Opacity

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

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

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

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

This text has shadow with #55674A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55674A on black background.


Color preview on white background

This text has color #55674A on white background.



Black color preview on #55674A background

This text has black color on #55674A background.


White color preview on #55674A background

This text has white color on #55674A background.