COLOR #5C6348

HEX: #5C6348 RGB: (92,99,72)

Color info

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

RGB color model

#5C6348 color RGB value is (92,99,72).

RGB: (92,99,72) (36%, 39%, 28%)

RGB channels and saturation

R 92 of 255 = 36%
G 99 of 255 = 39%
B 72 of 255 = 28%

92
99
72

R + G + B ~ 34%. #5C6348 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 99 + 72 = 263 (100%)
R 92 of 263 ~ 34.98%
G 99 of 263 ~ 37.64%
B 72 of 263 ~ 27.38'%

%34.98
%37.64
%27.38

CMYK color model

#5C6348 color CMYK value is (7,0,27,61).

  • cyan value is 7.07%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 61.18%

CMYK: (7,0,27,61)
C7M0Y27K61 (7%, 0%, 27%, 61%)
(0.07 / 0.00 / 0.27 / 0.61)

CMYK percentages

%7.07
%0
%27.27
%61.18

Codes

Color #5C6348 in popluar color models

5C 63 48
RGB 92 99 72
HSL 76° 15.79% 33.53%
HSB/HSV 76° 27.27% 38.82%
CMYK 7.07% 0.00% 27.27%
61.18%

Color #5C6348 in popluar number systems.

HEX 5C 63 48
Decimal 92 99 72
Binary 1011100 1100011 1001000
Octal 134 143 110

Shades and tints

Shades of #5C6348

#5C6348
(92,99,72)
#545A42
(84,90,66)
#4C513C
(76,81,60)
#444836
(68,72,54)
#3C3F30
(60,63,48)
#34362A
(52,54,42)
#2C2D24
(44,45,36)
#24241E
(36,36,30)
#1C1B18
(28,27,24)
#141212
(20,18,18)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #5C6348

#5C6348
(92,99,72)
#6A7158
(106,113,88)
#787F68
(120,127,104)
#868D78
(134,141,120)
#949B88
(148,155,136)
#A2A998
(162,169,152)
#B0B7A8
(176,183,168)
#BEC5B8
(190,197,184)
#CCD3C8
(204,211,200)
#DAE1D8
(218,225,216)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6348 color. Also use rgb(92,99,72) instead hex code.

Text Font Color

.myTextColor { color: #5C6348; }

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

This text font color is #5C6348.

Background Color

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

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

This div background color is #5C6348.

Border color

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

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

This div border color is #5C6348.

Opacity

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

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

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

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

This text has shadow with #5C6348 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6348.

Preview

Color preview on black background

This text has color #5C6348 on black background.


Color preview on white background

This text has color #5C6348 on white background.


Black color preview on #5C6348 background

This text has black color on #5C6348 background.


White color preview on #5C6348 background

This text has white color on #5C6348 background.


Related colors

Complementary color

Complementary color for #hex is #A39CB7.


I love getcolorcode.com

Triadic colors

1 #485C63 and #63485C with #5C6348 are triadic colors.

2 #48635C and #635C48 with #5C6348 are triadic colors.