COLOR #5C613B

HEX: #5C613B
RGB: (92,97,59)

Color info

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

RGB color model

#5C613B color RGB value is (92,97,59).

  • red value is 92;
  • green value is 97;
  • blue value is 59.
RGB:
(92,97,59)
(36%,38%,23%)

RGB channels and saturation

R 92 of 255 = 36%
G 97 of 255 = 38%
B 59 of 255 = 23%

92
97
59

R + G + B ~ 32%. #5C613B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 97 + 59 = 248 (100%)
R 92 of 248 ~ 37.1%
G 97 of 248 ~ 39.11%
B 59 of 248 ~ 23.79%

%37.1
%39.11
%23.79

CMYK color model

#5C613B color CMYK value is (5,0,39,62).

  • cyan value is 5.15%
  • magenta value is 0.00%
  • yellow value is 39.18%
  • key color value is 61.96%
CMYK:
(5,0,39,62)
C5M0Y39K62 
(5%,0%,39%,62%)
(0.05/0.00/0.39/0.62)	

CMYK percentages

%5.15
%0
%39.18
%61.96

Codes

Color #5C613B in popluar color models

5C613B
RGB929759
HSL68°24.36%30.59%
HSB/HSV68°39.18%38.04%
CMYK5.15%0.00%39.18%
61.96%

Color #5C613B in popluar number systems.

HEX5C613B
Decimal929759
Binary10111001100001111011
Octal13414173

Shades and tints

Shades of #5C613B

#5C613B
(92,97,59)
#545936
(84,89,54)
#4C5131
(76,81,49)
#44492C
(68,73,44)
#3C4127
(60,65,39)
#343922
(52,57,34)
#2C311D
(44,49,29)
#242918
(36,41,24)
#1C2113
(28,33,19)
#14190E
(20,25,14)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #5C613B

#5C613B
(92,97,59)
#6A6F4C
(106,111,76)
#787D5D
(120,125,93)
#868B6E
(134,139,110)
#94997F
(148,153,127)
#A2A790
(162,167,144)
#B0B5A1
(176,181,161)
#BEC3B2
(190,195,178)
#CCD1C3
(204,209,195)
#DADFD4
(218,223,212)
#E8EDE5
(232,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C613B color. Also use rgb(92,97,59) instead hex code.

Text Font Color

.myTextColor { color: #5C613B; }

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

This text font color is #5C613B.


Background Color

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

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

This div background color is #5C613B.


Border color

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

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

This div border color is #5C613B.


Opacity

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

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

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

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

This text has shadow with #5C613B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C613B on black background.


Color preview on white background

This text has color #5C613B on white background.



Black color preview on #5C613B background

This text has black color on #5C613B background.


White color preview on #5C613B background

This text has white color on #5C613B background.