COLOR #5C634A

HEX: #5C634A
RGB: (92,99,74)

Color info

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

RGB color model

#5C634A color RGB value is (92,99,74).

  • red value is 92;
  • green value is 99;
  • blue value is 74.
RGB:
(92,99,74)
(36%,39%,29%)

RGB channels and saturation

R 92 of 255 = 36%
G 99 of 255 = 39%
B 74 of 255 = 29%

92
99
74

R + G + B ~ 35%. #5C634A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 99 + 74 = 265 (100%)
R 92 of 265 ~ 34.72%
G 99 of 265 ~ 37.36%
B 74 of 265 ~ 27.92%

%34.72
%37.36
%27.92

CMYK color model

#5C634A color CMYK value is (7,0,25,61).

  • cyan value is 7.07%
  • magenta value is 0.00%
  • yellow value is 25.25%
  • key color value is 61.18%
CMYK:
(7,0,25,61)
C7M0Y25K61 
(7%,0%,25%,61%)
(0.07/0.00/0.25/0.61)	

CMYK percentages

%7.07
%0
%25.25
%61.18

Codes

Color #5C634A in popluar color models

5C634A
RGB929974
HSL77°14.45%33.92%
HSB/HSV77°25.25%38.82%
CMYK7.07%0.00%25.25%
61.18%

Color #5C634A in popluar number systems.

HEX5C634A
Decimal929974
Binary101110011000111001010
Octal134143112

Shades and tints

Shades of #5C634A

#5C634A
(92,99,74)
#545A44
(84,90,68)
#4C513E
(76,81,62)
#444838
(68,72,56)
#3C3F32
(60,63,50)
#34362C
(52,54,44)
#2C2D26
(44,45,38)
#242420
(36,36,32)
#1C1B1A
(28,27,26)
#141214
(20,18,20)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #5C634A

#5C634A
(92,99,74)
#6A715A
(106,113,90)
#787F6A
(120,127,106)
#868D7A
(134,141,122)
#949B8A
(148,155,138)
#A2A99A
(162,169,154)
#B0B7AA
(176,183,170)
#BEC5BA
(190,197,186)
#CCD3CA
(204,211,202)
#DAE1DA
(218,225,218)
#E8EFEA
(232,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C634A color. Also use rgb(92,99,74) instead hex code.

Text Font Color

.myTextColor { color: #5C634A; }

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

This text font color is #5C634A.


Background Color

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

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

This div background color is #5C634A.


Border color

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

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

This div border color is #5C634A.


Opacity

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

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

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

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

This text has shadow with #5C634A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C634A on black background.


Color preview on white background

This text has color #5C634A on white background.



Black color preview on #5C634A background

This text has black color on #5C634A background.


White color preview on #5C634A background

This text has white color on #5C634A background.