COLOR #5C653D

HEX: #5C653D RGB: (92,101,61)

Color info

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

RGB color model

#5C653D color RGB value is (92,101,61).

RGB: (92,101,61) (36%, 40%, 24%)

RGB channels and saturation

R 92 of 255 = 36%
G 101 of 255 = 40%
B 61 of 255 = 24%

92
101
61

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

Portions of RGB colors in percentages

R + G + B = 92 + 101 + 61 = 254 (100%)
R 92 of 254 ~ 36.22%
G 101 of 254 ~ 39.76%
B 61 of 254 ~ 24.02'%

%36.22
%39.76
%24.02

CMYK color model

#5C653D color CMYK value is (9,0,40,60).

  • cyan value is 8.91%
  • magenta value is 0.00%
  • yellow value is 39.60%
  • key color value is 60.39%

CMYK: (9,0,40,60)
C9M0Y40K60 (9%, 0%, 40%, 60%)
(0.09 / 0.00 / 0.40 / 0.60)

CMYK percentages

%8.91
%0
%39.6
%60.39

Codes

Color #5C653D in popluar color models

5C 65 3D
RGB 92 101 61
HSL 74° 24.69% 31.76%
HSB/HSV 74° 39.60% 39.61%
CMYK 8.91% 0.00% 39.60%
60.39%

Color #5C653D in popluar number systems.

HEX 5C 65 3D
Decimal 92 101 61
Binary 1011100 1100101 111101
Octal 134 145 75

Shades and tints

Shades of #5C653D

#5C653D
(92,101,61)
#545C38
(84,92,56)
#4C5333
(76,83,51)
#444A2E
(68,74,46)
#3C4129
(60,65,41)
#343824
(52,56,36)
#2C2F1F
(44,47,31)
#24261A
(36,38,26)
#1C1D15
(28,29,21)
#141410
(20,20,16)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #5C653D

#5C653D
(92,101,61)
#6A734E
(106,115,78)
#78815F
(120,129,95)
#868F70
(134,143,112)
#949D81
(148,157,129)
#A2AB92
(162,171,146)
#B0B9A3
(176,185,163)
#BEC7B4
(190,199,180)
#CCD5C5
(204,213,197)
#DAE3D6
(218,227,214)
#E8F1E7
(232,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C653D; }

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

This text font color is #5C653D.

Background Color

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

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

This div background color is #5C653D.

Border color

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

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

This div border color is #5C653D.

Opacity

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

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

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

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

This text has shadow with #5C653D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C653D.

Preview

Color preview on black background

This text has color #5C653D on black background.


Color preview on white background

This text has color #5C653D on white background.


Black color preview on #5C653D background

This text has black color on #5C653D background.


White color preview on #5C653D background

This text has white color on #5C653D background.


Related colors

Complementary color

Complementary color for #hex is #A39AC2.


I love getcolorcode.com

Triadic colors

1 #3D5C65 and #653D5C with #5C653D are triadic colors.

2 #3D655C and #655C3D with #5C653D are triadic colors.