COLOR #4A613F

HEX: #4A613F RGB: (74,97,63)

Color info

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

RGB color model

#4A613F color RGB value is (74,97,63).

RGB: (74,97,63) (29%, 38%, 25%)

RGB channels and saturation

R 74 of 255 = 29%
G 97 of 255 = 38%
B 63 of 255 = 25%

74
97
63

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

Portions of RGB colors in percentages

R + G + B = 74 + 97 + 63 = 234 (100%)
R 74 of 234 ~ 31.62%
G 97 of 234 ~ 41.45%
B 63 of 234 ~ 26.92'%

%31.62
%41.45
%26.92

CMYK color model

#4A613F color CMYK value is (24,0,35,62).

  • cyan value is 23.71%
  • magenta value is 0.00%
  • yellow value is 35.05%
  • key color value is 61.96%

CMYK: (24,0,35,62)
C24M0Y35K62 (24%, 0%, 35%, 62%)
(0.24 / 0.00 / 0.35 / 0.62)

CMYK percentages

%23.71
%0
%35.05
%61.96

Codes

Color #4A613F in popluar color models

4A 61 3F
RGB 74 97 63
HSL 101° 21.25% 31.37%
HSB/HSV 101° 35.05% 38.04%
CMYK 23.71% 0.00% 35.05%
61.96%

Color #4A613F in popluar number systems.

HEX 4A 61 3F
Decimal 74 97 63
Binary 1001010 1100001 111111
Octal 112 141 77

Shades and tints

Shades of #4A613F

#4A613F
(74,97,63)
#44593A
(68,89,58)
#3E5135
(62,81,53)
#384930
(56,73,48)
#32412B
(50,65,43)
#2C3926
(44,57,38)
#263121
(38,49,33)
#20291C
(32,41,28)
#1A2117
(26,33,23)
#141912
(20,25,18)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #4A613F

#4A613F
(74,97,63)
#5A6F50
(90,111,80)
#6A7D61
(106,125,97)
#7A8B72
(122,139,114)
#8A9983
(138,153,131)
#9AA794
(154,167,148)
#AAB5A5
(170,181,165)
#BAC3B6
(186,195,182)
#CAD1C7
(202,209,199)
#DADFD8
(218,223,216)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A613F color. Also use rgb(74,97,63) instead hex code.

Text Font Color

.myTextColor { color: #4A613F; }

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

This text font color is #4A613F.

Background Color

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

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

This div background color is #4A613F.

Border color

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

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

This div border color is #4A613F.

Opacity

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

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

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

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

This text has shadow with #4A613F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A613F.

Preview

Color preview on black background

This text has color #4A613F on black background.


Color preview on white background

This text has color #4A613F on white background.


Black color preview on #4A613F background

This text has black color on #4A613F background.


White color preview on #4A613F background

This text has white color on #4A613F background.


Related colors

Complementary color

Complementary color for #hex is #B59EC0.


I love getcolorcode.com

Triadic colors

1 #3F4A61 and #613F4A with #4A613F are triadic colors.

2 #3F614A and #614A3F with #4A613F are triadic colors.