COLOR #5C754A

HEX: #5C754A
RGB: (92,117,74)

Color info

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

RGB color model

#5C754A color RGB value is (92,117,74).

  • red value is 92;
  • green value is 117;
  • blue value is 74.
RGB:
(92,117,74)
(36%,46%,29%)

RGB channels and saturation

R 92 of 255 = 36%
G 117 of 255 = 46%
B 74 of 255 = 29%

92
117
74

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

Portions of RGB colors in percentages

R + G + B =
92 + 117 + 74 = 283 (100%)
R 92 of 283 ~ 32.51%
G 117 of 283 ~ 41.34%
B 74 of 283 ~ 26.15%

%32.51
%41.34
%26.15

CMYK color model

#5C754A color CMYK value is (21,0,37,54).

  • cyan value is 21.37%
  • magenta value is 0.00%
  • yellow value is 36.75%
  • key color value is 54.12%
CMYK:
(21,0,37,54)
C21M0Y37K54 
(21%,0%,37%,54%)
(0.21/0.00/0.37/0.54)	

CMYK percentages

%21.37
%0
%36.75
%54.12

Codes

Color #5C754A in popluar color models

5C754A
RGB9211774
HSL95°22.51%37.45%
HSB/HSV95°36.75%45.88%
CMYK21.37%0.00%36.75%
54.12%

Color #5C754A in popluar number systems.

HEX5C754A
Decimal9211774
Binary101110011101011001010
Octal134165112

Shades and tints

Shades of #5C754A

#5C754A
(92,117,74)
#546B44
(84,107,68)
#4C613E
(76,97,62)
#445738
(68,87,56)
#3C4D32
(60,77,50)
#34432C
(52,67,44)
#2C3926
(44,57,38)
#242F20
(36,47,32)
#1C251A
(28,37,26)
#141B14
(20,27,20)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #5C754A

#5C754A
(92,117,74)
#6A815A
(106,129,90)
#788D6A
(120,141,106)
#86997A
(134,153,122)
#94A58A
(148,165,138)
#A2B19A
(162,177,154)
#B0BDAA
(176,189,170)
#BEC9BA
(190,201,186)
#CCD5CA
(204,213,202)
#DAE1DA
(218,225,218)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C754A color. Also use rgb(92,117,74) instead hex code.

Text Font Color

.myTextColor { color: #5C754A; }

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

This text font color is #5C754A.


Background Color

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

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

This div background color is #5C754A.


Border color

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

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

This div border color is #5C754A.


Opacity

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

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

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

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

This text has shadow with #5C754A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C754A on black background.


Color preview on white background

This text has color #5C754A on white background.



Black color preview on #5C754A background

This text has black color on #5C754A background.


White color preview on #5C754A background

This text has white color on #5C754A background.