COLOR #4A7F71

HEX: #4A7F71
RGB: (74,127,113)

Color info

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

RGB color model

#4A7F71 color RGB value is (74,127,113).

  • red value is 74;
  • green value is 127;
  • blue value is 113.
RGB:
(74,127,113)
(29%,50%,44%)

RGB channels and saturation

R 74 of 255 = 29%
G 127 of 255 = 50%
B 113 of 255 = 44%

74
127
113

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

Portions of RGB colors in percentages

R + G + B =
74 + 127 + 113 = 314 (100%)
R 74 of 314 ~ 23.57%
G 127 of 314 ~ 40.45%
B 113 of 314 ~ 35.99%

%23.57
%40.45
%35.99

CMYK color model

#4A7F71 color CMYK value is (42,0,11,50).

  • cyan value is 41.73%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 50.20%
CMYK:
(42,0,11,50)
C42M0Y11K50 
(42%,0%,11%,50%)
(0.42/0.00/0.11/0.50)	

CMYK percentages

%41.73
%0
%11.02
%50.2

Codes

Color #4A7F71 in popluar color models

4A7F71
RGB74127113
HSL164°26.37%39.41%
HSB/HSV164°41.73%49.80%
CMYK41.73%0.00%11.02%
50.20%

Color #4A7F71 in popluar number systems.

HEX4A7F71
Decimal74127113
Binary100101011111111110001
Octal112177161

Shades and tints

Shades of #4A7F71

#4A7F71
(74,127,113)
#447467
(68,116,103)
#3E695D
(62,105,93)
#385E53
(56,94,83)
#325349
(50,83,73)
#2C483F
(44,72,63)
#263D35
(38,61,53)
#20322B
(32,50,43)
#1A2721
(26,39,33)
#141C17
(20,28,23)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #4A7F71

#4A7F71
(74,127,113)
#5A8A7D
(90,138,125)
#6A9589
(106,149,137)
#7AA095
(122,160,149)
#8AABA1
(138,171,161)
#9AB6AD
(154,182,173)
#AAC1B9
(170,193,185)
#BACCC5
(186,204,197)
#CAD7D1
(202,215,209)
#DAE2DD
(218,226,221)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7F71 color. Also use rgb(74,127,113) instead hex code.

Text Font Color

.myTextColor { color: #4A7F71; }

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

This text font color is #4A7F71.


Background Color

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

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

This div background color is #4A7F71.


Border color

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

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

This div border color is #4A7F71.


Opacity

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

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

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

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

This text has shadow with #4A7F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7F71 on black background.


Color preview on white background

This text has color #4A7F71 on white background.



Black color preview on #4A7F71 background

This text has black color on #4A7F71 background.


White color preview on #4A7F71 background

This text has white color on #4A7F71 background.