COLOR #5C683D

HEX: #5C683D
RGB: (92,104,61)

Color info

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

RGB color model

#5C683D color RGB value is (92,104,61).

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

RGB channels and saturation

R 92 of 255 = 36%
G 104 of 255 = 41%
B 61 of 255 = 24%

92
104
61

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

Portions of RGB colors in percentages

R + G + B =
92 + 104 + 61 = 257 (100%)
R 92 of 257 ~ 35.8%
G 104 of 257 ~ 40.47%
B 61 of 257 ~ 23.74%

%35.8
%40.47
%23.74

CMYK color model

#5C683D color CMYK value is (12,0,41,59).

  • cyan value is 11.54%
  • magenta value is 0.00%
  • yellow value is 41.35%
  • key color value is 59.22%
CMYK:
(12,0,41,59)
C12M0Y41K59 
(12%,0%,41%,59%)
(0.12/0.00/0.41/0.59)	

CMYK percentages

%11.54
%0
%41.35
%59.22

Codes

Color #5C683D in popluar color models

5C683D
RGB9210461
HSL77°26.06%32.35%
HSB/HSV77°41.35%40.78%
CMYK11.54%0.00%41.35%
59.22%

Color #5C683D in popluar number systems.

HEX5C683D
Decimal9210461
Binary10111001101000111101
Octal13415075

Shades and tints

Shades of #5C683D

#5C683D
(92,104,61)
#545F38
(84,95,56)
#4C5633
(76,86,51)
#444D2E
(68,77,46)
#3C4429
(60,68,41)
#343B24
(52,59,36)
#2C321F
(44,50,31)
#24291A
(36,41,26)
#1C2015
(28,32,21)
#141710
(20,23,16)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #5C683D

#5C683D
(92,104,61)
#6A754E
(106,117,78)
#78825F
(120,130,95)
#868F70
(134,143,112)
#949C81
(148,156,129)
#A2A992
(162,169,146)
#B0B6A3
(176,182,163)
#BEC3B4
(190,195,180)
#CCD0C5
(204,208,197)
#DADDD6
(218,221,214)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C683D; }

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

This text font color is #5C683D.


Background Color

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

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

This div background color is #5C683D.


Border color

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

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

This div border color is #5C683D.


Opacity

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

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

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

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

This text has shadow with #5C683D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C683D on black background.


Color preview on white background

This text has color #5C683D on white background.



Black color preview on #5C683D background

This text has black color on #5C683D background.


White color preview on #5C683D background

This text has white color on #5C683D background.