COLOR #4A533B

HEX: #4A533B
RGB: (74,83,59)

Color info

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

RGB color model

#4A533B color RGB value is (74,83,59).

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

RGB channels and saturation

R 74 of 255 = 29%
G 83 of 255 = 33%
B 59 of 255 = 23%

74
83
59

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

Portions of RGB colors in percentages

R + G + B =
74 + 83 + 59 = 216 (100%)
R 74 of 216 ~ 34.26%
G 83 of 216 ~ 38.43%
B 59 of 216 ~ 27.31%

%34.26
%38.43
%27.31

CMYK color model

#4A533B color CMYK value is (11,0,29,67).

  • cyan value is 10.84%
  • magenta value is 0.00%
  • yellow value is 28.92%
  • key color value is 67.45%
CMYK:
(11,0,29,67)
C11M0Y29K67 
(11%,0%,29%,67%)
(0.11/0.00/0.29/0.67)	

CMYK percentages

%10.84
%0
%28.92
%67.45

Codes

Color #4A533B in popluar color models

4A533B
RGB748359
HSL83°16.90%27.84%
HSB/HSV83°28.92%32.55%
CMYK10.84%0.00%28.92%
67.45%

Color #4A533B in popluar number systems.

HEX4A533B
Decimal748359
Binary10010101010011111011
Octal11212373

Shades and tints

Shades of #4A533B

#4A533B
(74,83,59)
#444C36
(68,76,54)
#3E4531
(62,69,49)
#383E2C
(56,62,44)
#323727
(50,55,39)
#2C3022
(44,48,34)
#26291D
(38,41,29)
#202218
(32,34,24)
#1A1B13
(26,27,19)
#14140E
(20,20,14)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #4A533B

#4A533B
(74,83,59)
#5A624C
(90,98,76)
#6A715D
(106,113,93)
#7A806E
(122,128,110)
#8A8F7F
(138,143,127)
#9A9E90
(154,158,144)
#AAADA1
(170,173,161)
#BABCB2
(186,188,178)
#CACBC3
(202,203,195)
#DADAD4
(218,218,212)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A533B; }

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

This text font color is #4A533B.


Background Color

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

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

This div background color is #4A533B.


Border color

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

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

This div border color is #4A533B.


Opacity

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

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

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

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

This text has shadow with #4A533B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A533B on black background.


Color preview on white background

This text has color #4A533B on white background.



Black color preview on #4A533B background

This text has black color on #4A533B background.


White color preview on #4A533B background

This text has white color on #4A533B background.