COLOR #55673D

HEX: #55673D RGB: (85,103,61)

Color info

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

RGB color model

#55673D color RGB value is (85,103,61).

RGB: (85,103,61) (33%, 40%, 24%)

RGB channels and saturation

R 85 of 255 = 33%
G 103 of 255 = 40%
B 61 of 255 = 24%

85
103
61

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

Portions of RGB colors in percentages

R + G + B = 85 + 103 + 61 = 249 (100%)
R 85 of 249 ~ 34.14%
G 103 of 249 ~ 41.37%
B 61 of 249 ~ 24.5'%

%34.14
%41.37
%24.5

CMYK color model

#55673D color CMYK value is (17,0,41,60).

  • cyan value is 17.48%
  • magenta value is 0.00%
  • yellow value is 40.78%
  • key color value is 59.61%

CMYK: (17,0,41,60)
C17M0Y41K60 (17%, 0%, 41%, 60%)
(0.17 / 0.00 / 0.41 / 0.60)

CMYK percentages

%17.48
%0
%40.78
%59.61

Codes

Color #55673D in popluar color models

55 67 3D
RGB 85 103 61
HSL 86° 25.61% 32.16%
HSB/HSV 86° 40.78% 40.39%
CMYK 17.48% 0.00% 40.78%
59.61%

Color #55673D in popluar number systems.

HEX 55 67 3D
Decimal 85 103 61
Binary 1010101 1100111 111101
Octal 125 147 75

Shades and tints

Shades of #55673D

#55673D
(85,103,61)
#4E5E38
(78,94,56)
#475533
(71,85,51)
#404C2E
(64,76,46)
#394329
(57,67,41)
#323A24
(50,58,36)
#2B311F
(43,49,31)
#24281A
(36,40,26)
#1D1F15
(29,31,21)
#161610
(22,22,16)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #55673D

#55673D
(85,103,61)
#64744E
(100,116,78)
#73815F
(115,129,95)
#828E70
(130,142,112)
#919B81
(145,155,129)
#A0A892
(160,168,146)
#AFB5A3
(175,181,163)
#BEC2B4
(190,194,180)
#CDCFC5
(205,207,197)
#DCDCD6
(220,220,214)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55673D color. Also use rgb(85,103,61) instead hex code.

Text Font Color

.myTextColor { color: #55673D; }

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

This text font color is #55673D.

Background Color

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

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

This div background color is #55673D.

Border color

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

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

This div border color is #55673D.

Opacity

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

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

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

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

This text has shadow with #55673D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55673D.

Preview

Color preview on black background

This text has color #55673D on black background.


Color preview on white background

This text has color #55673D on white background.


Black color preview on #55673D background

This text has black color on #55673D background.


White color preview on #55673D background

This text has white color on #55673D background.


Related colors

Complementary color

Complementary color for #hex is #AA98C2.


I love getcolorcode.com

Triadic colors

1 #3D5567 and #673D55 with #55673D are triadic colors.

2 #3D6755 and #67553D with #55673D are triadic colors.