COLOR #5C633E

HEX: #5C633E RGB: (92,99,62)

Color info

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

RGB color model

#5C633E color RGB value is (92,99,62).

RGB: (92,99,62) (36%, 39%, 24%)

RGB channels and saturation

R 92 of 255 = 36%
G 99 of 255 = 39%
B 62 of 255 = 24%

92
99
62

R + G + B ~ 33%. #5C633E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 99 + 62 = 253 (100%)
R 92 of 253 ~ 36.36%
G 99 of 253 ~ 39.13%
B 62 of 253 ~ 24.51'%

%36.36
%39.13
%24.51

CMYK color model

#5C633E color CMYK value is (7,0,37,61).

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

CMYK: (7,0,37,61)
C7M0Y37K61 (7%, 0%, 37%, 61%)
(0.07 / 0.00 / 0.37 / 0.61)

CMYK percentages

%7.07
%0
%37.37
%61.18

Codes

Color #5C633E in popluar color models

5C 63 3E
RGB 92 99 62
HSL 71° 22.98% 31.57%
HSB/HSV 71° 37.37% 38.82%
CMYK 7.07% 0.00% 37.37%
61.18%

Color #5C633E in popluar number systems.

HEX 5C 63 3E
Decimal 92 99 62
Binary 1011100 1100011 111110
Octal 134 143 76

Shades and tints

Shades of #5C633E

#5C633E
(92,99,62)
#545A39
(84,90,57)
#4C5134
(76,81,52)
#44482F
(68,72,47)
#3C3F2A
(60,63,42)
#343625
(52,54,37)
#2C2D20
(44,45,32)
#24241B
(36,36,27)
#1C1B16
(28,27,22)
#141211
(20,18,17)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #5C633E

#5C633E
(92,99,62)
#6A714F
(106,113,79)
#787F60
(120,127,96)
#868D71
(134,141,113)
#949B82
(148,155,130)
#A2A993
(162,169,147)
#B0B7A4
(176,183,164)
#BEC5B5
(190,197,181)
#CCD3C6
(204,211,198)
#DAE1D7
(218,225,215)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C633E; }

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

This text font color is #5C633E.

Background Color

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

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

This div background color is #5C633E.

Border color

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

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

This div border color is #5C633E.

Opacity

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

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

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

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

This text has shadow with #5C633E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C633E.

Preview

Color preview on black background

This text has color #5C633E on black background.


Color preview on white background

This text has color #5C633E on white background.


Black color preview on #5C633E background

This text has black color on #5C633E background.


White color preview on #5C633E background

This text has white color on #5C633E background.


Related colors

Complementary color

Complementary color for #hex is #A39CC1.


I love getcolorcode.com

Triadic colors

1 #3E5C63 and #633E5C with #5C633E are triadic colors.

2 #3E635C and #635C3E with #5C633E are triadic colors.