COLOR #4A4537

HEX: #4A4537
RGB: (74,69,55)

Color info

#4A4537 contains red, green and blue colors in about the same proportion. Web safe color of #4A4537 is #333333 (or #333).

RGB color model

#4A4537 color RGB value is (74,69,55).

  • red value is 74;
  • green value is 69;
  • blue value is 55.
RGB:
(74,69,55)
(29%,27%,22%)

RGB channels and saturation

R 74 of 255 = 29%
G 69 of 255 = 27%
B 55 of 255 = 22%

74
69
55

R + G + B ~ 26%. #4A4537 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 69 + 55 = 198 (100%)
R 74 of 198 ~ 37.37%
G 69 of 198 ~ 34.85%
B 55 of 198 ~ 27.78%

%37.37
%34.85
%27.78

CMYK color model

#4A4537 color CMYK value is (0,7,26,71).

  • cyan value is 0.00%
  • magenta value is 6.76%
  • yellow value is 25.68%
  • key color value is 70.98%
CMYK:
(0,7,26,71)
C0M7Y26K71 
(0%,7%,26%,71%)
(0.00/0.07/0.26/0.71)	

CMYK percentages

%0
%6.76
%25.68
%70.98

Codes

Color #4A4537 in popluar color models

4A4537
RGB746955
HSL44°14.73%25.29%
HSB/HSV44°25.68%29.02%
CMYK0.00%6.76%25.68%
70.98%

Color #4A4537 in popluar number systems.

HEX4A4537
Decimal746955
Binary10010101000101110111
Octal11210567

Shades and tints

Shades of #4A4537

#4A4537
(74,69,55)
#443F32
(68,63,50)
#3E392D
(62,57,45)
#383328
(56,51,40)
#322D23
(50,45,35)
#2C271E
(44,39,30)
#262119
(38,33,25)
#201B14
(32,27,20)
#1A150F
(26,21,15)
#140F0A
(20,15,10)
#0E0905
(14,9,5)
#000000
(0,0,0)

Tints of #4A4537

#4A4537
(74,69,55)
#5A5549
(90,85,73)
#6A655B
(106,101,91)
#7A756D
(122,117,109)
#8A857F
(138,133,127)
#9A9591
(154,149,145)
#AAA5A3
(170,165,163)
#BAB5B5
(186,181,181)
#CAC5C7
(202,197,199)
#DAD5D9
(218,213,217)
#EAE5EB
(234,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4537 color. Also use rgb(74,69,55) instead hex code.

Text Font Color

.myTextColor { color: #4A4537; }

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

This text font color is #4A4537.


Background Color

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

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

This div background color is #4A4537.


Border color

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

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

This div border color is #4A4537.


Opacity

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

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

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

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

This text has shadow with #4A4537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4537 on black background.


Color preview on white background

This text has color #4A4537 on white background.



Black color preview on #4A4537 background

This text has black color on #4A4537 background.


White color preview on #4A4537 background

This text has white color on #4A4537 background.