COLOR #4B593E

HEX: #4B593E
RGB: (75,89,62)

Color info

#4B593E contains red, green and blue colors in about the same proportion. Web safe color of #4B593E is #336633 (or #363).

RGB color model

#4B593E color RGB value is (75,89,62).

  • red value is 75;
  • green value is 89;
  • blue value is 62.
RGB:
(75,89,62)
(29%,35%,24%)

RGB channels and saturation

R 75 of 255 = 29%
G 89 of 255 = 35%
B 62 of 255 = 24%

75
89
62

R + G + B ~ 29%. #4B593E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 89 + 62 = 226 (100%)
R 75 of 226 ~ 33.19%
G 89 of 226 ~ 39.38%
B 62 of 226 ~ 27.43%

%33.19
%39.38
%27.43

CMYK color model

#4B593E color CMYK value is (16,0,30,65).

  • cyan value is 15.73%
  • magenta value is 0.00%
  • yellow value is 30.34%
  • key color value is 65.10%
CMYK:
(16,0,30,65)
C16M0Y30K65 
(16%,0%,30%,65%)
(0.16/0.00/0.30/0.65)	

CMYK percentages

%15.73
%0
%30.34
%65.1

Codes

Color #4B593E in popluar color models

4B593E
RGB758962
HSL91°17.88%29.61%
HSB/HSV91°30.34%34.90%
CMYK15.73%0.00%30.34%
65.10%

Color #4B593E in popluar number systems.

HEX4B593E
Decimal758962
Binary10010111011001111110
Octal11313176

Shades and tints

Shades of #4B593E

#4B593E
(75,89,62)
#455139
(69,81,57)
#3F4934
(63,73,52)
#39412F
(57,65,47)
#33392A
(51,57,42)
#2D3125
(45,49,37)
#272920
(39,41,32)
#21211B
(33,33,27)
#1B1916
(27,25,22)
#151111
(21,17,17)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #4B593E

#4B593E
(75,89,62)
#5B684F
(91,104,79)
#6B7760
(107,119,96)
#7B8671
(123,134,113)
#8B9582
(139,149,130)
#9BA493
(155,164,147)
#ABB3A4
(171,179,164)
#BBC2B5
(187,194,181)
#CBD1C6
(203,209,198)
#DBE0D7
(219,224,215)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B593E color. Also use rgb(75,89,62) instead hex code.

Text Font Color

.myTextColor { color: #4B593E; }

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

This text font color is #4B593E.


Background Color

.myBgColor { background-color: #4B593E; }

<div style="background-color:#4B593E">Inner text</div>

This div background color is #4B593E.


Border color

.myBorderColor { border: 1px solid #4B593E; }

<div style="border:3px solid #4B593E">Div</div>

This div border color is #4B593E.


Opacity

.myOpacity80 { color: #4B593E; opacity: 0.8; }

<p style="color:#4B593E;opacity:0.8;">80%</p>

Text with #4B593E 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 #4B593E;}

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

This text has shadow with #4B593E color.

.textShadow {text-shadow: 3px 3px 1px #4B593E, 3px 3px 1px red;}

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

This text has shadow with #4B593E primary color and red secondary color.


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

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

This text has shadow with #4B593E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B593E on black background.


Color preview on white background

This text has color #4B593E on white background.



Black color preview on #4B593E background

This text has black color on #4B593E background.


White color preview on #4B593E background

This text has white color on #4B593E background.