COLOR #4A6234

HEX: #4A6234
RGB: (74,98,52)

Color info

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

RGB color model

#4A6234 color RGB value is (74,98,52).

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

RGB channels and saturation

R 74 of 255 = 29%
G 98 of 255 = 38%
B 52 of 255 = 20%

74
98
52

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

Portions of RGB colors in percentages

R + G + B =
74 + 98 + 52 = 224 (100%)
R 74 of 224 ~ 33.04%
G 98 of 224 ~ 43.75%
B 52 of 224 ~ 23.21%

%33.04
%43.75
%23.21

CMYK color model

#4A6234 color CMYK value is (24,0,47,62).

  • cyan value is 24.49%
  • magenta value is 0.00%
  • yellow value is 46.94%
  • key color value is 61.57%
CMYK:
(24,0,47,62)
C24M0Y47K62 
(24%,0%,47%,62%)
(0.24/0.00/0.47/0.62)	

CMYK percentages

%24.49
%0
%46.94
%61.57

Codes

Color #4A6234 in popluar color models

4A6234
RGB749852
HSL91°30.67%29.41%
HSB/HSV91°46.94%38.43%
CMYK24.49%0.00%46.94%
61.57%

Color #4A6234 in popluar number systems.

HEX4A6234
Decimal749852
Binary10010101100010110100
Octal11214264

Shades and tints

Shades of #4A6234

#4A6234
(74,98,52)
#445A30
(68,90,48)
#3E522C
(62,82,44)
#384A28
(56,74,40)
#324224
(50,66,36)
#2C3A20
(44,58,32)
#26321C
(38,50,28)
#202A18
(32,42,24)
#1A2214
(26,34,20)
#141A10
(20,26,16)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #4A6234

#4A6234
(74,98,52)
#5A7046
(90,112,70)
#6A7E58
(106,126,88)
#7A8C6A
(122,140,106)
#8A9A7C
(138,154,124)
#9AA88E
(154,168,142)
#AAB6A0
(170,182,160)
#BAC4B2
(186,196,178)
#CAD2C4
(202,210,196)
#DAE0D6
(218,224,214)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6234; }

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

This text font color is #4A6234.


Background Color

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

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

This div background color is #4A6234.


Border color

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

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

This div border color is #4A6234.


Opacity

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

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

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

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

This text has shadow with #4A6234 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6234 on black background.


Color preview on white background

This text has color #4A6234 on white background.



Black color preview on #4A6234 background

This text has black color on #4A6234 background.


White color preview on #4A6234 background

This text has white color on #4A6234 background.