COLOR #4A4E38

HEX: #4A4E38
RGB: (74,78,56)

Color info

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

RGB color model

#4A4E38 color RGB value is (74,78,56).

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

RGB channels and saturation

R 74 of 255 = 29%
G 78 of 255 = 31%
B 56 of 255 = 22%

74
78
56

R + G + B ~ 27%. #4A4E38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 78 + 56 = 208 (100%)
R 74 of 208 ~ 35.58%
G 78 of 208 ~ 37.5%
B 56 of 208 ~ 26.92%

%35.58
%37.5
%26.92

CMYK color model

#4A4E38 color CMYK value is (5,0,28,69).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 69.41%
CMYK:
(5,0,28,69)
C5M0Y28K69 
(5%,0%,28%,69%)
(0.05/0.00/0.28/0.69)	

CMYK percentages

%5.13
%0
%28.21
%69.41

Codes

Color #4A4E38 in popluar color models

4A4E38
RGB747856
HSL71°16.42%26.27%
HSB/HSV71°28.21%30.59%
CMYK5.13%0.00%28.21%
69.41%

Color #4A4E38 in popluar number systems.

HEX4A4E38
Decimal747856
Binary10010101001110111000
Octal11211670

Shades and tints

Shades of #4A4E38

#4A4E38
(74,78,56)
#444733
(68,71,51)
#3E402E
(62,64,46)
#383929
(56,57,41)
#323224
(50,50,36)
#2C2B1F
(44,43,31)
#26241A
(38,36,26)
#201D15
(32,29,21)
#1A1610
(26,22,16)
#140F0B
(20,15,11)
#0E0806
(14,8,6)
#000000
(0,0,0)

Tints of #4A4E38

#4A4E38
(74,78,56)
#5A5E4A
(90,94,74)
#6A6E5C
(106,110,92)
#7A7E6E
(122,126,110)
#8A8E80
(138,142,128)
#9A9E92
(154,158,146)
#AAAEA4
(170,174,164)
#BABEB6
(186,190,182)
#CACEC8
(202,206,200)
#DADEDA
(218,222,218)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4E38; }

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

This text font color is #4A4E38.


Background Color

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

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

This div background color is #4A4E38.


Border color

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

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

This div border color is #4A4E38.


Opacity

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

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

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

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

This text has shadow with #4A4E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4E38 on black background.


Color preview on white background

This text has color #4A4E38 on white background.



Black color preview on #4A4E38 background

This text has black color on #4A4E38 background.


White color preview on #4A4E38 background

This text has white color on #4A4E38 background.