COLOR #4A582D

HEX: #4A582D
RGB: (74,88,45)

Color info

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

RGB color model

#4A582D color RGB value is (74,88,45).

  • red value is 74;
  • green value is 88;
  • blue value is 45.
RGB:
(74,88,45)
(29%,35%,18%)

RGB channels and saturation

R 74 of 255 = 29%
G 88 of 255 = 35%
B 45 of 255 = 18%

74
88
45

R + G + B ~ 27%. #4A582D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 88 + 45 = 207 (100%)
R 74 of 207 ~ 35.75%
G 88 of 207 ~ 42.51%
B 45 of 207 ~ 21.74%

%35.75
%42.51
%21.74

CMYK color model

#4A582D color CMYK value is (16,0,49,65).

  • cyan value is 15.91%
  • magenta value is 0.00%
  • yellow value is 48.86%
  • key color value is 65.49%
CMYK:
(16,0,49,65)
C16M0Y49K65 
(16%,0%,49%,65%)
(0.16/0.00/0.49/0.65)	

CMYK percentages

%15.91
%0
%48.86
%65.49

Codes

Color #4A582D in popluar color models

4A582D
RGB748845
HSL80°32.33%26.08%
HSB/HSV80°48.86%34.51%
CMYK15.91%0.00%48.86%
65.49%

Color #4A582D in popluar number systems.

HEX4A582D
Decimal748845
Binary10010101011000101101
Octal11213055

Shades and tints

Shades of #4A582D

#4A582D
(74,88,45)
#445029
(68,80,41)
#3E4825
(62,72,37)
#384021
(56,64,33)
#32381D
(50,56,29)
#2C3019
(44,48,25)
#262815
(38,40,21)
#202011
(32,32,17)
#1A180D
(26,24,13)
#141009
(20,16,9)
#0E0805
(14,8,5)
#000000
(0,0,0)

Tints of #4A582D

#4A582D
(74,88,45)
#5A6740
(90,103,64)
#6A7653
(106,118,83)
#7A8566
(122,133,102)
#8A9479
(138,148,121)
#9AA38C
(154,163,140)
#AAB29F
(170,178,159)
#BAC1B2
(186,193,178)
#CAD0C5
(202,208,197)
#DADFD8
(218,223,216)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A582D color. Also use rgb(74,88,45) instead hex code.

Text Font Color

.myTextColor { color: #4A582D; }

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

This text font color is #4A582D.


Background Color

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

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

This div background color is #4A582D.


Border color

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

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

This div border color is #4A582D.


Opacity

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

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

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

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

This text has shadow with #4A582D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A582D on black background.


Color preview on white background

This text has color #4A582D on white background.



Black color preview on #4A582D background

This text has black color on #4A582D background.


White color preview on #4A582D background

This text has white color on #4A582D background.