COLOR #4A533C

HEX: #4A533C
RGB: (74,83,60)

Color info

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

RGB color model

#4A533C color RGB value is (74,83,60).

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

RGB channels and saturation

R 74 of 255 = 29%
G 83 of 255 = 33%
B 60 of 255 = 24%

74
83
60

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

Portions of RGB colors in percentages

R + G + B =
74 + 83 + 60 = 217 (100%)
R 74 of 217 ~ 34.1%
G 83 of 217 ~ 38.25%
B 60 of 217 ~ 27.65%

%34.1
%38.25
%27.65

CMYK color model

#4A533C color CMYK value is (11,0,28,67).

  • cyan value is 10.84%
  • magenta value is 0.00%
  • yellow value is 27.71%
  • key color value is 67.45%
CMYK:
(11,0,28,67)
C11M0Y28K67 
(11%,0%,28%,67%)
(0.11/0.00/0.28/0.67)	

CMYK percentages

%10.84
%0
%27.71
%67.45

Codes

Color #4A533C in popluar color models

4A533C
RGB748360
HSL83°16.08%28.04%
HSB/HSV83°27.71%32.55%
CMYK10.84%0.00%27.71%
67.45%

Color #4A533C in popluar number systems.

HEX4A533C
Decimal748360
Binary10010101010011111100
Octal11212374

Shades and tints

Shades of #4A533C

#4A533C
(74,83,60)
#444C37
(68,76,55)
#3E4532
(62,69,50)
#383E2D
(56,62,45)
#323728
(50,55,40)
#2C3023
(44,48,35)
#26291E
(38,41,30)
#202219
(32,34,25)
#1A1B14
(26,27,20)
#14140F
(20,20,15)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #4A533C

#4A533C
(74,83,60)
#5A624D
(90,98,77)
#6A715E
(106,113,94)
#7A806F
(122,128,111)
#8A8F80
(138,143,128)
#9A9E91
(154,158,145)
#AAADA2
(170,173,162)
#BABCB3
(186,188,179)
#CACBC4
(202,203,196)
#DADAD5
(218,218,213)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A533C; }

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

This text font color is #4A533C.


Background Color

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

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

This div background color is #4A533C.


Border color

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

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

This div border color is #4A533C.


Opacity

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

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

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

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

This text has shadow with #4A533C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A533C on black background.


Color preview on white background

This text has color #4A533C on white background.



Black color preview on #4A533C background

This text has black color on #4A533C background.


White color preview on #4A533C background

This text has white color on #4A533C background.