COLOR #4A7767

HEX: #4A7767
RGB: (74,119,103)

Color info

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

RGB color model

#4A7767 color RGB value is (74,119,103).

  • red value is 74;
  • green value is 119;
  • blue value is 103.
RGB:
(74,119,103)
(29%,47%,40%)

RGB channels and saturation

R 74 of 255 = 29%
G 119 of 255 = 47%
B 103 of 255 = 40%

74
119
103

R + G + B ~ 39%. #4A7767 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 119 + 103 = 296 (100%)
R 74 of 296 ~ 25%
G 119 of 296 ~ 40.2%
B 103 of 296 ~ 34.8%

%25
%40.2
%34.8

CMYK color model

#4A7767 color CMYK value is (38,0,13,53).

  • cyan value is 37.82%
  • magenta value is 0.00%
  • yellow value is 13.45%
  • key color value is 53.33%
CMYK:
(38,0,13,53)
C38M0Y13K53 
(38%,0%,13%,53%)
(0.38/0.00/0.13/0.53)	

CMYK percentages

%37.82
%0
%13.45
%53.33

Codes

Color #4A7767 in popluar color models

4A7767
RGB74119103
HSL159°23.32%37.84%
HSB/HSV159°37.82%46.67%
CMYK37.82%0.00%13.45%
53.33%

Color #4A7767 in popluar number systems.

HEX4A7767
Decimal74119103
Binary100101011101111100111
Octal112167147

Shades and tints

Shades of #4A7767

#4A7767
(74,119,103)
#446D5E
(68,109,94)
#3E6355
(62,99,85)
#38594C
(56,89,76)
#324F43
(50,79,67)
#2C453A
(44,69,58)
#263B31
(38,59,49)
#203128
(32,49,40)
#1A271F
(26,39,31)
#141D16
(20,29,22)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #4A7767

#4A7767
(74,119,103)
#5A8374
(90,131,116)
#6A8F81
(106,143,129)
#7A9B8E
(122,155,142)
#8AA79B
(138,167,155)
#9AB3A8
(154,179,168)
#AABFB5
(170,191,181)
#BACBC2
(186,203,194)
#CAD7CF
(202,215,207)
#DAE3DC
(218,227,220)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7767 color. Also use rgb(74,119,103) instead hex code.

Text Font Color

.myTextColor { color: #4A7767; }

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

This text font color is #4A7767.


Background Color

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

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

This div background color is #4A7767.


Border color

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

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

This div border color is #4A7767.


Opacity

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

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

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

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

This text has shadow with #4A7767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7767 on black background.


Color preview on white background

This text has color #4A7767 on white background.



Black color preview on #4A7767 background

This text has black color on #4A7767 background.


White color preview on #4A7767 background

This text has white color on #4A7767 background.