COLOR #4A7253

HEX: #4A7253 RGB: (74,114,83)

Color info

#4A7253 contains red, green and blue colors in about the same proportion. Web safe color of #4A7253 is #336666 (or #366).

RGB color model

#4A7253 color RGB value is (74,114,83).

RGB: (74,114,83) (29%, 45%, 33%)

RGB channels and saturation

R 74 of 255 = 29%
G 114 of 255 = 45%
B 83 of 255 = 33%

74
114
83

R + G + B ~ 36%. #4A7253 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 114 + 83 = 271 (100%)
R 74 of 271 ~ 27.31%
G 114 of 271 ~ 42.07%
B 83 of 271 ~ 30.63'%

%27.31
%42.07
%30.63

CMYK color model

#4A7253 color CMYK value is (35,0,27,55).

  • cyan value is 35.09%
  • magenta value is 0.00%
  • yellow value is 27.19%
  • key color value is 55.29%

CMYK: (35,0,27,55)
C35M0Y27K55 (35%, 0%, 27%, 55%)
(0.35 / 0.00 / 0.27 / 0.55)

CMYK percentages

%35.09
%0
%27.19
%55.29

Codes

Color #4A7253 in popluar color models

4A 72 53
RGB 74 114 83
HSL 134° 21.28% 36.86%
HSB/HSV 134° 35.09% 44.71%
CMYK 35.09% 0.00% 27.19%
55.29%

Color #4A7253 in popluar number systems.

HEX 4A 72 53
Decimal 74 114 83
Binary 1001010 1110010 1010011
Octal 112 162 123

Shades and tints

Shades of #4A7253

#4A7253
(74,114,83)
#44684C
(68,104,76)
#3E5E45
(62,94,69)
#38543E
(56,84,62)
#324A37
(50,74,55)
#2C4030
(44,64,48)
#263629
(38,54,41)
#202C22
(32,44,34)
#1A221B
(26,34,27)
#141814
(20,24,20)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #4A7253

#4A7253
(74,114,83)
#5A7E62
(90,126,98)
#6A8A71
(106,138,113)
#7A9680
(122,150,128)
#8AA28F
(138,162,143)
#9AAE9E
(154,174,158)
#AABAAD
(170,186,173)
#BAC6BC
(186,198,188)
#CAD2CB
(202,210,203)
#DADEDA
(218,222,218)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7253 color. Also use rgb(74,114,83) instead hex code.

Text Font Color

.myTextColor { color: #4A7253; }

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

This text font color is #4A7253.

Background Color

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

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

This div background color is #4A7253.

Border color

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

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

This div border color is #4A7253.

Opacity

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

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

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

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

This text has shadow with #4A7253 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A7253.

Preview

Color preview on black background

This text has color #4A7253 on black background.


Color preview on white background

This text has color #4A7253 on white background.


Black color preview on #4A7253 background

This text has black color on #4A7253 background.


White color preview on #4A7253 background

This text has white color on #4A7253 background.


Related colors

Complementary color

Complementary color for #hex is #B58DAC.


I love getcolorcode.com

Triadic colors

1 #534A72 and #72534A with #4A7253 are triadic colors.

2 #53724A and #724A53 with #4A7253 are triadic colors.