COLOR #4A593C

HEX: #4A593C
RGB: (74,89,60)

Color info

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

RGB color model

#4A593C color RGB value is (74,89,60).

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

RGB channels and saturation

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

74
89
60

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

Portions of RGB colors in percentages

R + G + B =
74 + 89 + 60 = 223 (100%)
R 74 of 223 ~ 33.18%
G 89 of 223 ~ 39.91%
B 60 of 223 ~ 26.91%

%33.18
%39.91
%26.91

CMYK color model

#4A593C color CMYK value is (17,0,33,65).

  • cyan value is 16.85%
  • magenta value is 0.00%
  • yellow value is 32.58%
  • key color value is 65.10%
CMYK:
(17,0,33,65)
C17M0Y33K65 
(17%,0%,33%,65%)
(0.17/0.00/0.33/0.65)	

CMYK percentages

%16.85
%0
%32.58
%65.1

Codes

Color #4A593C in popluar color models

4A593C
RGB748960
HSL91°19.46%29.22%
HSB/HSV91°32.58%34.90%
CMYK16.85%0.00%32.58%
65.10%

Color #4A593C in popluar number systems.

HEX4A593C
Decimal748960
Binary10010101011001111100
Octal11213174

Shades and tints

Shades of #4A593C

#4A593C
(74,89,60)
#445137
(68,81,55)
#3E4932
(62,73,50)
#38412D
(56,65,45)
#323928
(50,57,40)
#2C3123
(44,49,35)
#26291E
(38,41,30)
#202119
(32,33,25)
#1A1914
(26,25,20)
#14110F
(20,17,15)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #4A593C

#4A593C
(74,89,60)
#5A684D
(90,104,77)
#6A775E
(106,119,94)
#7A866F
(122,134,111)
#8A9580
(138,149,128)
#9AA491
(154,164,145)
#AAB3A2
(170,179,162)
#BAC2B3
(186,194,179)
#CAD1C4
(202,209,196)
#DAE0D5
(218,224,213)
#EAEFE6
(234,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A593C; }

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

This text font color is #4A593C.


Background Color

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

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

This div background color is #4A593C.


Border color

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

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

This div border color is #4A593C.


Opacity

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

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

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

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

This text has shadow with #4A593C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A593C on black background.


Color preview on white background

This text has color #4A593C on white background.



Black color preview on #4A593C background

This text has black color on #4A593C background.


White color preview on #4A593C background

This text has white color on #4A593C background.