COLOR #5D774B

HEX: #5D774B
RGB: (93,119,75)

Color info

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

RGB color model

#5D774B color RGB value is (93,119,75).

  • red value is 93;
  • green value is 119;
  • blue value is 75.
RGB:
(93,119,75)
(36%,47%,29%)

RGB channels and saturation

R 93 of 255 = 36%
G 119 of 255 = 47%
B 75 of 255 = 29%

93
119
75

R + G + B ~ 37%. #5D774B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 119 + 75 = 287 (100%)
R 93 of 287 ~ 32.4%
G 119 of 287 ~ 41.46%
B 75 of 287 ~ 26.13%

%32.4
%41.46
%26.13

CMYK color model

#5D774B color CMYK value is (22,0,37,53).

  • cyan value is 21.85%
  • magenta value is 0.00%
  • yellow value is 36.97%
  • key color value is 53.33%
CMYK:
(22,0,37,53)
C22M0Y37K53 
(22%,0%,37%,53%)
(0.22/0.00/0.37/0.53)	

CMYK percentages

%21.85
%0
%36.97
%53.33

Codes

Color #5D774B in popluar color models

5D774B
RGB9311975
HSL95°22.68%38.04%
HSB/HSV95°36.97%46.67%
CMYK21.85%0.00%36.97%
53.33%

Color #5D774B in popluar number systems.

HEX5D774B
Decimal9311975
Binary101110111101111001011
Octal135167113

Shades and tints

Shades of #5D774B

#5D774B
(93,119,75)
#556D45
(85,109,69)
#4D633F
(77,99,63)
#455939
(69,89,57)
#3D4F33
(61,79,51)
#35452D
(53,69,45)
#2D3B27
(45,59,39)
#253121
(37,49,33)
#1D271B
(29,39,27)
#151D15
(21,29,21)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #5D774B

#5D774B
(93,119,75)
#6B835B
(107,131,91)
#798F6B
(121,143,107)
#879B7B
(135,155,123)
#95A78B
(149,167,139)
#A3B39B
(163,179,155)
#B1BFAB
(177,191,171)
#BFCBBB
(191,203,187)
#CDD7CB
(205,215,203)
#DBE3DB
(219,227,219)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D774B color. Also use rgb(93,119,75) instead hex code.

Text Font Color

.myTextColor { color: #5D774B; }

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

This text font color is #5D774B.


Background Color

.myBgColor { background-color: #5D774B; }

<div style="background-color:#5D774B">Inner text</div>

This div background color is #5D774B.


Border color

.myBorderColor { border: 1px solid #5D774B; }

<div style="border:3px solid #5D774B">Div</div>

This div border color is #5D774B.


Opacity

.myOpacity80 { color: #5D774B; opacity: 0.8; }

<p style="color:#5D774B;opacity:0.8;">80%</p>

Text with #5D774B 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 #5D774B;}

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

This text has shadow with #5D774B color.

.textShadow {text-shadow: 3px 3px 1px #5D774B, 3px 3px 1px red;}

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

This text has shadow with #5D774B primary color and red secondary color.


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

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

This text has shadow with #5D774B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D774B on black background.


Color preview on white background

This text has color #5D774B on white background.



Black color preview on #5D774B background

This text has black color on #5D774B background.


White color preview on #5D774B background

This text has white color on #5D774B background.