COLOR #5B634A

HEX: #5B634A
RGB: (91,99,74)

Color info

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

RGB color model

#5B634A color RGB value is (91,99,74).

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

RGB channels and saturation

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

91
99
74

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

Portions of RGB colors in percentages

R + G + B =
91 + 99 + 74 = 264 (100%)
R 91 of 264 ~ 34.47%
G 99 of 264 ~ 37.5%
B 74 of 264 ~ 28.03%

%34.47
%37.5
%28.03

CMYK color model

#5B634A color CMYK value is (8,0,25,61).

  • cyan value is 8.08%
  • magenta value is 0.00%
  • yellow value is 25.25%
  • key color value is 61.18%
CMYK:
(8,0,25,61)
C8M0Y25K61 
(8%,0%,25%,61%)
(0.08/0.00/0.25/0.61)	

CMYK percentages

%8.08
%0
%25.25
%61.18

Codes

Color #5B634A in popluar color models

5B634A
RGB919974
HSL79°14.45%33.92%
HSB/HSV79°25.25%38.82%
CMYK8.08%0.00%25.25%
61.18%

Color #5B634A in popluar number systems.

HEX5B634A
Decimal919974
Binary101101111000111001010
Octal133143112

Shades and tints

Shades of #5B634A

#5B634A
(91,99,74)
#535A44
(83,90,68)
#4B513E
(75,81,62)
#434838
(67,72,56)
#3B3F32
(59,63,50)
#33362C
(51,54,44)
#2B2D26
(43,45,38)
#232420
(35,36,32)
#1B1B1A
(27,27,26)
#131214
(19,18,20)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #5B634A

#5B634A
(91,99,74)
#69715A
(105,113,90)
#777F6A
(119,127,106)
#858D7A
(133,141,122)
#939B8A
(147,155,138)
#A1A99A
(161,169,154)
#AFB7AA
(175,183,170)
#BDC5BA
(189,197,186)
#CBD3CA
(203,211,202)
#D9E1DA
(217,225,218)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B634A; }

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

This text font color is #5B634A.


Background Color

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

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

This div background color is #5B634A.


Border color

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

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

This div border color is #5B634A.


Opacity

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

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

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

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

This text has shadow with #5B634A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B634A on black background.


Color preview on white background

This text has color #5B634A on white background.



Black color preview on #5B634A background

This text has black color on #5B634A background.


White color preview on #5B634A background

This text has white color on #5B634A background.