COLOR #4A7F7D

HEX: #4A7F7D
RGB: (74,127,125)

Color info

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

RGB color model

#4A7F7D color RGB value is (74,127,125).

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

RGB channels and saturation

R 74 of 255 = 29%
G 127 of 255 = 50%
B 125 of 255 = 49%

74
127
125

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

Portions of RGB colors in percentages

R + G + B =
74 + 127 + 125 = 326 (100%)
R 74 of 326 ~ 22.7%
G 127 of 326 ~ 38.96%
B 125 of 326 ~ 38.34%

%22.7
%38.96
%38.34

CMYK color model

#4A7F7D color CMYK value is (42,0,2,50).

  • cyan value is 41.73%
  • magenta value is 0.00%
  • yellow value is 1.57%
  • key color value is 50.20%
CMYK:
(42,0,2,50)
C42M0Y2K50 
(42%,0%,2%,50%)
(0.42/0.00/0.02/0.50)	

CMYK percentages

%41.73
%0
%1.57
%50.2

Codes

Color #4A7F7D in popluar color models

4A7F7D
RGB74127125
HSL178°26.37%39.41%
HSB/HSV178°41.73%49.80%
CMYK41.73%0.00%1.57%
50.20%

Color #4A7F7D in popluar number systems.

HEX4A7F7D
Decimal74127125
Binary100101011111111111101
Octal112177175

Shades and tints

Shades of #4A7F7D

#4A7F7D
(74,127,125)
#447472
(68,116,114)
#3E6967
(62,105,103)
#385E5C
(56,94,92)
#325351
(50,83,81)
#2C4846
(44,72,70)
#263D3B
(38,61,59)
#203230
(32,50,48)
#1A2725
(26,39,37)
#141C1A
(20,28,26)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #4A7F7D

#4A7F7D
(74,127,125)
#5A8A88
(90,138,136)
#6A9593
(106,149,147)
#7AA09E
(122,160,158)
#8AABA9
(138,171,169)
#9AB6B4
(154,182,180)
#AAC1BF
(170,193,191)
#BACCCA
(186,204,202)
#CAD7D5
(202,215,213)
#DAE2E0
(218,226,224)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7F7D; }

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

This text font color is #4A7F7D.


Background Color

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

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

This div background color is #4A7F7D.


Border color

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

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

This div border color is #4A7F7D.


Opacity

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

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

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

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

This text has shadow with #4A7F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7F7D on black background.


Color preview on white background

This text has color #4A7F7D on white background.



Black color preview on #4A7F7D background

This text has black color on #4A7F7D background.


White color preview on #4A7F7D background

This text has white color on #4A7F7D background.