COLOR #5C6754

HEX: #5C6754 RGB: (92,103,84)

Color info

#5C6754 contains red, green and blue colors in about the same proportion. Web safe color of #5C6754 is #666666 (or #666).

RGB color model

#5C6754 color RGB value is (92,103,84).

RGB: (92,103,84) (36%, 40%, 33%)

RGB channels and saturation

R 92 of 255 = 36%
G 103 of 255 = 40%
B 84 of 255 = 33%

92
103
84

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

Portions of RGB colors in percentages

R + G + B = 92 + 103 + 84 = 279 (100%)
R 92 of 279 ~ 32.97%
G 103 of 279 ~ 36.92%
B 84 of 279 ~ 30.11'%

%32.97
%36.92
%30.11

CMYK color model

#5C6754 color CMYK value is (11,0,18,60).

  • cyan value is 10.68%
  • magenta value is 0.00%
  • yellow value is 18.45%
  • key color value is 59.61%

CMYK: (11,0,18,60)
C11M0Y18K60 (11%, 0%, 18%, 60%)
(0.11 / 0.00 / 0.18 / 0.60)

CMYK percentages

%10.68
%0
%18.45
%59.61

Codes

Color #5C6754 in popluar color models

5C 67 54
RGB 92 103 84
HSL 95° 10.16% 36.67%
HSB/HSV 95° 18.45% 40.39%
CMYK 10.68% 0.00% 18.45%
59.61%

Color #5C6754 in popluar number systems.

HEX 5C 67 54
Decimal 92 103 84
Binary 1011100 1100111 1010100
Octal 134 147 124

Shades and tints

Shades of #5C6754

#5C6754
(92,103,84)
#545E4D
(84,94,77)
#4C5546
(76,85,70)
#444C3F
(68,76,63)
#3C4338
(60,67,56)
#343A31
(52,58,49)
#2C312A
(44,49,42)
#242823
(36,40,35)
#1C1F1C
(28,31,28)
#141615
(20,22,21)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #5C6754

#5C6754
(92,103,84)
#6A7463
(106,116,99)
#788172
(120,129,114)
#868E81
(134,142,129)
#949B90
(148,155,144)
#A2A89F
(162,168,159)
#B0B5AE
(176,181,174)
#BEC2BD
(190,194,189)
#CCCFCC
(204,207,204)
#DADCDB
(218,220,219)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6754 color. Also use rgb(92,103,84) instead hex code.

Text Font Color

.myTextColor { color: #5C6754; }

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

This text font color is #5C6754.

Background Color

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

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

This div background color is #5C6754.

Border color

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

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

This div border color is #5C6754.

Opacity

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

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

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

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

This text has shadow with #5C6754 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6754.

Preview

Color preview on black background

This text has color #5C6754 on black background.


Color preview on white background

This text has color #5C6754 on white background.


Black color preview on #5C6754 background

This text has black color on #5C6754 background.


White color preview on #5C6754 background

This text has white color on #5C6754 background.


Related colors

Complementary color

Complementary color for #hex is #A398AB.


I love getcolorcode.com

Triadic colors

1 #545C67 and #67545C with #5C6754 are triadic colors.

2 #54675C and #675C54 with #5C6754 are triadic colors.