COLOR #4A643A

HEX: #4A643A RGB: (74,100,58)

Color info

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

RGB color model

#4A643A color RGB value is (74,100,58).

RGB: (74,100,58) (29%, 39%, 23%)

RGB channels and saturation

R 74 of 255 = 29%
G 100 of 255 = 39%
B 58 of 255 = 23%

74
100
58

R + G + B ~ 30%. #4A643A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 100 + 58 = 232 (100%)
R 74 of 232 ~ 31.9%
G 100 of 232 ~ 43.1%
B 58 of 232 ~ 25'%

%31.9
%43.1
%25

CMYK color model

#4A643A color CMYK value is (26,0,42,61).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 42.00%
  • key color value is 60.78%

CMYK: (26,0,42,61)
C26M0Y42K61 (26%, 0%, 42%, 61%)
(0.26 / 0.00 / 0.42 / 0.61)

CMYK percentages

%26
%0
%42
%60.78

Codes

Color #4A643A in popluar color models

4A 64 3A
RGB 74 100 58
HSL 97° 26.58% 30.98%
HSB/HSV 97° 42.00% 39.22%
CMYK 26.00% 0.00% 42.00%
60.78%

Color #4A643A in popluar number systems.

HEX 4A 64 3A
Decimal 74 100 58
Binary 1001010 1100100 111010
Octal 112 144 72

Shades and tints

Shades of #4A643A

#4A643A
(74,100,58)
#445B35
(68,91,53)
#3E5230
(62,82,48)
#38492B
(56,73,43)
#324026
(50,64,38)
#2C3721
(44,55,33)
#262E1C
(38,46,28)
#202517
(32,37,23)
#1A1C12
(26,28,18)
#14130D
(20,19,13)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #4A643A

#4A643A
(74,100,58)
#5A724B
(90,114,75)
#6A805C
(106,128,92)
#7A8E6D
(122,142,109)
#8A9C7E
(138,156,126)
#9AAA8F
(154,170,143)
#AAB8A0
(170,184,160)
#BAC6B1
(186,198,177)
#CAD4C2
(202,212,194)
#DAE2D3
(218,226,211)
#EAF0E4
(234,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A643A color. Also use rgb(74,100,58) instead hex code.

Text Font Color

.myTextColor { color: #4A643A; }

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

This text font color is #4A643A.

Background Color

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

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

This div background color is #4A643A.

Border color

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

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

This div border color is #4A643A.

Opacity

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

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

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

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

This text has shadow with #4A643A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A643A.

Preview

Color preview on black background

This text has color #4A643A on black background.


Color preview on white background

This text has color #4A643A on white background.


Black color preview on #4A643A background

This text has black color on #4A643A background.


White color preview on #4A643A background

This text has white color on #4A643A background.


Related colors

Complementary color

Complementary color for #hex is #B59BC5.


I love getcolorcode.com

Triadic colors

1 #3A4A64 and #643A4A with #4A643A are triadic colors.

2 #3A644A and #644A3A with #4A643A are triadic colors.