COLOR #4A6B38

HEX: #4A6B38
RGB: (74,107,56)

Color info

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

RGB color model

#4A6B38 color RGB value is (74,107,56).

  • red value is 74;
  • green value is 107;
  • blue value is 56.
RGB:
(74,107,56)
(29%,42%,22%)

RGB channels and saturation

R 74 of 255 = 29%
G 107 of 255 = 42%
B 56 of 255 = 22%

74
107
56

R + G + B ~ 31%. #4A6B38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 107 + 56 = 237 (100%)
R 74 of 237 ~ 31.22%
G 107 of 237 ~ 45.15%
B 56 of 237 ~ 23.63%

%31.22
%45.15
%23.63

CMYK color model

#4A6B38 color CMYK value is (31,0,48,58).

  • cyan value is 30.84%
  • magenta value is 0.00%
  • yellow value is 47.66%
  • key color value is 58.04%
CMYK:
(31,0,48,58)
C31M0Y48K58 
(31%,0%,48%,58%)
(0.31/0.00/0.48/0.58)	

CMYK percentages

%30.84
%0
%47.66
%58.04

Codes

Color #4A6B38 in popluar color models

4A6B38
RGB7410756
HSL99°31.29%31.96%
HSB/HSV99°47.66%41.96%
CMYK30.84%0.00%47.66%
58.04%

Color #4A6B38 in popluar number systems.

HEX4A6B38
Decimal7410756
Binary10010101101011111000
Octal11215370

Shades and tints

Shades of #4A6B38

#4A6B38
(74,107,56)
#446233
(68,98,51)
#3E592E
(62,89,46)
#385029
(56,80,41)
#324724
(50,71,36)
#2C3E1F
(44,62,31)
#26351A
(38,53,26)
#202C15
(32,44,21)
#1A2310
(26,35,16)
#141A0B
(20,26,11)
#0E1106
(14,17,6)
#000000
(0,0,0)

Tints of #4A6B38

#4A6B38
(74,107,56)
#5A784A
(90,120,74)
#6A855C
(106,133,92)
#7A926E
(122,146,110)
#8A9F80
(138,159,128)
#9AAC92
(154,172,146)
#AAB9A4
(170,185,164)
#BAC6B6
(186,198,182)
#CAD3C8
(202,211,200)
#DAE0DA
(218,224,218)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6B38 color. Also use rgb(74,107,56) instead hex code.

Text Font Color

.myTextColor { color: #4A6B38; }

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

This text font color is #4A6B38.


Background Color

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

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

This div background color is #4A6B38.


Border color

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

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

This div border color is #4A6B38.


Opacity

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

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

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

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

This text has shadow with #4A6B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6B38 on black background.


Color preview on white background

This text has color #4A6B38 on white background.



Black color preview on #4A6B38 background

This text has black color on #4A6B38 background.


White color preview on #4A6B38 background

This text has white color on #4A6B38 background.