COLOR #4A6148

HEX: #4A6148
RGB: (74,97,72)

Color info

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

RGB color model

#4A6148 color RGB value is (74,97,72).

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

RGB channels and saturation

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

74
97
72

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

Portions of RGB colors in percentages

R + G + B =
74 + 97 + 72 = 243 (100%)
R 74 of 243 ~ 30.45%
G 97 of 243 ~ 39.92%
B 72 of 243 ~ 29.63%

%30.45
%39.92
%29.63

CMYK color model

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

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

CMYK percentages

%23.71
%0
%25.77
%61.96

Codes

Color #4A6148 in popluar color models

4A6148
RGB749772
HSL115°14.79%33.14%
HSB/HSV115°25.77%38.04%
CMYK23.71%0.00%25.77%
61.96%

Color #4A6148 in popluar number systems.

HEX4A6148
Decimal749772
Binary100101011000011001000
Octal112141110

Shades and tints

Shades of #4A6148

#4A6148
(74,97,72)
#445942
(68,89,66)
#3E513C
(62,81,60)
#384936
(56,73,54)
#324130
(50,65,48)
#2C392A
(44,57,42)
#263124
(38,49,36)
#20291E
(32,41,30)
#1A2118
(26,33,24)
#141912
(20,25,18)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #4A6148

#4A6148
(74,97,72)
#5A6F58
(90,111,88)
#6A7D68
(106,125,104)
#7A8B78
(122,139,120)
#8A9988
(138,153,136)
#9AA798
(154,167,152)
#AAB5A8
(170,181,168)
#BAC3B8
(186,195,184)
#CAD1C8
(202,209,200)
#DADFD8
(218,223,216)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6148; }

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

This text font color is #4A6148.


Background Color

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

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

This div background color is #4A6148.


Border color

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

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

This div border color is #4A6148.


Opacity

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

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

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

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

This text has shadow with #4A6148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6148 on black background.


Color preview on white background

This text has color #4A6148 on white background.



Black color preview on #4A6148 background

This text has black color on #4A6148 background.


White color preview on #4A6148 background

This text has white color on #4A6148 background.