COLOR #4A786A

HEX: #4A786A
RGB: (74,120,106)

Color info

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

RGB color model

#4A786A color RGB value is (74,120,106).

  • red value is 74;
  • green value is 120;
  • blue value is 106.
RGB:
(74,120,106)
(29%,47%,42%)

RGB channels and saturation

R 74 of 255 = 29%
G 120 of 255 = 47%
B 106 of 255 = 42%

74
120
106

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

Portions of RGB colors in percentages

R + G + B =
74 + 120 + 106 = 300 (100%)
R 74 of 300 ~ 24.67%
G 120 of 300 ~ 40%
B 106 of 300 ~ 35.33%

%24.67
%40
%35.33

CMYK color model

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

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

CMYK percentages

%38.33
%0
%11.67
%52.94

Codes

Color #4A786A in popluar color models

4A786A
RGB74120106
HSL162°23.71%38.04%
HSB/HSV162°38.33%47.06%
CMYK38.33%0.00%11.67%
52.94%

Color #4A786A in popluar number systems.

HEX4A786A
Decimal74120106
Binary100101011110001101010
Octal112170152

Shades and tints

Shades of #4A786A

#4A786A
(74,120,106)
#446E61
(68,110,97)
#3E6458
(62,100,88)
#385A4F
(56,90,79)
#325046
(50,80,70)
#2C463D
(44,70,61)
#263C34
(38,60,52)
#20322B
(32,50,43)
#1A2822
(26,40,34)
#141E19
(20,30,25)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #4A786A

#4A786A
(74,120,106)
#5A8477
(90,132,119)
#6A9084
(106,144,132)
#7A9C91
(122,156,145)
#8AA89E
(138,168,158)
#9AB4AB
(154,180,171)
#AAC0B8
(170,192,184)
#BACCC5
(186,204,197)
#CAD8D2
(202,216,210)
#DAE4DF
(218,228,223)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A786A color. Also use rgb(74,120,106) instead hex code.

Text Font Color

.myTextColor { color: #4A786A; }

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

This text font color is #4A786A.


Background Color

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

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

This div background color is #4A786A.


Border color

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

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

This div border color is #4A786A.


Opacity

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

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

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

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

This text has shadow with #4A786A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A786A on black background.


Color preview on white background

This text has color #4A786A on white background.



Black color preview on #4A786A background

This text has black color on #4A786A background.


White color preview on #4A786A background

This text has white color on #4A786A background.