COLOR #5C7567

HEX: #5C7567 RGB: (92,117,103)

Color info

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

RGB color model

#5C7567 color RGB value is (92,117,103).

RGB: (92,117,103) (36%, 46%, 40%)

RGB channels and saturation

R 92 of 255 = 36%
G 117 of 255 = 46%
B 103 of 255 = 40%

92
117
103

R + G + B ~ 41%. #5C7567 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 92 + 117 + 103 = 312 (100%)
R 92 of 312 ~ 29.49%
G 117 of 312 ~ 37.5%
B 103 of 312 ~ 33.01'%

%29.49
%37.5
%33.01

CMYK color model

#5C7567 color CMYK value is (21,0,12,54).

  • cyan value is 21.37%
  • magenta value is 0.00%
  • yellow value is 11.97%
  • key color value is 54.12%

CMYK: (21,0,12,54)
C21M0Y12K54 (21%, 0%, 12%, 54%)
(0.21 / 0.00 / 0.12 / 0.54)

CMYK percentages

%21.37
%0
%11.97
%54.12

Codes

Color #5C7567 in popluar color models

5C 75 67
RGB 92 117 103
HSL 146° 11.96% 40.98%
HSB/HSV 146° 21.37% 45.88%
CMYK 21.37% 0.00% 11.97%
54.12%

Color #5C7567 in popluar number systems.

HEX 5C 75 67
Decimal 92 117 103
Binary 1011100 1110101 1100111
Octal 134 165 147

Shades and tints

Shades of #5C7567

#5C7567
(92,117,103)
#546B5E
(84,107,94)
#4C6155
(76,97,85)
#44574C
(68,87,76)
#3C4D43
(60,77,67)
#34433A
(52,67,58)
#2C3931
(44,57,49)
#242F28
(36,47,40)
#1C251F
(28,37,31)
#141B16
(20,27,22)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #5C7567

#5C7567
(92,117,103)
#6A8174
(106,129,116)
#788D81
(120,141,129)
#86998E
(134,153,142)
#94A59B
(148,165,155)
#A2B1A8
(162,177,168)
#B0BDB5
(176,189,181)
#BEC9C2
(190,201,194)
#CCD5CF
(204,213,207)
#DAE1DC
(218,225,220)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7567; }

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

This text font color is #5C7567.

Background Color

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

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

This div background color is #5C7567.

Border color

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

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

This div border color is #5C7567.

Opacity

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

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

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

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

This text has shadow with #5C7567 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7567.

Preview

Color preview on black background

This text has color #5C7567 on black background.


Color preview on white background

This text has color #5C7567 on white background.


Black color preview on #5C7567 background

This text has black color on #5C7567 background.


White color preview on #5C7567 background

This text has white color on #5C7567 background.


Related colors

Complementary color

Complementary color for #hex is #A38A98.


I love getcolorcode.com

Triadic colors

1 #675C75 and #75675C with #5C7567 are triadic colors.

2 #67755C and #755C67 with #5C7567 are triadic colors.