COLOR #5B623A

HEX: #5B623A
RGB: (91,98,58)

Color info

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

RGB color model

#5B623A color RGB value is (91,98,58).

  • red value is 91;
  • green value is 98;
  • blue value is 58.
RGB:
(91,98,58)
(36%,38%,23%)

RGB channels and saturation

R 91 of 255 = 36%
G 98 of 255 = 38%
B 58 of 255 = 23%

91
98
58

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

Portions of RGB colors in percentages

R + G + B =
91 + 98 + 58 = 247 (100%)
R 91 of 247 ~ 36.84%
G 98 of 247 ~ 39.68%
B 58 of 247 ~ 23.48%

%36.84
%39.68
%23.48

CMYK color model

#5B623A color CMYK value is (7,0,41,62).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 40.82%
  • key color value is 61.57%
CMYK:
(7,0,41,62)
C7M0Y41K62 
(7%,0%,41%,62%)
(0.07/0.00/0.41/0.62)	

CMYK percentages

%7.14
%0
%40.82
%61.57

Codes

Color #5B623A in popluar color models

5B623A
RGB919858
HSL71°25.64%30.59%
HSB/HSV71°40.82%38.43%
CMYK7.14%0.00%40.82%
61.57%

Color #5B623A in popluar number systems.

HEX5B623A
Decimal919858
Binary10110111100010111010
Octal13314272

Shades and tints

Shades of #5B623A

#5B623A
(91,98,58)
#535A35
(83,90,53)
#4B5230
(75,82,48)
#434A2B
(67,74,43)
#3B4226
(59,66,38)
#333A21
(51,58,33)
#2B321C
(43,50,28)
#232A17
(35,42,23)
#1B2212
(27,34,18)
#131A0D
(19,26,13)
#0B1208
(11,18,8)
#000000
(0,0,0)

Tints of #5B623A

#5B623A
(91,98,58)
#69704B
(105,112,75)
#777E5C
(119,126,92)
#858C6D
(133,140,109)
#939A7E
(147,154,126)
#A1A88F
(161,168,143)
#AFB6A0
(175,182,160)
#BDC4B1
(189,196,177)
#CBD2C2
(203,210,194)
#D9E0D3
(217,224,211)
#E7EEE4
(231,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B623A color. Also use rgb(91,98,58) instead hex code.

Text Font Color

.myTextColor { color: #5B623A; }

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

This text font color is #5B623A.


Background Color

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

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

This div background color is #5B623A.


Border color

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

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

This div border color is #5B623A.


Opacity

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

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

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

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

This text has shadow with #5B623A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B623A on black background.


Color preview on white background

This text has color #5B623A on white background.



Black color preview on #5B623A background

This text has black color on #5B623A background.


White color preview on #5B623A background

This text has white color on #5B623A background.