COLOR #4C3048

HEX: #4C3048
RGB: (76,48,72)

Color info

#4C3048 contains red, green and blue colors in about the same proportion. Web safe color of #4C3048 is #333333 (or #333).

RGB color model

#4C3048 color RGB value is (76,48,72).

  • red value is 76;
  • green value is 48;
  • blue value is 72.
RGB:
(76,48,72)
(30%,19%,28%)

RGB channels and saturation

R 76 of 255 = 30%
G 48 of 255 = 19%
B 72 of 255 = 28%

76
48
72

R + G + B ~ 26%. #4C3048 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 48 + 72 = 196 (100%)
R 76 of 196 ~ 38.78%
G 48 of 196 ~ 24.49%
B 72 of 196 ~ 36.73%

%38.78
%24.49
%36.73

CMYK color model

#4C3048 color CMYK value is (0,37,5,70).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 5.26%
  • key color value is 70.20%
CMYK:
(0,37,5,70)
C0M37Y5K70 
(0%,37%,5%,70%)
(0.00/0.37/0.05/0.70)	

CMYK percentages

%0
%36.84
%5.26
%70.2

Codes

Color #4C3048 in popluar color models

4C3048
RGB764872
HSL309°22.58%24.31%
HSB/HSV309°36.84%29.80%
CMYK0.00%36.84%5.26%
70.20%

Color #4C3048 in popluar number systems.

HEX4C3048
Decimal764872
Binary10011001100001001000
Octal11460110

Shades and tints

Shades of #4C3048

#4C3048
(76,48,72)
#462C42
(70,44,66)
#40283C
(64,40,60)
#3A2436
(58,36,54)
#342030
(52,32,48)
#2E1C2A
(46,28,42)
#281824
(40,24,36)
#22141E
(34,20,30)
#1C1018
(28,16,24)
#160C12
(22,12,18)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #4C3048

#4C3048
(76,48,72)
#5C4258
(92,66,88)
#6C5468
(108,84,104)
#7C6678
(124,102,120)
#8C7888
(140,120,136)
#9C8A98
(156,138,152)
#AC9CA8
(172,156,168)
#BCAEB8
(188,174,184)
#CCC0C8
(204,192,200)
#DCD2D8
(220,210,216)
#ECE4E8
(236,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3048 color. Also use rgb(76,48,72) instead hex code.

Text Font Color

.myTextColor { color: #4C3048; }

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

This text font color is #4C3048.


Background Color

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

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

This div background color is #4C3048.


Border color

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

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

This div border color is #4C3048.


Opacity

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

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

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

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

This text has shadow with #4C3048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3048 on black background.


Color preview on white background

This text has color #4C3048 on white background.



Black color preview on #4C3048 background

This text has black color on #4C3048 background.


White color preview on #4C3048 background

This text has white color on #4C3048 background.