COLOR #4A7665

HEX: #4A7665 RGB: (74,118,101)

Color info

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

RGB color model

#4A7665 color RGB value is (74,118,101).

RGB: (74,118,101) (29%, 46%, 40%)

RGB channels and saturation

R 74 of 255 = 29%
G 118 of 255 = 46%
B 101 of 255 = 40%

74
118
101

R + G + B ~ 38%. #4A7665 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 118 + 101 = 293 (100%)
R 74 of 293 ~ 25.26%
G 118 of 293 ~ 40.27%
B 101 of 293 ~ 34.47'%

%25.26
%40.27
%34.47

CMYK color model

#4A7665 color CMYK value is (37,0,14,54).

  • cyan value is 37.29%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 53.73%

CMYK: (37,0,14,54)
C37M0Y14K54 (37%, 0%, 14%, 54%)
(0.37 / 0.00 / 0.14 / 0.54)

CMYK percentages

%37.29
%0
%14.41
%53.73

Codes

Color #4A7665 in popluar color models

4A 76 65
RGB 74 118 101
HSL 157° 22.92% 37.65%
HSB/HSV 157° 37.29% 46.27%
CMYK 37.29% 0.00% 14.41%
53.73%

Color #4A7665 in popluar number systems.

HEX 4A 76 65
Decimal 74 118 101
Binary 1001010 1110110 1100101
Octal 112 166 145

Shades and tints

Shades of #4A7665

#4A7665
(74,118,101)
#446C5C
(68,108,92)
#3E6253
(62,98,83)
#38584A
(56,88,74)
#324E41
(50,78,65)
#2C4438
(44,68,56)
#263A2F
(38,58,47)
#203026
(32,48,38)
#1A261D
(26,38,29)
#141C14
(20,28,20)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #4A7665

#4A7665
(74,118,101)
#5A8273
(90,130,115)
#6A8E81
(106,142,129)
#7A9A8F
(122,154,143)
#8AA69D
(138,166,157)
#9AB2AB
(154,178,171)
#AABEB9
(170,190,185)
#BACAC7
(186,202,199)
#CAD6D5
(202,214,213)
#DAE2E3
(218,226,227)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7665 color. Also use rgb(74,118,101) instead hex code.

Text Font Color

.myTextColor { color: #4A7665; }

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

This text font color is #4A7665.

Background Color

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

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

This div background color is #4A7665.

Border color

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

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

This div border color is #4A7665.

Opacity

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

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

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

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

This text has shadow with #4A7665 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A7665.

Preview

Color preview on black background

This text has color #4A7665 on black background.


Color preview on white background

This text has color #4A7665 on white background.


Black color preview on #4A7665 background

This text has black color on #4A7665 background.


White color preview on #4A7665 background

This text has white color on #4A7665 background.


Related colors

Complementary color

Complementary color for #hex is #B5899A.


I love getcolorcode.com

Triadic colors

1 #654A76 and #76654A with #4A7665 are triadic colors.

2 #65764A and #764A65 with #4A7665 are triadic colors.