COLOR #4A7645

HEX: #4A7645 RGB: (74,118,69)

Color info

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

RGB color model

#4A7645 color RGB value is (74,118,69).

RGB: (74,118,69) (29%, 46%, 27%)

RGB channels and saturation

R 74 of 255 = 29%
G 118 of 255 = 46%
B 69 of 255 = 27%

74
118
69

R + G + B ~ 34%. #4A7645 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 118 + 69 = 261 (100%)
R 74 of 261 ~ 28.35%
G 118 of 261 ~ 45.21%
B 69 of 261 ~ 26.44'%

%28.35
%45.21
%26.44

CMYK color model

#4A7645 color CMYK value is (37,0,42,54).

  • cyan value is 37.29%
  • magenta value is 0.00%
  • yellow value is 41.53%
  • key color value is 53.73%

CMYK: (37,0,42,54)
C37M0Y42K54 (37%, 0%, 42%, 54%)
(0.37 / 0.00 / 0.42 / 0.54)

CMYK percentages

%37.29
%0
%41.53
%53.73

Codes

Color #4A7645 in popluar color models

4A 76 45
RGB 74 118 69
HSL 114° 26.20% 36.67%
HSB/HSV 114° 41.53% 46.27%
CMYK 37.29% 0.00% 41.53%
53.73%

Color #4A7645 in popluar number systems.

HEX 4A 76 45
Decimal 74 118 69
Binary 1001010 1110110 1000101
Octal 112 166 105

Shades and tints

Shades of #4A7645

#4A7645
(74,118,69)
#446C3F
(68,108,63)
#3E6239
(62,98,57)
#385833
(56,88,51)
#324E2D
(50,78,45)
#2C4427
(44,68,39)
#263A21
(38,58,33)
#20301B
(32,48,27)
#1A2615
(26,38,21)
#141C0F
(20,28,15)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #4A7645

#4A7645
(74,118,69)
#5A8255
(90,130,85)
#6A8E65
(106,142,101)
#7A9A75
(122,154,117)
#8AA685
(138,166,133)
#9AB295
(154,178,149)
#AABEA5
(170,190,165)
#BACAB5
(186,202,181)
#CAD6C5
(202,214,197)
#DAE2D5
(218,226,213)
#EAEEE5
(234,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7645 color. Also use rgb(74,118,69) instead hex code.

Text Font Color

.myTextColor { color: #4A7645; }

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

This text font color is #4A7645.

Background Color

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

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

This div background color is #4A7645.

Border color

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

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

This div border color is #4A7645.

Opacity

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

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

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

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

This text has shadow with #4A7645 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A7645.

Preview

Color preview on black background

This text has color #4A7645 on black background.


Color preview on white background

This text has color #4A7645 on white background.


Black color preview on #4A7645 background

This text has black color on #4A7645 background.


White color preview on #4A7645 background

This text has white color on #4A7645 background.


Related colors

Complementary color

Complementary color for #hex is #B589BA.


I love getcolorcode.com

Triadic colors

1 #454A76 and #76454A with #4A7645 are triadic colors.

2 #45764A and #764A45 with #4A7645 are triadic colors.