COLOR #5C6342

HEX: #5C6342 RGB: (92,99,66)

Color info

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

RGB color model

#5C6342 color RGB value is (92,99,66).

RGB: (92,99,66) (36%, 39%, 26%)

RGB channels and saturation

R 92 of 255 = 36%
G 99 of 255 = 39%
B 66 of 255 = 26%

92
99
66

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

Portions of RGB colors in percentages

R + G + B = 92 + 99 + 66 = 257 (100%)
R 92 of 257 ~ 35.8%
G 99 of 257 ~ 38.52%
B 66 of 257 ~ 25.68'%

%35.8
%38.52
%25.68

CMYK color model

#5C6342 color CMYK value is (7,0,33,61).

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

CMYK: (7,0,33,61)
C7M0Y33K61 (7%, 0%, 33%, 61%)
(0.07 / 0.00 / 0.33 / 0.61)

CMYK percentages

%7.07
%0
%33.33
%61.18

Codes

Color #5C6342 in popluar color models

5C 63 42
RGB 92 99 66
HSL 73° 20.00% 32.35%
HSB/HSV 73° 33.33% 38.82%
CMYK 7.07% 0.00% 33.33%
61.18%

Color #5C6342 in popluar number systems.

HEX 5C 63 42
Decimal 92 99 66
Binary 1011100 1100011 1000010
Octal 134 143 102

Shades and tints

Shades of #5C6342

#5C6342
(92,99,66)
#545A3C
(84,90,60)
#4C5136
(76,81,54)
#444830
(68,72,48)
#3C3F2A
(60,63,42)
#343624
(52,54,36)
#2C2D1E
(44,45,30)
#242418
(36,36,24)
#1C1B12
(28,27,18)
#14120C
(20,18,12)
#0C0906
(12,9,6)
#000000
(0,0,0)

Tints of #5C6342

#5C6342
(92,99,66)
#6A7153
(106,113,83)
#787F64
(120,127,100)
#868D75
(134,141,117)
#949B86
(148,155,134)
#A2A997
(162,169,151)
#B0B7A8
(176,183,168)
#BEC5B9
(190,197,185)
#CCD3CA
(204,211,202)
#DAE1DB
(218,225,219)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6342; }

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

This text font color is #5C6342.

Background Color

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

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

This div background color is #5C6342.

Border color

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

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

This div border color is #5C6342.

Opacity

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

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

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

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

This text has shadow with #5C6342 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6342.

Preview

Color preview on black background

This text has color #5C6342 on black background.


Color preview on white background

This text has color #5C6342 on white background.


Black color preview on #5C6342 background

This text has black color on #5C6342 background.


White color preview on #5C6342 background

This text has white color on #5C6342 background.


Related colors

Complementary color

Complementary color for #hex is #A39CBD.


I love getcolorcode.com

Triadic colors

1 #425C63 and #63425C with #5C6342 are triadic colors.

2 #42635C and #635C42 with #5C6342 are triadic colors.