COLOR #4A7661

HEX: #4A7661 RGB: (74,118,97)

Color info

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

RGB color model

#4A7661 color RGB value is (74,118,97).

RGB: (74,118,97) (29%, 46%, 38%)

RGB channels and saturation

R 74 of 255 = 29%
G 118 of 255 = 46%
B 97 of 255 = 38%

74
118
97

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

Portions of RGB colors in percentages

R + G + B = 74 + 118 + 97 = 289 (100%)
R 74 of 289 ~ 25.61%
G 118 of 289 ~ 40.83%
B 97 of 289 ~ 33.56'%

%25.61
%40.83
%33.56

CMYK color model

#4A7661 color CMYK value is (37,0,18,54).

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

CMYK: (37,0,18,54)
C37M0Y18K54 (37%, 0%, 18%, 54%)
(0.37 / 0.00 / 0.18 / 0.54)

CMYK percentages

%37.29
%0
%17.8
%53.73

Codes

Color #4A7661 in popluar color models

4A 76 61
RGB 74 118 97
HSL 151° 22.92% 37.65%
HSB/HSV 151° 37.29% 46.27%
CMYK 37.29% 0.00% 17.80%
53.73%

Color #4A7661 in popluar number systems.

HEX 4A 76 61
Decimal 74 118 97
Binary 1001010 1110110 1100001
Octal 112 166 141

Shades and tints

Shades of #4A7661

#4A7661
(74,118,97)
#446C59
(68,108,89)
#3E6251
(62,98,81)
#385849
(56,88,73)
#324E41
(50,78,65)
#2C4439
(44,68,57)
#263A31
(38,58,49)
#203029
(32,48,41)
#1A2621
(26,38,33)
#141C19
(20,28,25)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #4A7661

#4A7661
(74,118,97)
#5A826F
(90,130,111)
#6A8E7D
(106,142,125)
#7A9A8B
(122,154,139)
#8AA699
(138,166,153)
#9AB2A7
(154,178,167)
#AABEB5
(170,190,181)
#BACAC3
(186,202,195)
#CAD6D1
(202,214,209)
#DAE2DF
(218,226,223)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7661; }

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

This text font color is #4A7661.

Background Color

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

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

This div background color is #4A7661.

Border color

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

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

This div border color is #4A7661.

Opacity

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

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

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

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

This text has shadow with #4A7661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A7661.

Preview

Color preview on black background

This text has color #4A7661 on black background.


Color preview on white background

This text has color #4A7661 on white background.


Black color preview on #4A7661 background

This text has black color on #4A7661 background.


White color preview on #4A7661 background

This text has white color on #4A7661 background.


Related colors

Complementary color

Complementary color for #hex is #B5899E.


I love getcolorcode.com

Triadic colors

1 #614A76 and #76614A with #4A7661 are triadic colors.

2 #61764A and #764A61 with #4A7661 are triadic colors.