COLOR #55974B

HEX: #55974B RGB: (85,151,75)

Color info

#55974B contains mainly green color. Web safe color of #55974B is #669933 (or #693).

RGB color model

#55974B color RGB value is (85,151,75).

RGB: (85,151,75) (33%, 59%, 29%)

RGB channels and saturation

R 85 of 255 = 33%
G 151 of 255 = 59%
B 75 of 255 = 29%

85
151
75

R + G + B ~ 40%. #55974B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 151 + 75 = 311 (100%)
R 85 of 311 ~ 27.33%
G 151 of 311 ~ 48.55%
B 75 of 311 ~ 24.12'%

%27.33
%48.55
%24.12

CMYK color model

#55974B color CMYK value is (44,0,50,41).

  • cyan value is 43.71%
  • magenta value is 0.00%
  • yellow value is 50.33%
  • key color value is 40.78%

CMYK: (44,0,50,41)
C44M0Y50K41 (44%, 0%, 50%, 41%)
(0.44 / 0.00 / 0.50 / 0.41)

CMYK percentages

%43.71
%0
%50.33
%40.78

Codes

Color #55974B in popluar color models

55 97 4B
RGB 85 151 75
HSL 112° 33.63% 44.31%
HSB/HSV 112° 50.33% 59.22%
CMYK 43.71% 0.00% 50.33%
40.78%

Color #55974B in popluar number systems.

HEX 55 97 4B
Decimal 85 151 75
Binary 1010101 10010111 1001011
Octal 125 227 113

Shades and tints

Shades of #55974B

#55974B
(85,151,75)
#4E8A45
(78,138,69)
#477D3F
(71,125,63)
#407039
(64,112,57)
#396333
(57,99,51)
#32562D
(50,86,45)
#2B4927
(43,73,39)
#243C21
(36,60,33)
#1D2F1B
(29,47,27)
#162215
(22,34,21)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #55974B

#55974B
(85,151,75)
#64A05B
(100,160,91)
#73A96B
(115,169,107)
#82B27B
(130,178,123)
#91BB8B
(145,187,139)
#A0C49B
(160,196,155)
#AFCDAB
(175,205,171)
#BED6BB
(190,214,187)
#CDDFCB
(205,223,203)
#DCE8DB
(220,232,219)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55974B; }

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

This text font color is #55974B.

Background Color

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

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

This div background color is #55974B.

Border color

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

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

This div border color is #55974B.

Opacity

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

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

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

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

This text has shadow with #55974B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55974B.

Preview

Color preview on black background

This text has color #55974B on black background.


Color preview on white background

This text has color #55974B on white background.


Black color preview on #55974B background

This text has black color on #55974B background.


White color preview on #55974B background

This text has white color on #55974B background.


Related colors

Complementary color

Complementary color for #hex is #AA68B4.


I love getcolorcode.com

Triadic colors

1 #4B5597 and #974B55 with #55974B are triadic colors.

2 #4B9755 and #97554B with #55974B are triadic colors.