COLOR #4A692D

HEX: #4A692D
RGB: (74,105,45)

Color info

#4A692D contains mainly red and green colors. Web safe color of #4A692D is #336633 (or #363).

RGB color model

#4A692D color RGB value is (74,105,45).

  • red value is 74;
  • green value is 105;
  • blue value is 45.
RGB:
(74,105,45)
(29%,41%,18%)

RGB channels and saturation

R 74 of 255 = 29%
G 105 of 255 = 41%
B 45 of 255 = 18%

74
105
45

R + G + B ~ 29%. #4A692D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 105 + 45 = 224 (100%)
R 74 of 224 ~ 33.04%
G 105 of 224 ~ 46.88%
B 45 of 224 ~ 20.09%

%33.04
%46.88
%20.09

CMYK color model

#4A692D color CMYK value is (30,0,57,59).

  • cyan value is 29.52%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 58.82%
CMYK:
(30,0,57,59)
C30M0Y57K59 
(30%,0%,57%,59%)
(0.30/0.00/0.57/0.59)	

CMYK percentages

%29.52
%0
%57.14
%58.82

Codes

Color #4A692D in popluar color models

4A692D
RGB7410545
HSL91°40.00%29.41%
HSB/HSV91°57.14%41.18%
CMYK29.52%0.00%57.14%
58.82%

Color #4A692D in popluar number systems.

HEX4A692D
Decimal7410545
Binary10010101101001101101
Octal11215155

Shades and tints

Shades of #4A692D

#4A692D
(74,105,45)
#446029
(68,96,41)
#3E5725
(62,87,37)
#384E21
(56,78,33)
#32451D
(50,69,29)
#2C3C19
(44,60,25)
#263315
(38,51,21)
#202A11
(32,42,17)
#1A210D
(26,33,13)
#141809
(20,24,9)
#0E0F05
(14,15,5)
#000000
(0,0,0)

Tints of #4A692D

#4A692D
(74,105,45)
#5A7640
(90,118,64)
#6A8353
(106,131,83)
#7A9066
(122,144,102)
#8A9D79
(138,157,121)
#9AAA8C
(154,170,140)
#AAB79F
(170,183,159)
#BAC4B2
(186,196,178)
#CAD1C5
(202,209,197)
#DADED8
(218,222,216)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A692D color. Also use rgb(74,105,45) instead hex code.

Text Font Color

.myTextColor { color: #4A692D; }

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

This text font color is #4A692D.


Background Color

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

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

This div background color is #4A692D.


Border color

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

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

This div border color is #4A692D.


Opacity

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

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

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

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

This text has shadow with #4A692D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A692D on black background.


Color preview on white background

This text has color #4A692D on white background.



Black color preview on #4A692D background

This text has black color on #4A692D background.


White color preview on #4A692D background

This text has white color on #4A692D background.