COLOR #4A785A

HEX: #4A785A
RGB: (74,120,90)

Color info

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

RGB color model

#4A785A color RGB value is (74,120,90).

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

RGB channels and saturation

R 74 of 255 = 29%
G 120 of 255 = 47%
B 90 of 255 = 35%

74
120
90

R + G + B ~ 37%. #4A785A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 120 + 90 = 284 (100%)
R 74 of 284 ~ 26.06%
G 120 of 284 ~ 42.25%
B 90 of 284 ~ 31.69%

%26.06
%42.25
%31.69

CMYK color model

#4A785A color CMYK value is (38,0,25,53).

  • cyan value is 38.33%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 52.94%
CMYK:
(38,0,25,53)
C38M0Y25K53 
(38%,0%,25%,53%)
(0.38/0.00/0.25/0.53)	

CMYK percentages

%38.33
%0
%25
%52.94

Codes

Color #4A785A in popluar color models

4A785A
RGB7412090
HSL141°23.71%38.04%
HSB/HSV141°38.33%47.06%
CMYK38.33%0.00%25.00%
52.94%

Color #4A785A in popluar number systems.

HEX4A785A
Decimal7412090
Binary100101011110001011010
Octal112170132

Shades and tints

Shades of #4A785A

#4A785A
(74,120,90)
#446E52
(68,110,82)
#3E644A
(62,100,74)
#385A42
(56,90,66)
#32503A
(50,80,58)
#2C4632
(44,70,50)
#263C2A
(38,60,42)
#203222
(32,50,34)
#1A281A
(26,40,26)
#141E12
(20,30,18)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #4A785A

#4A785A
(74,120,90)
#5A8469
(90,132,105)
#6A9078
(106,144,120)
#7A9C87
(122,156,135)
#8AA896
(138,168,150)
#9AB4A5
(154,180,165)
#AAC0B4
(170,192,180)
#BACCC3
(186,204,195)
#CAD8D2
(202,216,210)
#DAE4E1
(218,228,225)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A785A; }

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

This text font color is #4A785A.


Background Color

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

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

This div background color is #4A785A.


Border color

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

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

This div border color is #4A785A.


Opacity

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

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

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

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

This text has shadow with #4A785A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A785A on black background.


Color preview on white background

This text has color #4A785A on white background.



Black color preview on #4A785A background

This text has black color on #4A785A background.


White color preview on #4A785A background

This text has white color on #4A785A background.