COLOR #4A633E

HEX: #4A633E RGB: (74,99,62)

Color info

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

RGB color model

#4A633E color RGB value is (74,99,62).

RGB: (74,99,62) (29%, 39%, 24%)

RGB channels and saturation

R 74 of 255 = 29%
G 99 of 255 = 39%
B 62 of 255 = 24%

74
99
62

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

Portions of RGB colors in percentages

R + G + B = 74 + 99 + 62 = 235 (100%)
R 74 of 235 ~ 31.49%
G 99 of 235 ~ 42.13%
B 62 of 235 ~ 26.38'%

%31.49
%42.13
%26.38

CMYK color model

#4A633E color CMYK value is (25,0,37,61).

  • cyan value is 25.25%
  • magenta value is 0.00%
  • yellow value is 37.37%
  • key color value is 61.18%

CMYK: (25,0,37,61)
C25M0Y37K61 (25%, 0%, 37%, 61%)
(0.25 / 0.00 / 0.37 / 0.61)

CMYK percentages

%25.25
%0
%37.37
%61.18

Codes

Color #4A633E in popluar color models

4A 63 3E
RGB 74 99 62
HSL 101° 22.98% 31.57%
HSB/HSV 101° 37.37% 38.82%
CMYK 25.25% 0.00% 37.37%
61.18%

Color #4A633E in popluar number systems.

HEX 4A 63 3E
Decimal 74 99 62
Binary 1001010 1100011 111110
Octal 112 143 76

Shades and tints

Shades of #4A633E

#4A633E
(74,99,62)
#445A39
(68,90,57)
#3E5134
(62,81,52)
#38482F
(56,72,47)
#323F2A
(50,63,42)
#2C3625
(44,54,37)
#262D20
(38,45,32)
#20241B
(32,36,27)
#1A1B16
(26,27,22)
#141211
(20,18,17)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #4A633E

#4A633E
(74,99,62)
#5A714F
(90,113,79)
#6A7F60
(106,127,96)
#7A8D71
(122,141,113)
#8A9B82
(138,155,130)
#9AA993
(154,169,147)
#AAB7A4
(170,183,164)
#BAC5B5
(186,197,181)
#CAD3C6
(202,211,198)
#DAE1D7
(218,225,215)
#EAEFE8
(234,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A633E color. Also use rgb(74,99,62) instead hex code.

Text Font Color

.myTextColor { color: #4A633E; }

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

This text font color is #4A633E.

Background Color

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

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

This div background color is #4A633E.

Border color

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

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

This div border color is #4A633E.

Opacity

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

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

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

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

This text has shadow with #4A633E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A633E.

Preview

Color preview on black background

This text has color #4A633E on black background.


Color preview on white background

This text has color #4A633E on white background.


Black color preview on #4A633E background

This text has black color on #4A633E background.


White color preview on #4A633E background

This text has white color on #4A633E background.


Related colors

Complementary color

Complementary color for #hex is #B59CC1.


I love getcolorcode.com

Triadic colors

1 #3E4A63 and #633E4A with #4A633E are triadic colors.

2 #3E634A and #634A3E with #4A633E are triadic colors.