COLOR #5C613D

HEX: #5C613D
RGB: (92,97,61)

Color info

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

RGB color model

#5C613D color RGB value is (92,97,61).

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

RGB channels and saturation

R 92 of 255 = 36%
G 97 of 255 = 38%
B 61 of 255 = 24%

92
97
61

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

Portions of RGB colors in percentages

R + G + B =
92 + 97 + 61 = 250 (100%)
R 92 of 250 ~ 36.8%
G 97 of 250 ~ 38.8%
B 61 of 250 ~ 24.4%

%36.8
%38.8
%24.4

CMYK color model

#5C613D color CMYK value is (5,0,37,62).

  • cyan value is 5.15%
  • magenta value is 0.00%
  • yellow value is 37.11%
  • key color value is 61.96%
CMYK:
(5,0,37,62)
C5M0Y37K62 
(5%,0%,37%,62%)
(0.05/0.00/0.37/0.62)	

CMYK percentages

%5.15
%0
%37.11
%61.96

Codes

Color #5C613D in popluar color models

5C613D
RGB929761
HSL68°22.78%30.98%
HSB/HSV68°37.11%38.04%
CMYK5.15%0.00%37.11%
61.96%

Color #5C613D in popluar number systems.

HEX5C613D
Decimal929761
Binary10111001100001111101
Octal13414175

Shades and tints

Shades of #5C613D

#5C613D
(92,97,61)
#545938
(84,89,56)
#4C5133
(76,81,51)
#44492E
(68,73,46)
#3C4129
(60,65,41)
#343924
(52,57,36)
#2C311F
(44,49,31)
#24291A
(36,41,26)
#1C2115
(28,33,21)
#141910
(20,25,16)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #5C613D

#5C613D
(92,97,61)
#6A6F4E
(106,111,78)
#787D5F
(120,125,95)
#868B70
(134,139,112)
#949981
(148,153,129)
#A2A792
(162,167,146)
#B0B5A3
(176,181,163)
#BEC3B4
(190,195,180)
#CCD1C5
(204,209,197)
#DADFD6
(218,223,214)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C613D; }

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

This text font color is #5C613D.


Background Color

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

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

This div background color is #5C613D.


Border color

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

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

This div border color is #5C613D.


Opacity

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

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

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

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

This text has shadow with #5C613D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C613D on black background.


Color preview on white background

This text has color #5C613D on white background.



Black color preview on #5C613D background

This text has black color on #5C613D background.


White color preview on #5C613D background

This text has white color on #5C613D background.