COLOR #4A4F3F

HEX: #4A4F3F
RGB: (74,79,63)

Color info

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

RGB color model

#4A4F3F color RGB value is (74,79,63).

  • red value is 74;
  • green value is 79;
  • blue value is 63.
RGB:
(74,79,63)
(29%,31%,25%)

RGB channels and saturation

R 74 of 255 = 29%
G 79 of 255 = 31%
B 63 of 255 = 25%

74
79
63

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

Portions of RGB colors in percentages

R + G + B =
74 + 79 + 63 = 216 (100%)
R 74 of 216 ~ 34.26%
G 79 of 216 ~ 36.57%
B 63 of 216 ~ 29.17%

%34.26
%36.57
%29.17

CMYK color model

#4A4F3F color CMYK value is (6,0,20,69).

  • cyan value is 6.33%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 69.02%
CMYK:
(6,0,20,69)
C6M0Y20K69 
(6%,0%,20%,69%)
(0.06/0.00/0.20/0.69)	

CMYK percentages

%6.33
%0
%20.25
%69.02

Codes

Color #4A4F3F in popluar color models

4A4F3F
RGB747963
HSL79°11.27%27.84%
HSB/HSV79°20.25%30.98%
CMYK6.33%0.00%20.25%
69.02%

Color #4A4F3F in popluar number systems.

HEX4A4F3F
Decimal747963
Binary10010101001111111111
Octal11211777

Shades and tints

Shades of #4A4F3F

#4A4F3F
(74,79,63)
#44483A
(68,72,58)
#3E4135
(62,65,53)
#383A30
(56,58,48)
#32332B
(50,51,43)
#2C2C26
(44,44,38)
#262521
(38,37,33)
#201E1C
(32,30,28)
#1A1717
(26,23,23)
#141012
(20,16,18)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #4A4F3F

#4A4F3F
(74,79,63)
#5A5F50
(90,95,80)
#6A6F61
(106,111,97)
#7A7F72
(122,127,114)
#8A8F83
(138,143,131)
#9A9F94
(154,159,148)
#AAAFA5
(170,175,165)
#BABFB6
(186,191,182)
#CACFC7
(202,207,199)
#DADFD8
(218,223,216)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4F3F color. Also use rgb(74,79,63) instead hex code.

Text Font Color

.myTextColor { color: #4A4F3F; }

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

This text font color is #4A4F3F.


Background Color

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

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

This div background color is #4A4F3F.


Border color

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

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

This div border color is #4A4F3F.


Opacity

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

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

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

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

This text has shadow with #4A4F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4F3F on black background.


Color preview on white background

This text has color #4A4F3F on white background.



Black color preview on #4A4F3F background

This text has black color on #4A4F3F background.


White color preview on #4A4F3F background

This text has white color on #4A4F3F background.