COLOR #4A6048

HEX: #4A6048
RGB: (74,96,72)

Color info

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

RGB color model

#4A6048 color RGB value is (74,96,72).

  • red value is 74;
  • green value is 96;
  • blue value is 72.
RGB:
(74,96,72)
(29%,38%,28%)

RGB channels and saturation

R 74 of 255 = 29%
G 96 of 255 = 38%
B 72 of 255 = 28%

74
96
72

R + G + B ~ 32%. #4A6048 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 96 + 72 = 242 (100%)
R 74 of 242 ~ 30.58%
G 96 of 242 ~ 39.67%
B 72 of 242 ~ 29.75%

%30.58
%39.67
%29.75

CMYK color model

#4A6048 color CMYK value is (23,0,25,62).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 62.35%
CMYK:
(23,0,25,62)
C23M0Y25K62 
(23%,0%,25%,62%)
(0.23/0.00/0.25/0.62)	

CMYK percentages

%22.92
%0
%25
%62.35

Codes

Color #4A6048 in popluar color models

4A6048
RGB749672
HSL115°14.29%32.94%
HSB/HSV115°25.00%37.65%
CMYK22.92%0.00%25.00%
62.35%

Color #4A6048 in popluar number systems.

HEX4A6048
Decimal749672
Binary100101011000001001000
Octal112140110

Shades and tints

Shades of #4A6048

#4A6048
(74,96,72)
#445842
(68,88,66)
#3E503C
(62,80,60)
#384836
(56,72,54)
#324030
(50,64,48)
#2C382A
(44,56,42)
#263024
(38,48,36)
#20281E
(32,40,30)
#1A2018
(26,32,24)
#141812
(20,24,18)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #4A6048

#4A6048
(74,96,72)
#5A6E58
(90,110,88)
#6A7C68
(106,124,104)
#7A8A78
(122,138,120)
#8A9888
(138,152,136)
#9AA698
(154,166,152)
#AAB4A8
(170,180,168)
#BAC2B8
(186,194,184)
#CAD0C8
(202,208,200)
#DADED8
(218,222,216)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6048 color. Also use rgb(74,96,72) instead hex code.

Text Font Color

.myTextColor { color: #4A6048; }

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

This text font color is #4A6048.


Background Color

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

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

This div background color is #4A6048.


Border color

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

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

This div border color is #4A6048.


Opacity

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

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

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

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

This text has shadow with #4A6048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6048 on black background.


Color preview on white background

This text has color #4A6048 on white background.



Black color preview on #4A6048 background

This text has black color on #4A6048 background.


White color preview on #4A6048 background

This text has white color on #4A6048 background.