COLOR #4A9675

HEX: #4A9675
RGB: (74,150,117)

Color info

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

RGB color model

#4A9675 color RGB value is (74,150,117).

  • red value is 74;
  • green value is 150;
  • blue value is 117.
RGB:
(74,150,117)
(29%,59%,46%)

RGB channels and saturation

R 74 of 255 = 29%
G 150 of 255 = 59%
B 117 of 255 = 46%

74
150
117

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

Portions of RGB colors in percentages

R + G + B =
74 + 150 + 117 = 341 (100%)
R 74 of 341 ~ 21.7%
G 150 of 341 ~ 43.99%
B 117 of 341 ~ 34.31%

%21.7
%43.99
%34.31

CMYK color model

#4A9675 color CMYK value is (51,0,22,41).

  • cyan value is 50.67%
  • magenta value is 0.00%
  • yellow value is 22.00%
  • key color value is 41.18%
CMYK:
(51,0,22,41)
C51M0Y22K41 
(51%,0%,22%,41%)
(0.51/0.00/0.22/0.41)	

CMYK percentages

%50.67
%0
%22
%41.18

Codes

Color #4A9675 in popluar color models

4A9675
RGB74150117
HSL154°33.93%43.92%
HSB/HSV154°50.67%58.82%
CMYK50.67%0.00%22.00%
41.18%

Color #4A9675 in popluar number systems.

HEX4A9675
Decimal74150117
Binary1001010100101101110101
Octal112226165

Shades and tints

Shades of #4A9675

#4A9675
(74,150,117)
#44896B
(68,137,107)
#3E7C61
(62,124,97)
#386F57
(56,111,87)
#32624D
(50,98,77)
#2C5543
(44,85,67)
#264839
(38,72,57)
#203B2F
(32,59,47)
#1A2E25
(26,46,37)
#14211B
(20,33,27)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #4A9675

#4A9675
(74,150,117)
#5A9F81
(90,159,129)
#6AA88D
(106,168,141)
#7AB199
(122,177,153)
#8ABAA5
(138,186,165)
#9AC3B1
(154,195,177)
#AACCBD
(170,204,189)
#BAD5C9
(186,213,201)
#CADED5
(202,222,213)
#DAE7E1
(218,231,225)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A9675; }

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

This text font color is #4A9675.


Background Color

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

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

This div background color is #4A9675.


Border color

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

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

This div border color is #4A9675.


Opacity

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

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

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

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

This text has shadow with #4A9675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9675 on black background.


Color preview on white background

This text has color #4A9675 on white background.



Black color preview on #4A9675 background

This text has black color on #4A9675 background.


White color preview on #4A9675 background

This text has white color on #4A9675 background.