COLOR #4A9075

HEX: #4A9075 RGB: (74,144,117)

Color info

#4A9075 contains mainly green and blue colors. Web safe color of #4A9075 is #339966 (or #396).

RGB color model

#4A9075 color RGB value is (74,144,117).

RGB: (74,144,117) (29%, 56%, 46%)

RGB channels and saturation

R 74 of 255 = 29%
G 144 of 255 = 56%
B 117 of 255 = 46%

74
144
117

R + G + B ~ 44%. #4A9075 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 74 + 144 + 117 = 335 (100%)
R 74 of 335 ~ 22.09%
G 144 of 335 ~ 42.99%
B 117 of 335 ~ 34.93'%

%22.09
%42.99
%34.93

CMYK color model

#4A9075 color CMYK value is (49,0,19,44).

  • cyan value is 48.61%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 43.53%

CMYK: (49,0,19,44)
C49M0Y19K44 (49%, 0%, 19%, 44%)
(0.49 / 0.00 / 0.19 / 0.44)

CMYK percentages

%48.61
%0
%18.75
%43.53

Codes

Color #4A9075 in popluar color models

4A 90 75
RGB 74 144 117
HSL 157° 32.11% 42.75%
HSB/HSV 157° 48.61% 56.47%
CMYK 48.61% 0.00% 18.75%
43.53%

Color #4A9075 in popluar number systems.

HEX 4A 90 75
Decimal 74 144 117
Binary 1001010 10010000 1110101
Octal 112 220 165

Shades and tints

Shades of #4A9075

#4A9075
(74,144,117)
#44836B
(68,131,107)
#3E7661
(62,118,97)
#386957
(56,105,87)
#325C4D
(50,92,77)
#2C4F43
(44,79,67)
#264239
(38,66,57)
#20352F
(32,53,47)
#1A2825
(26,40,37)
#141B1B
(20,27,27)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #4A9075

#4A9075
(74,144,117)
#5A9A81
(90,154,129)
#6AA48D
(106,164,141)
#7AAE99
(122,174,153)
#8AB8A5
(138,184,165)
#9AC2B1
(154,194,177)
#AACCBD
(170,204,189)
#BAD6C9
(186,214,201)
#CAE0D5
(202,224,213)
#DAEAE1
(218,234,225)
#EAF4ED
(234,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A9075 color. Also use rgb(74,144,117) instead hex code.

Text Font Color

.myTextColor { color: #4A9075; }

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

This text font color is #4A9075.

Background Color

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

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

This div background color is #4A9075.

Border color

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

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

This div border color is #4A9075.

Opacity

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

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

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

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

This text has shadow with #4A9075 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A9075.

Preview

Color preview on black background

This text has color #4A9075 on black background.


Color preview on white background

This text has color #4A9075 on white background.


Black color preview on #4A9075 background

This text has black color on #4A9075 background.


White color preview on #4A9075 background

This text has white color on #4A9075 background.


Related colors

Complementary color

Complementary color for #hex is #B56F8A.


I love getcolorcode.com

Triadic colors

1 #754A90 and #90754A with #4A9075 are triadic colors.

2 #75904A and #904A75 with #4A9075 are triadic colors.