COLOR #4A756E

HEX: #4A756E
RGB: (74,117,110)

Color info

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

RGB color model

#4A756E color RGB value is (74,117,110).

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

RGB channels and saturation

R 74 of 255 = 29%
G 117 of 255 = 46%
B 110 of 255 = 43%

74
117
110

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

Portions of RGB colors in percentages

R + G + B =
74 + 117 + 110 = 301 (100%)
R 74 of 301 ~ 24.58%
G 117 of 301 ~ 38.87%
B 110 of 301 ~ 36.54%

%24.58
%38.87
%36.54

CMYK color model

#4A756E color CMYK value is (37,0,6,54).

  • cyan value is 36.75%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 54.12%
CMYK:
(37,0,6,54)
C37M0Y6K54 
(37%,0%,6%,54%)
(0.37/0.00/0.06/0.54)	

CMYK percentages

%36.75
%0
%5.98
%54.12

Codes

Color #4A756E in popluar color models

4A756E
RGB74117110
HSL170°22.51%37.45%
HSB/HSV170°36.75%45.88%
CMYK36.75%0.00%5.98%
54.12%

Color #4A756E in popluar number systems.

HEX4A756E
Decimal74117110
Binary100101011101011101110
Octal112165156

Shades and tints

Shades of #4A756E

#4A756E
(74,117,110)
#446B64
(68,107,100)
#3E615A
(62,97,90)
#385750
(56,87,80)
#324D46
(50,77,70)
#2C433C
(44,67,60)
#263932
(38,57,50)
#202F28
(32,47,40)
#1A251E
(26,37,30)
#141B14
(20,27,20)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #4A756E

#4A756E
(74,117,110)
#5A817B
(90,129,123)
#6A8D88
(106,141,136)
#7A9995
(122,153,149)
#8AA5A2
(138,165,162)
#9AB1AF
(154,177,175)
#AABDBC
(170,189,188)
#BAC9C9
(186,201,201)
#CAD5D6
(202,213,214)
#DAE1E3
(218,225,227)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A756E; }

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

This text font color is #4A756E.


Background Color

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

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

This div background color is #4A756E.


Border color

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

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

This div border color is #4A756E.


Opacity

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

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

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

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

This text has shadow with #4A756E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A756E on black background.


Color preview on white background

This text has color #4A756E on white background.



Black color preview on #4A756E background

This text has black color on #4A756E background.


White color preview on #4A756E background

This text has white color on #4A756E background.