COLOR #5C683A

HEX: #5C683A RGB: (92,104,58)

Color info

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

RGB color model

#5C683A color RGB value is (92,104,58).

RGB: (92,104,58) (36%, 41%, 23%)

RGB channels and saturation

R 92 of 255 = 36%
G 104 of 255 = 41%
B 58 of 255 = 23%

92
104
58

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

Portions of RGB colors in percentages

R + G + B = 92 + 104 + 58 = 254 (100%)
R 92 of 254 ~ 36.22%
G 104 of 254 ~ 40.94%
B 58 of 254 ~ 22.83'%

%36.22
%40.94
%22.83

CMYK color model

#5C683A color CMYK value is (12,0,44,59).

  • cyan value is 11.54%
  • magenta value is 0.00%
  • yellow value is 44.23%
  • key color value is 59.22%

CMYK: (12,0,44,59)
C12M0Y44K59 (12%, 0%, 44%, 59%)
(0.12 / 0.00 / 0.44 / 0.59)

CMYK percentages

%11.54
%0
%44.23
%59.22

Codes

Color #5C683A in popluar color models

5C 68 3A
RGB 92 104 58
HSL 76° 28.40% 31.76%
HSB/HSV 76° 44.23% 40.78%
CMYK 11.54% 0.00% 44.23%
59.22%

Color #5C683A in popluar number systems.

HEX 5C 68 3A
Decimal 92 104 58
Binary 1011100 1101000 111010
Octal 134 150 72

Shades and tints

Shades of #5C683A

#5C683A
(92,104,58)
#545F35
(84,95,53)
#4C5630
(76,86,48)
#444D2B
(68,77,43)
#3C4426
(60,68,38)
#343B21
(52,59,33)
#2C321C
(44,50,28)
#242917
(36,41,23)
#1C2012
(28,32,18)
#14170D
(20,23,13)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #5C683A

#5C683A
(92,104,58)
#6A754B
(106,117,75)
#78825C
(120,130,92)
#868F6D
(134,143,109)
#949C7E
(148,156,126)
#A2A98F
(162,169,143)
#B0B6A0
(176,182,160)
#BEC3B1
(190,195,177)
#CCD0C2
(204,208,194)
#DADDD3
(218,221,211)
#E8EAE4
(232,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C683A; }

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

This text font color is #5C683A.

Background Color

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

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

This div background color is #5C683A.

Border color

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

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

This div border color is #5C683A.

Opacity

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

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

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

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

This text has shadow with #5C683A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C683A.

Preview

Color preview on black background

This text has color #5C683A on black background.


Color preview on white background

This text has color #5C683A on white background.


Black color preview on #5C683A background

This text has black color on #5C683A background.


White color preview on #5C683A background

This text has white color on #5C683A background.


Related colors

Complementary color

Complementary color for #hex is #A397C5.


I love getcolorcode.com

Triadic colors

1 #3A5C68 and #683A5C with #5C683A are triadic colors.

2 #3A685C and #685C3A with #5C683A are triadic colors.