COLOR #4A6226

HEX: #4A6226
RGB: (74,98,38)

Color info

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

RGB color model

#4A6226 color RGB value is (74,98,38).

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

RGB channels and saturation

R 74 of 255 = 29%
G 98 of 255 = 38%
B 38 of 255 = 15%

74
98
38

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

Portions of RGB colors in percentages

R + G + B =
74 + 98 + 38 = 210 (100%)
R 74 of 210 ~ 35.24%
G 98 of 210 ~ 46.67%
B 38 of 210 ~ 18.1%

%35.24
%46.67
%18.1

CMYK color model

#4A6226 color CMYK value is (24,0,61,62).

  • cyan value is 24.49%
  • magenta value is 0.00%
  • yellow value is 61.22%
  • key color value is 61.57%
CMYK:
(24,0,61,62)
C24M0Y61K62 
(24%,0%,61%,62%)
(0.24/0.00/0.61/0.62)	

CMYK percentages

%24.49
%0
%61.22
%61.57

Codes

Color #4A6226 in popluar color models

4A6226
RGB749838
HSL84°44.12%26.67%
HSB/HSV84°61.22%38.43%
CMYK24.49%0.00%61.22%
61.57%

Color #4A6226 in popluar number systems.

HEX4A6226
Decimal749838
Binary10010101100010100110
Octal11214246

Shades and tints

Shades of #4A6226

#4A6226
(74,98,38)
#445A23
(68,90,35)
#3E5220
(62,82,32)
#384A1D
(56,74,29)
#32421A
(50,66,26)
#2C3A17
(44,58,23)
#263214
(38,50,20)
#202A11
(32,42,17)
#1A220E
(26,34,14)
#141A0B
(20,26,11)
#0E1208
(14,18,8)
#000000
(0,0,0)

Tints of #4A6226

#4A6226
(74,98,38)
#5A7039
(90,112,57)
#6A7E4C
(106,126,76)
#7A8C5F
(122,140,95)
#8A9A72
(138,154,114)
#9AA885
(154,168,133)
#AAB698
(170,182,152)
#BAC4AB
(186,196,171)
#CAD2BE
(202,210,190)
#DAE0D1
(218,224,209)
#EAEEE4
(234,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6226; }

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

This text font color is #4A6226.


Background Color

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

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

This div background color is #4A6226.


Border color

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

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

This div border color is #4A6226.


Opacity

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

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

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

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

This text has shadow with #4A6226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6226 on black background.


Color preview on white background

This text has color #4A6226 on white background.



Black color preview on #4A6226 background

This text has black color on #4A6226 background.


White color preview on #4A6226 background

This text has white color on #4A6226 background.