COLOR #55764B

HEX: #55764B RGB: (85,118,75)

Color info

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

RGB color model

#55764B color RGB value is (85,118,75).

RGB: (85,118,75) (33%, 46%, 29%)

RGB channels and saturation

R 85 of 255 = 33%
G 118 of 255 = 46%
B 75 of 255 = 29%

85
118
75

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

Portions of RGB colors in percentages

R + G + B = 85 + 118 + 75 = 278 (100%)
R 85 of 278 ~ 30.58%
G 118 of 278 ~ 42.45%
B 75 of 278 ~ 26.98'%

%30.58
%42.45
%26.98

CMYK color model

#55764B color CMYK value is (28,0,36,54).

  • cyan value is 27.97%
  • magenta value is 0.00%
  • yellow value is 36.44%
  • key color value is 53.73%

CMYK: (28,0,36,54)
C28M0Y36K54 (28%, 0%, 36%, 54%)
(0.28 / 0.00 / 0.36 / 0.54)

CMYK percentages

%27.97
%0
%36.44
%53.73

Codes

Color #55764B in popluar color models

55 76 4B
RGB 85 118 75
HSL 106° 22.28% 37.84%
HSB/HSV 106° 36.44% 46.27%
CMYK 27.97% 0.00% 36.44%
53.73%

Color #55764B in popluar number systems.

HEX 55 76 4B
Decimal 85 118 75
Binary 1010101 1110110 1001011
Octal 125 166 113

Shades and tints

Shades of #55764B

#55764B
(85,118,75)
#4E6C45
(78,108,69)
#47623F
(71,98,63)
#405839
(64,88,57)
#394E33
(57,78,51)
#32442D
(50,68,45)
#2B3A27
(43,58,39)
#243021
(36,48,33)
#1D261B
(29,38,27)
#161C15
(22,28,21)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #55764B

#55764B
(85,118,75)
#64825B
(100,130,91)
#738E6B
(115,142,107)
#829A7B
(130,154,123)
#91A68B
(145,166,139)
#A0B29B
(160,178,155)
#AFBEAB
(175,190,171)
#BECABB
(190,202,187)
#CDD6CB
(205,214,203)
#DCE2DB
(220,226,219)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55764B color. Also use rgb(85,118,75) instead hex code.

Text Font Color

.myTextColor { color: #55764B; }

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

This text font color is #55764B.

Background Color

.myBgColor { background-color: #55764B; }

<div style="background-color:#55764B">Inner text</div>

This div background color is #55764B.

Border color

.myBorderColor { border: 1px solid #55764B; }

<div style="border:3px solid #55764B">Div</div>

This div border color is #55764B.

Opacity

.myOpacity80 { color: #55764B; opacity: 0.8; }

<p style="color:#55764B;opacity:0.8;">80%</p>

Text with #55764B 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 #55764B;}

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

This text has shadow with #55764B color.


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

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

This text has shadow with #55764B primary color and red secondary color.


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

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

This text has shadow with #55764B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55764B.

Preview

Color preview on black background

This text has color #55764B on black background.


Color preview on white background

This text has color #55764B on white background.


Black color preview on #55764B background

This text has black color on #55764B background.


White color preview on #55764B background

This text has white color on #55764B background.


Related colors

Complementary color

Complementary color for #hex is #AA89B4.


I love getcolorcode.com

Triadic colors

1 #4B5576 and #764B55 with #55764B are triadic colors.

2 #4B7655 and #76554B with #55764B are triadic colors.