COLOR #4A735D

HEX: #4A735D
RGB: (74,115,93)

Color info

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

RGB color model

#4A735D color RGB value is (74,115,93).

  • red value is 74;
  • green value is 115;
  • blue value is 93.
RGB:
(74,115,93)
(29%,45%,36%)

RGB channels and saturation

R 74 of 255 = 29%
G 115 of 255 = 45%
B 93 of 255 = 36%

74
115
93

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

Portions of RGB colors in percentages

R + G + B =
74 + 115 + 93 = 282 (100%)
R 74 of 282 ~ 26.24%
G 115 of 282 ~ 40.78%
B 93 of 282 ~ 32.98%

%26.24
%40.78
%32.98

CMYK color model

#4A735D color CMYK value is (36,0,19,55).

  • cyan value is 35.65%
  • magenta value is 0.00%
  • yellow value is 19.13%
  • key color value is 54.90%
CMYK:
(36,0,19,55)
C36M0Y19K55 
(36%,0%,19%,55%)
(0.36/0.00/0.19/0.55)	

CMYK percentages

%35.65
%0
%19.13
%54.9

Codes

Color #4A735D in popluar color models

4A735D
RGB7411593
HSL148°21.69%37.06%
HSB/HSV148°35.65%45.10%
CMYK35.65%0.00%19.13%
54.90%

Color #4A735D in popluar number systems.

HEX4A735D
Decimal7411593
Binary100101011100111011101
Octal112163135

Shades and tints

Shades of #4A735D

#4A735D
(74,115,93)
#446955
(68,105,85)
#3E5F4D
(62,95,77)
#385545
(56,85,69)
#324B3D
(50,75,61)
#2C4135
(44,65,53)
#26372D
(38,55,45)
#202D25
(32,45,37)
#1A231D
(26,35,29)
#141915
(20,25,21)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #4A735D

#4A735D
(74,115,93)
#5A7F6B
(90,127,107)
#6A8B79
(106,139,121)
#7A9787
(122,151,135)
#8AA395
(138,163,149)
#9AAFA3
(154,175,163)
#AABBB1
(170,187,177)
#BAC7BF
(186,199,191)
#CAD3CD
(202,211,205)
#DADFDB
(218,223,219)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A735D; }

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

This text font color is #4A735D.


Background Color

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

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

This div background color is #4A735D.


Border color

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

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

This div border color is #4A735D.


Opacity

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

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

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

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

This text has shadow with #4A735D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A735D on black background.


Color preview on white background

This text has color #4A735D on white background.



Black color preview on #4A735D background

This text has black color on #4A735D background.


White color preview on #4A735D background

This text has white color on #4A735D background.