COLOR #4A7A5A

HEX: #4A7A5A RGB: (74,122,90)

Color info

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

RGB color model

#4A7A5A color RGB value is (74,122,90).

RGB: (74,122,90) (29%, 48%, 35%)

RGB channels and saturation

R 74 of 255 = 29%
G 122 of 255 = 48%
B 90 of 255 = 35%

74
122
90

R + G + B ~ 37%. #4A7A5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 122 + 90 = 286 (100%)
R 74 of 286 ~ 25.87%
G 122 of 286 ~ 42.66%
B 90 of 286 ~ 31.47'%

%25.87
%42.66
%31.47

CMYK color model

#4A7A5A color CMYK value is (39,0,26,52).

  • cyan value is 39.34%
  • magenta value is 0.00%
  • yellow value is 26.23%
  • key color value is 52.16%

CMYK: (39,0,26,52)
C39M0Y26K52 (39%, 0%, 26%, 52%)
(0.39 / 0.00 / 0.26 / 0.52)

CMYK percentages

%39.34
%0
%26.23
%52.16

Codes

Color #4A7A5A in popluar color models

4A 7A 5A
RGB 74 122 90
HSL 140° 24.49% 38.43%
HSB/HSV 140° 39.34% 47.84%
CMYK 39.34% 0.00% 26.23%
52.16%

Color #4A7A5A in popluar number systems.

HEX 4A 7A 5A
Decimal 74 122 90
Binary 1001010 1111010 1011010
Octal 112 172 132

Shades and tints

Shades of #4A7A5A

#4A7A5A
(74,122,90)
#446F52
(68,111,82)
#3E644A
(62,100,74)
#385942
(56,89,66)
#324E3A
(50,78,58)
#2C4332
(44,67,50)
#26382A
(38,56,42)
#202D22
(32,45,34)
#1A221A
(26,34,26)
#141712
(20,23,18)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #4A7A5A

#4A7A5A
(74,122,90)
#5A8669
(90,134,105)
#6A9278
(106,146,120)
#7A9E87
(122,158,135)
#8AAA96
(138,170,150)
#9AB6A5
(154,182,165)
#AAC2B4
(170,194,180)
#BACEC3
(186,206,195)
#CADAD2
(202,218,210)
#DAE6E1
(218,230,225)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7A5A color. Also use rgb(74,122,90) instead hex code.

Text Font Color

.myTextColor { color: #4A7A5A; }

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

This text font color is #4A7A5A.

Background Color

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

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

This div background color is #4A7A5A.

Border color

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

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

This div border color is #4A7A5A.

Opacity

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

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

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

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

This text has shadow with #4A7A5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A7A5A.

Preview

Color preview on black background

This text has color #4A7A5A on black background.


Color preview on white background

This text has color #4A7A5A on white background.


Black color preview on #4A7A5A background

This text has black color on #4A7A5A background.


White color preview on #4A7A5A background

This text has white color on #4A7A5A background.


Related colors

Complementary color

Complementary color for #hex is #B585A5.


I love getcolorcode.com

Triadic colors

1 #5A4A7A and #7A5A4A with #4A7A5A are triadic colors.

2 #5A7A4A and #7A4A5A with #4A7A5A are triadic colors.