COLOR #4A8875

HEX: #4A8875
RGB: (74,136,117)

Color info

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

RGB color model

#4A8875 color RGB value is (74,136,117).

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

RGB channels and saturation

R 74 of 255 = 29%
G 136 of 255 = 53%
B 117 of 255 = 46%

74
136
117

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

Portions of RGB colors in percentages

R + G + B =
74 + 136 + 117 = 327 (100%)
R 74 of 327 ~ 22.63%
G 136 of 327 ~ 41.59%
B 117 of 327 ~ 35.78%

%22.63
%41.59
%35.78

CMYK color model

#4A8875 color CMYK value is (46,0,14,47).

  • cyan value is 45.59%
  • magenta value is 0.00%
  • yellow value is 13.97%
  • key color value is 46.67%
CMYK:
(46,0,14,47)
C46M0Y14K47 
(46%,0%,14%,47%)
(0.46/0.00/0.14/0.47)	

CMYK percentages

%45.59
%0
%13.97
%46.67

Codes

Color #4A8875 in popluar color models

4A8875
RGB74136117
HSL162°29.52%41.18%
HSB/HSV162°45.59%53.33%
CMYK45.59%0.00%13.97%
46.67%

Color #4A8875 in popluar number systems.

HEX4A8875
Decimal74136117
Binary1001010100010001110101
Octal112210165

Shades and tints

Shades of #4A8875

#4A8875
(74,136,117)
#447C6B
(68,124,107)
#3E7061
(62,112,97)
#386457
(56,100,87)
#32584D
(50,88,77)
#2C4C43
(44,76,67)
#264039
(38,64,57)
#20342F
(32,52,47)
#1A2825
(26,40,37)
#141C1B
(20,28,27)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #4A8875

#4A8875
(74,136,117)
#5A9281
(90,146,129)
#6A9C8D
(106,156,141)
#7AA699
(122,166,153)
#8AB0A5
(138,176,165)
#9ABAB1
(154,186,177)
#AAC4BD
(170,196,189)
#BACEC9
(186,206,201)
#CAD8D5
(202,216,213)
#DAE2E1
(218,226,225)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8875; }

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

This text font color is #4A8875.


Background Color

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

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

This div background color is #4A8875.


Border color

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

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

This div border color is #4A8875.


Opacity

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

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

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

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

This text has shadow with #4A8875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A8875 on black background.


Color preview on white background

This text has color #4A8875 on white background.



Black color preview on #4A8875 background

This text has black color on #4A8875 background.


White color preview on #4A8875 background

This text has white color on #4A8875 background.