COLOR #55743C

HEX: #55743C RGB: (85,116,60)

Color info

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

RGB color model

#55743C color RGB value is (85,116,60).

RGB: (85,116,60) (33%, 45%, 24%)

RGB channels and saturation

R 85 of 255 = 33%
G 116 of 255 = 45%
B 60 of 255 = 24%

85
116
60

R + G + B ~ 34%. #55743C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 116 + 60 = 261 (100%)
R 85 of 261 ~ 32.57%
G 116 of 261 ~ 44.44%
B 60 of 261 ~ 22.99'%

%32.57
%44.44
%22.99

CMYK color model

#55743C color CMYK value is (27,0,48,55).

  • cyan value is 26.72%
  • magenta value is 0.00%
  • yellow value is 48.28%
  • key color value is 54.51%
CMYK: (27,0,48,55) C27M0Y48K55 (27%,0%,48%,55%) (0.27/0.00/0.48/0.55) 

CMYK percentages

%26.72
%0
%48.28
%54.51

Codes

Color #55743C in popluar color models

55 74 3C
RGB 85 116 60
HSL 93° 31.82% 34.51%
HSB/HSV 93° 48.28% 45.49%
CMYK 26.72% 0.00% 48.28%
54.51%

Color #55743C in popluar number systems.

HEX 55 74 3C
Decimal 85 116 60
Binary 1010101 1110100 111100
Octal 125 164 74

Shades and tints

Shades of #55743C

#55743C
(85,116,60)
#4E6A37
(78,106,55)
#476032
(71,96,50)
#40562D
(64,86,45)
#394C28
(57,76,40)
#324223
(50,66,35)
#2B381E
(43,56,30)
#242E19
(36,46,25)
#1D2414
(29,36,20)
#161A0F
(22,26,15)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #55743C

#55743C
(85,116,60)
#64804D
(100,128,77)
#738C5E
(115,140,94)
#82986F
(130,152,111)
#91A480
(145,164,128)
#A0B091
(160,176,145)
#AFBCA2
(175,188,162)
#BEC8B3
(190,200,179)
#CDD4C4
(205,212,196)
#DCE0D5
(220,224,213)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55743C color. Also use rgb(85,116,60) instead hex code.

Text Font Color

.myTextColor { color: #55743C; }

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

This text font color is #55743C.

Background Color

.myBgColor { background-color: #55743C; }

<div style="background-color:#55743C">Inner text</div>

This div background color is #55743C.

Border color

.myBorderColor { border: 1px solid #55743C; }

<div style="border:3px solid #55743C">Div</div>

This div border color is #55743C.

Opacity

.myOpacity80 { color: #55743C; opacity: 0.8; }

<p style="color:#55743C;opacity:0.8;">80%</p>

Text with #55743C 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 #55743C;}

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

This text has shadow with #55743C color.


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

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

This text has shadow with #55743C primary color and red secondary color.


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

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

This text has shadow with #55743C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55743C.

Preview

Color preview on black background

This text has color #55743C on black background.


Color preview on white background

This text has color #55743C on white background.


Black color preview on #55743C background

This text has black color on #55743C background.


White color preview on #55743C background

This text has white color on #55743C background.


Related colors

Complementary color

Complementary color for #hex is #AA8BC3.


I love getcolorcode.com

Triadic colors

1 #3C5574 and #743C55 with #55743C are triadic colors.

2 #3C7455 and #74553C with #55743C are triadic colors.