COLOR #4A551E

HEX: #4A551E RGB: (74,85,30)

Color info

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

RGB color model

#4A551E color RGB value is (74,85,30).

RGB: (74,85,30) (29%, 33%, 12%)

RGB channels and saturation

R 74 of 255 = 29%
G 85 of 255 = 33%
B 30 of 255 = 12%

74
85
30

R + G + B ~ 25%. #4A551E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 85 + 30 = 189 (100%)
R 74 of 189 ~ 39.15%
G 85 of 189 ~ 44.97%
B 30 of 189 ~ 15.87'%

%39.15
%44.97
%15.87

CMYK color model

#4A551E color CMYK value is (13,0,65,67).

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 66.67%

CMYK: (13,0,65,67)
C13M0Y65K67 (13%, 0%, 65%, 67%)
(0.13 / 0.00 / 0.65 / 0.67)

CMYK percentages

%12.94
%0
%64.71
%66.67

Codes

Color #4A551E in popluar color models

4A 55 1E
RGB 74 85 30
HSL 72° 47.83% 22.55%
HSB/HSV 72° 64.71% 33.33%
CMYK 12.94% 0.00% 64.71%
66.67%

Color #4A551E in popluar number systems.

HEX 4A 55 1E
Decimal 74 85 30
Binary 1001010 1010101 11110
Octal 112 125 36

Shades and tints

Shades of #4A551E

#4A551E
(74,85,30)
#444E1C
(68,78,28)
#3E471A
(62,71,26)
#384018
(56,64,24)
#323916
(50,57,22)
#2C3214
(44,50,20)
#262B12
(38,43,18)
#202410
(32,36,16)
#1A1D0E
(26,29,14)
#14160C
(20,22,12)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #4A551E

#4A551E
(74,85,30)
#5A6432
(90,100,50)
#6A7346
(106,115,70)
#7A825A
(122,130,90)
#8A916E
(138,145,110)
#9AA082
(154,160,130)
#AAAF96
(170,175,150)
#BABEAA
(186,190,170)
#CACDBE
(202,205,190)
#DADCD2
(218,220,210)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A551E color. Also use rgb(74,85,30) instead hex code.

Text Font Color

.myTextColor { color: #4A551E; }

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

This text font color is #4A551E.

Background Color

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

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

This div background color is #4A551E.

Border color

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

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

This div border color is #4A551E.

Opacity

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

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

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

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

This text has shadow with #4A551E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A551E.

Preview

Color preview on black background

This text has color #4A551E on black background.


Color preview on white background

This text has color #4A551E on white background.


Black color preview on #4A551E background

This text has black color on #4A551E background.


White color preview on #4A551E background

This text has white color on #4A551E background.


Related colors

Complementary color

Complementary color for #hex is #B5AAE1.


I love getcolorcode.com

Triadic colors

1 #1E4A55 and #551E4A with #4A551E are triadic colors.

2 #1E554A and #554A1E with #4A551E are triadic colors.