COLOR #4A735E

HEX: #4A735E RGB: (74,115,94)

Color info

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

RGB color model

#4A735E color RGB value is (74,115,94).

RGB: (74,115,94) (29%, 45%, 37%)

RGB channels and saturation

R 74 of 255 = 29%
G 115 of 255 = 45%
B 94 of 255 = 37%

74
115
94

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

Portions of RGB colors in percentages

R + G + B = 74 + 115 + 94 = 283 (100%)
R 74 of 283 ~ 26.15%
G 115 of 283 ~ 40.64%
B 94 of 283 ~ 33.22'%

%26.15
%40.64
%33.22

CMYK color model

#4A735E color CMYK value is (36,0,18,55).

  • cyan value is 35.65%
  • magenta value is 0.00%
  • yellow value is 18.26%
  • key color value is 54.90%
CMYK: (36,0,18,55) C36M0Y18K55 (36%,0%,18%,55%) (0.36/0.00/0.18/0.55) 

CMYK percentages

%35.65
%0
%18.26
%54.9

Codes

Color #4A735E in popluar color models

4A 73 5E
RGB 74 115 94
HSL 149° 21.69% 37.06%
HSB/HSV 149° 35.65% 45.10%
CMYK 35.65% 0.00% 18.26%
54.90%

Color #4A735E in popluar number systems.

HEX 4A 73 5E
Decimal 74 115 94
Binary 1001010 1110011 1011110
Octal 112 163 136

Shades and tints

Shades of #4A735E

#4A735E
(74,115,94)
#446956
(68,105,86)
#3E5F4E
(62,95,78)
#385546
(56,85,70)
#324B3E
(50,75,62)
#2C4136
(44,65,54)
#26372E
(38,55,46)
#202D26
(32,45,38)
#1A231E
(26,35,30)
#141916
(20,25,22)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #4A735E

#4A735E
(74,115,94)
#5A7F6C
(90,127,108)
#6A8B7A
(106,139,122)
#7A9788
(122,151,136)
#8AA396
(138,163,150)
#9AAFA4
(154,175,164)
#AABBB2
(170,187,178)
#BAC7C0
(186,199,192)
#CAD3CE
(202,211,206)
#DADFDC
(218,223,220)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A735E color. Also use rgb(74,115,94) instead hex code.

Text Font Color

.myTextColor { color: #4A735E; }

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

This text font color is #4A735E.

Background Color

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

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

This div background color is #4A735E.

Border color

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

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

This div border color is #4A735E.

Opacity

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

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

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

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

This text has shadow with #4A735E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A735E.

Preview

Color preview on black background

This text has color #4A735E on black background.


Color preview on white background

This text has color #4A735E on white background.


Black color preview on #4A735E background

This text has black color on #4A735E background.


White color preview on #4A735E background

This text has white color on #4A735E background.


Related colors

Complementary color

Complementary color for #hex is #B58CA1.


I love getcolorcode.com

Triadic colors

1 #5E4A73 and #735E4A with #4A735E are triadic colors.

2 #5E734A and #734A5E with #4A735E are triadic colors.