COLOR #5C7265

HEX: #5C7265 RGB: (92,114,101)

Color info

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

RGB color model

#5C7265 color RGB value is (92,114,101).

RGB: (92,114,101) (36%, 45%, 40%)

RGB channels and saturation

R 92 of 255 = 36%
G 114 of 255 = 45%
B 101 of 255 = 40%

92
114
101

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

Portions of RGB colors in percentages

R + G + B = 92 + 114 + 101 = 307 (100%)
R 92 of 307 ~ 29.97%
G 114 of 307 ~ 37.13%
B 101 of 307 ~ 32.9'%

%29.97
%37.13
%32.9

CMYK color model

#5C7265 color CMYK value is (19,0,11,55).

  • cyan value is 19.30%
  • magenta value is 0.00%
  • yellow value is 11.40%
  • key color value is 55.29%

CMYK: (19,0,11,55)
C19M0Y11K55 (19%, 0%, 11%, 55%)
(0.19 / 0.00 / 0.11 / 0.55)

CMYK percentages

%19.3
%0
%11.4
%55.29

Codes

Color #5C7265 in popluar color models

5C 72 65
RGB 92 114 101
HSL 145° 10.68% 40.39%
HSB/HSV 145° 19.30% 44.71%
CMYK 19.30% 0.00% 11.40%
55.29%

Color #5C7265 in popluar number systems.

HEX 5C 72 65
Decimal 92 114 101
Binary 1011100 1110010 1100101
Octal 134 162 145

Shades and tints

Shades of #5C7265

#5C7265
(92,114,101)
#54685C
(84,104,92)
#4C5E53
(76,94,83)
#44544A
(68,84,74)
#3C4A41
(60,74,65)
#344038
(52,64,56)
#2C362F
(44,54,47)
#242C26
(36,44,38)
#1C221D
(28,34,29)
#141814
(20,24,20)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #5C7265

#5C7265
(92,114,101)
#6A7E73
(106,126,115)
#788A81
(120,138,129)
#86968F
(134,150,143)
#94A29D
(148,162,157)
#A2AEAB
(162,174,171)
#B0BAB9
(176,186,185)
#BEC6C7
(190,198,199)
#CCD2D5
(204,210,213)
#DADEE3
(218,222,227)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7265 color. Also use rgb(92,114,101) instead hex code.

Text Font Color

.myTextColor { color: #5C7265; }

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

This text font color is #5C7265.

Background Color

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

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

This div background color is #5C7265.

Border color

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

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

This div border color is #5C7265.

Opacity

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

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

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

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

This text has shadow with #5C7265 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7265.

Preview

Color preview on black background

This text has color #5C7265 on black background.


Color preview on white background

This text has color #5C7265 on white background.


Black color preview on #5C7265 background

This text has black color on #5C7265 background.


White color preview on #5C7265 background

This text has white color on #5C7265 background.


Related colors

Complementary color

Complementary color for #hex is #A38D9A.


I love getcolorcode.com

Triadic colors

1 #655C72 and #72655C with #5C7265 are triadic colors.

2 #65725C and #725C65 with #5C7265 are triadic colors.