COLOR #4A6243

HEX: #4A6243
RGB: (74,98,67)

Color info

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

RGB color model

#4A6243 color RGB value is (74,98,67).

  • red value is 74;
  • green value is 98;
  • blue value is 67.
RGB:
(74,98,67)
(29%,38%,26%)

RGB channels and saturation

R 74 of 255 = 29%
G 98 of 255 = 38%
B 67 of 255 = 26%

74
98
67

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

Portions of RGB colors in percentages

R + G + B =
74 + 98 + 67 = 239 (100%)
R 74 of 239 ~ 30.96%
G 98 of 239 ~ 41%
B 67 of 239 ~ 28.03%

%30.96
%41
%28.03

CMYK color model

#4A6243 color CMYK value is (24,0,32,62).

  • cyan value is 24.49%
  • magenta value is 0.00%
  • yellow value is 31.63%
  • key color value is 61.57%
CMYK:
(24,0,32,62)
C24M0Y32K62 
(24%,0%,32%,62%)
(0.24/0.00/0.32/0.62)	

CMYK percentages

%24.49
%0
%31.63
%61.57

Codes

Color #4A6243 in popluar color models

4A6243
RGB749867
HSL106°18.79%32.35%
HSB/HSV106°31.63%38.43%
CMYK24.49%0.00%31.63%
61.57%

Color #4A6243 in popluar number systems.

HEX4A6243
Decimal749867
Binary100101011000101000011
Octal112142103

Shades and tints

Shades of #4A6243

#4A6243
(74,98,67)
#445A3D
(68,90,61)
#3E5237
(62,82,55)
#384A31
(56,74,49)
#32422B
(50,66,43)
#2C3A25
(44,58,37)
#26321F
(38,50,31)
#202A19
(32,42,25)
#1A2213
(26,34,19)
#141A0D
(20,26,13)
#0E1207
(14,18,7)
#000000
(0,0,0)

Tints of #4A6243

#4A6243
(74,98,67)
#5A7054
(90,112,84)
#6A7E65
(106,126,101)
#7A8C76
(122,140,118)
#8A9A87
(138,154,135)
#9AA898
(154,168,152)
#AAB6A9
(170,182,169)
#BAC4BA
(186,196,186)
#CAD2CB
(202,210,203)
#DAE0DC
(218,224,220)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6243 color. Also use rgb(74,98,67) instead hex code.

Text Font Color

.myTextColor { color: #4A6243; }

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

This text font color is #4A6243.


Background Color

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

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

This div background color is #4A6243.


Border color

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

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

This div border color is #4A6243.


Opacity

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

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

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

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

This text has shadow with #4A6243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6243 on black background.


Color preview on white background

This text has color #4A6243 on white background.



Black color preview on #4A6243 background

This text has black color on #4A6243 background.


White color preview on #4A6243 background

This text has white color on #4A6243 background.