COLOR #4A825D

HEX: #4A825D RGB: (74,130,93)

Color info

#4A825D contains red, green and blue colors in about the same proportion. Web safe color of #4A825D is #339966 (or #396).

RGB color model

#4A825D color RGB value is (74,130,93).

RGB: (74,130,93) (29%, 51%, 36%)

RGB channels and saturation

R 74 of 255 = 29%
G 130 of 255 = 51%
B 93 of 255 = 36%

74
130
93

R + G + B ~ 39%. #4A825D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 130 + 93 = 297 (100%)
R 74 of 297 ~ 24.92%
G 130 of 297 ~ 43.77%
B 93 of 297 ~ 31.31'%

%24.92
%43.77
%31.31

CMYK color model

#4A825D color CMYK value is (43,0,28,49).

  • cyan value is 43.08%
  • magenta value is 0.00%
  • yellow value is 28.46%
  • key color value is 49.02%

CMYK: (43,0,28,49)
C43M0Y28K49 (43%, 0%, 28%, 49%)
(0.43 / 0.00 / 0.28 / 0.49)

CMYK percentages

%43.08
%0
%28.46
%49.02

Codes

Color #4A825D in popluar color models

4A 82 5D
RGB 74 130 93
HSL 140° 27.45% 40.00%
HSB/HSV 140° 43.08% 50.98%
CMYK 43.08% 0.00% 28.46%
49.02%

Color #4A825D in popluar number systems.

HEX 4A 82 5D
Decimal 74 130 93
Binary 1001010 10000010 1011101
Octal 112 202 135

Shades and tints

Shades of #4A825D

#4A825D
(74,130,93)
#447755
(68,119,85)
#3E6C4D
(62,108,77)
#386145
(56,97,69)
#32563D
(50,86,61)
#2C4B35
(44,75,53)
#26402D
(38,64,45)
#203525
(32,53,37)
#1A2A1D
(26,42,29)
#141F15
(20,31,21)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #4A825D

#4A825D
(74,130,93)
#5A8D6B
(90,141,107)
#6A9879
(106,152,121)
#7AA387
(122,163,135)
#8AAE95
(138,174,149)
#9AB9A3
(154,185,163)
#AAC4B1
(170,196,177)
#BACFBF
(186,207,191)
#CADACD
(202,218,205)
#DAE5DB
(218,229,219)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A825D color. Also use rgb(74,130,93) instead hex code.

Text Font Color

.myTextColor { color: #4A825D; }

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

This text font color is #4A825D.

Background Color

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

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

This div background color is #4A825D.

Border color

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

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

This div border color is #4A825D.

Opacity

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

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

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

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

This text has shadow with #4A825D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A825D.

Preview

Color preview on black background

This text has color #4A825D on black background.


Color preview on white background

This text has color #4A825D on white background.


Black color preview on #4A825D background

This text has black color on #4A825D background.


White color preview on #4A825D background

This text has white color on #4A825D background.


Related colors

Complementary color

Complementary color for #hex is #B57DA2.


I love getcolorcode.com

Triadic colors

1 #5D4A82 and #825D4A with #4A825D are triadic colors.

2 #5D824A and #824A5D with #4A825D are triadic colors.