COLOR #4A5348

HEX: #4A5348
RGB: (74,83,72)

Color info

#4A5348 contains red, green and blue colors in about the same proportion. Web safe color of #4A5348 is #336633 (or #363).

RGB color model

#4A5348 color RGB value is (74,83,72).

  • red value is 74;
  • green value is 83;
  • blue value is 72.
RGB:
(74,83,72)
(29%,33%,28%)

RGB channels and saturation

R 74 of 255 = 29%
G 83 of 255 = 33%
B 72 of 255 = 28%

74
83
72

R + G + B ~ 30%. #4A5348 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 83 + 72 = 229 (100%)
R 74 of 229 ~ 32.31%
G 83 of 229 ~ 36.24%
B 72 of 229 ~ 31.44%

%32.31
%36.24
%31.44

CMYK color model

#4A5348 color CMYK value is (11,0,13,67).

  • cyan value is 10.84%
  • magenta value is 0.00%
  • yellow value is 13.25%
  • key color value is 67.45%
CMYK:
(11,0,13,67)
C11M0Y13K67 
(11%,0%,13%,67%)
(0.11/0.00/0.13/0.67)	

CMYK percentages

%10.84
%0
%13.25
%67.45

Codes

Color #4A5348 in popluar color models

4A5348
RGB748372
HSL109°7.10%30.39%
HSB/HSV109°13.25%32.55%
CMYK10.84%0.00%13.25%
67.45%

Color #4A5348 in popluar number systems.

HEX4A5348
Decimal748372
Binary100101010100111001000
Octal112123110

Shades and tints

Shades of #4A5348

#4A5348
(74,83,72)
#444C42
(68,76,66)
#3E453C
(62,69,60)
#383E36
(56,62,54)
#323730
(50,55,48)
#2C302A
(44,48,42)
#262924
(38,41,36)
#20221E
(32,34,30)
#1A1B18
(26,27,24)
#141412
(20,20,18)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #4A5348

#4A5348
(74,83,72)
#5A6258
(90,98,88)
#6A7168
(106,113,104)
#7A8078
(122,128,120)
#8A8F88
(138,143,136)
#9A9E98
(154,158,152)
#AAADA8
(170,173,168)
#BABCB8
(186,188,184)
#CACBC8
(202,203,200)
#DADAD8
(218,218,216)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5348 color. Also use rgb(74,83,72) instead hex code.

Text Font Color

.myTextColor { color: #4A5348; }

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

This text font color is #4A5348.


Background Color

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

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

This div background color is #4A5348.


Border color

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

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

This div border color is #4A5348.


Opacity

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

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

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

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

This text has shadow with #4A5348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5348 on black background.


Color preview on white background

This text has color #4A5348 on white background.



Black color preview on #4A5348 background

This text has black color on #4A5348 background.


White color preview on #4A5348 background

This text has white color on #4A5348 background.