COLOR #4A7565

HEX: #4A7565
RGB: (74,117,101)

Color info

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

RGB color model

#4A7565 color RGB value is (74,117,101).

  • red value is 74;
  • green value is 117;
  • blue value is 101.
RGB:
(74,117,101)
(29%,46%,40%)

RGB channels and saturation

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

74
117
101

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

Portions of RGB colors in percentages

R + G + B =
74 + 117 + 101 = 292 (100%)
R 74 of 292 ~ 25.34%
G 117 of 292 ~ 40.07%
B 101 of 292 ~ 34.59%

%25.34
%40.07
%34.59

CMYK color model

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

  • cyan value is 36.75%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 54.12%
CMYK:
(37,0,14,54)
C37M0Y14K54 
(37%,0%,14%,54%)
(0.37/0.00/0.14/0.54)	

CMYK percentages

%36.75
%0
%13.68
%54.12

Codes

Color #4A7565 in popluar color models

4A7565
RGB74117101
HSL158°22.51%37.45%
HSB/HSV158°36.75%45.88%
CMYK36.75%0.00%13.68%
54.12%

Color #4A7565 in popluar number systems.

HEX4A7565
Decimal74117101
Binary100101011101011100101
Octal112165145

Shades and tints

Shades of #4A7565

#4A7565
(74,117,101)
#446B5C
(68,107,92)
#3E6153
(62,97,83)
#38574A
(56,87,74)
#324D41
(50,77,65)
#2C4338
(44,67,56)
#26392F
(38,57,47)
#202F26
(32,47,38)
#1A251D
(26,37,29)
#141B14
(20,27,20)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #4A7565

#4A7565
(74,117,101)
#5A8173
(90,129,115)
#6A8D81
(106,141,129)
#7A998F
(122,153,143)
#8AA59D
(138,165,157)
#9AB1AB
(154,177,171)
#AABDB9
(170,189,185)
#BAC9C7
(186,201,199)
#CAD5D5
(202,213,213)
#DAE1E3
(218,225,227)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7565; }

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

This text font color is #4A7565.


Background Color

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

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

This div background color is #4A7565.


Border color

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

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

This div border color is #4A7565.


Opacity

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

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

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

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

This text has shadow with #4A7565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7565 on black background.


Color preview on white background

This text has color #4A7565 on white background.



Black color preview on #4A7565 background

This text has black color on #4A7565 background.


White color preview on #4A7565 background

This text has white color on #4A7565 background.