COLOR #4A7769

HEX: #4A7769
RGB: (74,119,105)

Color info

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

RGB color model

#4A7769 color RGB value is (74,119,105).

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

RGB channels and saturation

R 74 of 255 = 29%
G 119 of 255 = 47%
B 105 of 255 = 41%

74
119
105

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

Portions of RGB colors in percentages

R + G + B =
74 + 119 + 105 = 298 (100%)
R 74 of 298 ~ 24.83%
G 119 of 298 ~ 39.93%
B 105 of 298 ~ 35.23%

%24.83
%39.93
%35.23

CMYK color model

#4A7769 color CMYK value is (38,0,12,53).

  • cyan value is 37.82%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 53.33%
CMYK:
(38,0,12,53)
C38M0Y12K53 
(38%,0%,12%,53%)
(0.38/0.00/0.12/0.53)	

CMYK percentages

%37.82
%0
%11.76
%53.33

Codes

Color #4A7769 in popluar color models

4A7769
RGB74119105
HSL161°23.32%37.84%
HSB/HSV161°37.82%46.67%
CMYK37.82%0.00%11.76%
53.33%

Color #4A7769 in popluar number systems.

HEX4A7769
Decimal74119105
Binary100101011101111101001
Octal112167151

Shades and tints

Shades of #4A7769

#4A7769
(74,119,105)
#446D60
(68,109,96)
#3E6357
(62,99,87)
#38594E
(56,89,78)
#324F45
(50,79,69)
#2C453C
(44,69,60)
#263B33
(38,59,51)
#20312A
(32,49,42)
#1A2721
(26,39,33)
#141D18
(20,29,24)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #4A7769

#4A7769
(74,119,105)
#5A8376
(90,131,118)
#6A8F83
(106,143,131)
#7A9B90
(122,155,144)
#8AA79D
(138,167,157)
#9AB3AA
(154,179,170)
#AABFB7
(170,191,183)
#BACBC4
(186,203,196)
#CAD7D1
(202,215,209)
#DAE3DE
(218,227,222)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7769; }

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

This text font color is #4A7769.


Background Color

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

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

This div background color is #4A7769.


Border color

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

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

This div border color is #4A7769.


Opacity

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

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

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

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

This text has shadow with #4A7769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7769 on black background.


Color preview on white background

This text has color #4A7769 on white background.



Black color preview on #4A7769 background

This text has black color on #4A7769 background.


White color preview on #4A7769 background

This text has white color on #4A7769 background.