COLOR #4A593E

HEX: #4A593E
RGB: (74,89,62)

Color info

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

RGB color model

#4A593E color RGB value is (74,89,62).

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

RGB channels and saturation

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

74
89
62

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

Portions of RGB colors in percentages

R + G + B =
74 + 89 + 62 = 225 (100%)
R 74 of 225 ~ 32.89%
G 89 of 225 ~ 39.56%
B 62 of 225 ~ 27.56%

%32.89
%39.56
%27.56

CMYK color model

#4A593E color CMYK value is (17,0,30,65).

  • cyan value is 16.85%
  • magenta value is 0.00%
  • yellow value is 30.34%
  • key color value is 65.10%
CMYK:
(17,0,30,65)
C17M0Y30K65 
(17%,0%,30%,65%)
(0.17/0.00/0.30/0.65)	

CMYK percentages

%16.85
%0
%30.34
%65.1

Codes

Color #4A593E in popluar color models

4A593E
RGB748962
HSL93°17.88%29.61%
HSB/HSV93°30.34%34.90%
CMYK16.85%0.00%30.34%
65.10%

Color #4A593E in popluar number systems.

HEX4A593E
Decimal748962
Binary10010101011001111110
Octal11213176

Shades and tints

Shades of #4A593E

#4A593E
(74,89,62)
#445139
(68,81,57)
#3E4934
(62,73,52)
#38412F
(56,65,47)
#32392A
(50,57,42)
#2C3125
(44,49,37)
#262920
(38,41,32)
#20211B
(32,33,27)
#1A1916
(26,25,22)
#141111
(20,17,17)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #4A593E

#4A593E
(74,89,62)
#5A684F
(90,104,79)
#6A7760
(106,119,96)
#7A8671
(122,134,113)
#8A9582
(138,149,130)
#9AA493
(154,164,147)
#AAB3A4
(170,179,164)
#BAC2B5
(186,194,181)
#CAD1C6
(202,209,198)
#DAE0D7
(218,224,215)
#EAEFE8
(234,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A593E; }

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

This text font color is #4A593E.


Background Color

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

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

This div background color is #4A593E.


Border color

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

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

This div border color is #4A593E.


Opacity

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

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

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

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

This text has shadow with #4A593E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A593E on black background.


Color preview on white background

This text has color #4A593E on white background.



Black color preview on #4A593E background

This text has black color on #4A593E background.


White color preview on #4A593E background

This text has white color on #4A593E background.