COLOR #4A6249

HEX: #4A6249
RGB: (74,98,73)

Color info

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

RGB color model

#4A6249 color RGB value is (74,98,73).

  • red value is 74;
  • green value is 98;
  • blue value is 73.
RGB:
(74,98,73)
(29%,38%,29%)

RGB channels and saturation

R 74 of 255 = 29%
G 98 of 255 = 38%
B 73 of 255 = 29%

74
98
73

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

Portions of RGB colors in percentages

R + G + B =
74 + 98 + 73 = 245 (100%)
R 74 of 245 ~ 30.2%
G 98 of 245 ~ 40%
B 73 of 245 ~ 29.8%

%30.2
%40
%29.8

CMYK color model

#4A6249 color CMYK value is (24,0,26,62).

  • cyan value is 24.49%
  • magenta value is 0.00%
  • yellow value is 25.51%
  • key color value is 61.57%
CMYK:
(24,0,26,62)
C24M0Y26K62 
(24%,0%,26%,62%)
(0.24/0.00/0.26/0.62)	

CMYK percentages

%24.49
%0
%25.51
%61.57

Codes

Color #4A6249 in popluar color models

4A6249
RGB749873
HSL118°14.62%33.53%
HSB/HSV118°25.51%38.43%
CMYK24.49%0.00%25.51%
61.57%

Color #4A6249 in popluar number systems.

HEX4A6249
Decimal749873
Binary100101011000101001001
Octal112142111

Shades and tints

Shades of #4A6249

#4A6249
(74,98,73)
#445A43
(68,90,67)
#3E523D
(62,82,61)
#384A37
(56,74,55)
#324231
(50,66,49)
#2C3A2B
(44,58,43)
#263225
(38,50,37)
#202A1F
(32,42,31)
#1A2219
(26,34,25)
#141A13
(20,26,19)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #4A6249

#4A6249
(74,98,73)
#5A7059
(90,112,89)
#6A7E69
(106,126,105)
#7A8C79
(122,140,121)
#8A9A89
(138,154,137)
#9AA899
(154,168,153)
#AAB6A9
(170,182,169)
#BAC4B9
(186,196,185)
#CAD2C9
(202,210,201)
#DAE0D9
(218,224,217)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6249 color. Also use rgb(74,98,73) instead hex code.

Text Font Color

.myTextColor { color: #4A6249; }

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

This text font color is #4A6249.


Background Color

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

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

This div background color is #4A6249.


Border color

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

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

This div border color is #4A6249.


Opacity

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

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

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

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

This text has shadow with #4A6249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6249 on black background.


Color preview on white background

This text has color #4A6249 on white background.



Black color preview on #4A6249 background

This text has black color on #4A6249 background.


White color preview on #4A6249 background

This text has white color on #4A6249 background.