COLOR #5C683F

HEX: #5C683F
RGB: (92,104,63)

Color info

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

RGB color model

#5C683F color RGB value is (92,104,63).

  • red value is 92;
  • green value is 104;
  • blue value is 63.
RGB:
(92,104,63)
(36%,41%,25%)

RGB channels and saturation

R 92 of 255 = 36%
G 104 of 255 = 41%
B 63 of 255 = 25%

92
104
63

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

Portions of RGB colors in percentages

R + G + B =
92 + 104 + 63 = 259 (100%)
R 92 of 259 ~ 35.52%
G 104 of 259 ~ 40.15%
B 63 of 259 ~ 24.32%

%35.52
%40.15
%24.32

CMYK color model

#5C683F color CMYK value is (12,0,39,59).

  • cyan value is 11.54%
  • magenta value is 0.00%
  • yellow value is 39.42%
  • key color value is 59.22%
CMYK:
(12,0,39,59)
C12M0Y39K59 
(12%,0%,39%,59%)
(0.12/0.00/0.39/0.59)	

CMYK percentages

%11.54
%0
%39.42
%59.22

Codes

Color #5C683F in popluar color models

5C683F
RGB9210463
HSL78°24.55%32.75%
HSB/HSV78°39.42%40.78%
CMYK11.54%0.00%39.42%
59.22%

Color #5C683F in popluar number systems.

HEX5C683F
Decimal9210463
Binary10111001101000111111
Octal13415077

Shades and tints

Shades of #5C683F

#5C683F
(92,104,63)
#545F3A
(84,95,58)
#4C5635
(76,86,53)
#444D30
(68,77,48)
#3C442B
(60,68,43)
#343B26
(52,59,38)
#2C3221
(44,50,33)
#24291C
(36,41,28)
#1C2017
(28,32,23)
#141712
(20,23,18)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #5C683F

#5C683F
(92,104,63)
#6A7550
(106,117,80)
#788261
(120,130,97)
#868F72
(134,143,114)
#949C83
(148,156,131)
#A2A994
(162,169,148)
#B0B6A5
(176,182,165)
#BEC3B6
(190,195,182)
#CCD0C7
(204,208,199)
#DADDD8
(218,221,216)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C683F color. Also use rgb(92,104,63) instead hex code.

Text Font Color

.myTextColor { color: #5C683F; }

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

This text font color is #5C683F.


Background Color

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

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

This div background color is #5C683F.


Border color

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

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

This div border color is #5C683F.


Opacity

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

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

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

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

This text has shadow with #5C683F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C683F on black background.


Color preview on white background

This text has color #5C683F on white background.



Black color preview on #5C683F background

This text has black color on #5C683F background.


White color preview on #5C683F background

This text has white color on #5C683F background.