COLOR #4A543A

HEX: #4A543A
RGB: (74,84,58)

Color info

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

RGB color model

#4A543A color RGB value is (74,84,58).

  • red value is 74;
  • green value is 84;
  • blue value is 58.
RGB:
(74,84,58)
(29%,33%,23%)

RGB channels and saturation

R 74 of 255 = 29%
G 84 of 255 = 33%
B 58 of 255 = 23%

74
84
58

R + G + B ~ 28%. #4A543A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 84 + 58 = 216 (100%)
R 74 of 216 ~ 34.26%
G 84 of 216 ~ 38.89%
B 58 of 216 ~ 26.85%

%34.26
%38.89
%26.85

CMYK color model

#4A543A color CMYK value is (12,0,31,67).

  • cyan value is 11.90%
  • magenta value is 0.00%
  • yellow value is 30.95%
  • key color value is 67.06%
CMYK:
(12,0,31,67)
C12M0Y31K67 
(12%,0%,31%,67%)
(0.12/0.00/0.31/0.67)	

CMYK percentages

%11.9
%0
%30.95
%67.06

Codes

Color #4A543A in popluar color models

4A543A
RGB748458
HSL83°18.31%27.84%
HSB/HSV83°30.95%32.94%
CMYK11.90%0.00%30.95%
67.06%

Color #4A543A in popluar number systems.

HEX4A543A
Decimal748458
Binary10010101010100111010
Octal11212472

Shades and tints

Shades of #4A543A

#4A543A
(74,84,58)
#444D35
(68,77,53)
#3E4630
(62,70,48)
#383F2B
(56,63,43)
#323826
(50,56,38)
#2C3121
(44,49,33)
#262A1C
(38,42,28)
#202317
(32,35,23)
#1A1C12
(26,28,18)
#14150D
(20,21,13)
#0E0E08
(14,14,8)
#000000
(0,0,0)

Tints of #4A543A

#4A543A
(74,84,58)
#5A634B
(90,99,75)
#6A725C
(106,114,92)
#7A816D
(122,129,109)
#8A907E
(138,144,126)
#9A9F8F
(154,159,143)
#AAAEA0
(170,174,160)
#BABDB1
(186,189,177)
#CACCC2
(202,204,194)
#DADBD3
(218,219,211)
#EAEAE4
(234,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A543A color. Also use rgb(74,84,58) instead hex code.

Text Font Color

.myTextColor { color: #4A543A; }

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

This text font color is #4A543A.


Background Color

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

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

This div background color is #4A543A.


Border color

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

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

This div border color is #4A543A.


Opacity

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

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

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

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

This text has shadow with #4A543A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A543A on black background.


Color preview on white background

This text has color #4A543A on white background.



Black color preview on #4A543A background

This text has black color on #4A543A background.


White color preview on #4A543A background

This text has white color on #4A543A background.