COLOR #5C694C

HEX: #5C694C RGB: (92,105,76)

Color info

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

RGB color model

#5C694C color RGB value is (92,105,76).

RGB: (92,105,76) (36%, 41%, 30%)

RGB channels and saturation

R 92 of 255 = 36%
G 105 of 255 = 41%
B 76 of 255 = 30%

92
105
76

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

Portions of RGB colors in percentages

R + G + B = 92 + 105 + 76 = 273 (100%)
R 92 of 273 ~ 33.7%
G 105 of 273 ~ 38.46%
B 76 of 273 ~ 27.84'%

%33.7
%38.46
%27.84

CMYK color model

#5C694C color CMYK value is (12,0,28,59).

  • cyan value is 12.38%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 58.82%
CMYK: (12,0,28,59) C12M0Y28K59 (12%,0%,28%,59%) (0.12/0.00/0.28/0.59) 

CMYK percentages

%12.38
%0
%27.62
%58.82

Codes

Color #5C694C in popluar color models

5C 69 4C
RGB 92 105 76
HSL 87° 16.02% 35.49%
HSB/HSV 87° 27.62% 41.18%
CMYK 12.38% 0.00% 27.62%
58.82%

Color #5C694C in popluar number systems.

HEX 5C 69 4C
Decimal 92 105 76
Binary 1011100 1101001 1001100
Octal 134 151 114

Shades and tints

Shades of #5C694C

#5C694C
(92,105,76)
#546046
(84,96,70)
#4C5740
(76,87,64)
#444E3A
(68,78,58)
#3C4534
(60,69,52)
#343C2E
(52,60,46)
#2C3328
(44,51,40)
#242A22
(36,42,34)
#1C211C
(28,33,28)
#141816
(20,24,22)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #5C694C

#5C694C
(92,105,76)
#6A765C
(106,118,92)
#78836C
(120,131,108)
#86907C
(134,144,124)
#949D8C
(148,157,140)
#A2AA9C
(162,170,156)
#B0B7AC
(176,183,172)
#BEC4BC
(190,196,188)
#CCD1CC
(204,209,204)
#DADEDC
(218,222,220)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C694C color. Also use rgb(92,105,76) instead hex code.

Text Font Color

.myTextColor { color: #5C694C; }

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

This text font color is #5C694C.

Background Color

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

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

This div background color is #5C694C.

Border color

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

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

This div border color is #5C694C.

Opacity

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

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

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

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

This text has shadow with #5C694C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C694C.

Preview

Color preview on black background

This text has color #5C694C on black background.


Color preview on white background

This text has color #5C694C on white background.


Black color preview on #5C694C background

This text has black color on #5C694C background.


White color preview on #5C694C background

This text has white color on #5C694C background.


Related colors

Complementary color

Complementary color for #hex is #A396B3.


I love getcolorcode.com

Triadic colors

1 #4C5C69 and #694C5C with #5C694C are triadic colors.

2 #4C695C and #695C4C with #5C694C are triadic colors.