COLOR #4A582A

HEX: #4A582A RGB: (74,88,42)

Color info

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

RGB color model

#4A582A color RGB value is (74,88,42).

RGB: (74,88,42) (29%, 35%, 16%)

RGB channels and saturation

R 74 of 255 = 29%
G 88 of 255 = 35%
B 42 of 255 = 16%

74
88
42

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

Portions of RGB colors in percentages

R + G + B = 74 + 88 + 42 = 204 (100%)
R 74 of 204 ~ 36.27%
G 88 of 204 ~ 43.14%
B 42 of 204 ~ 20.59'%

%36.27
%43.14
%20.59

CMYK color model

#4A582A color CMYK value is (16,0,52,65).

  • cyan value is 15.91%
  • magenta value is 0.00%
  • yellow value is 52.27%
  • key color value is 65.49%

CMYK: (16,0,52,65)
C16M0Y52K65 (16%, 0%, 52%, 65%)
(0.16 / 0.00 / 0.52 / 0.65)

CMYK percentages

%15.91
%0
%52.27
%65.49

Codes

Color #4A582A in popluar color models

4A 58 2A
RGB 74 88 42
HSL 78° 35.38% 25.49%
HSB/HSV 78° 52.27% 34.51%
CMYK 15.91% 0.00% 52.27%
65.49%

Color #4A582A in popluar number systems.

HEX 4A 58 2A
Decimal 74 88 42
Binary 1001010 1011000 101010
Octal 112 130 52

Shades and tints

Shades of #4A582A

#4A582A
(74,88,42)
#445027
(68,80,39)
#3E4824
(62,72,36)
#384021
(56,64,33)
#32381E
(50,56,30)
#2C301B
(44,48,27)
#262818
(38,40,24)
#202015
(32,32,21)
#1A1812
(26,24,18)
#14100F
(20,16,15)
#0E080C
(14,8,12)
#000000
(0,0,0)

Tints of #4A582A

#4A582A
(74,88,42)
#5A673D
(90,103,61)
#6A7650
(106,118,80)
#7A8563
(122,133,99)
#8A9476
(138,148,118)
#9AA389
(154,163,137)
#AAB29C
(170,178,156)
#BAC1AF
(186,193,175)
#CAD0C2
(202,208,194)
#DADFD5
(218,223,213)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A582A; }

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

This text font color is #4A582A.

Background Color

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

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

This div background color is #4A582A.

Border color

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

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

This div border color is #4A582A.

Opacity

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

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

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

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

This text has shadow with #4A582A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A582A.

Preview

Color preview on black background

This text has color #4A582A on black background.


Color preview on white background

This text has color #4A582A on white background.


Black color preview on #4A582A background

This text has black color on #4A582A background.


White color preview on #4A582A background

This text has white color on #4A582A background.


Related colors

Complementary color

Complementary color for #hex is #B5A7D5.


I love getcolorcode.com

Triadic colors

1 #2A4A58 and #582A4A with #4A582A are triadic colors.

2 #2A584A and #584A2A with #4A582A are triadic colors.