COLOR #4C3055

HEX: #4C3055
RGB: (76,48,85)

Color info

#4C3055 contains red, green and blue colors in about the same proportion. Web safe color of #4C3055 is #333366 (or #336).

RGB color model

#4C3055 color RGB value is (76,48,85).

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

RGB channels and saturation

R 76 of 255 = 30%
G 48 of 255 = 19%
B 85 of 255 = 33%

76
48
85

R + G + B ~ 27%. #4C3055 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 48 + 85 = 209 (100%)
R 76 of 209 ~ 36.36%
G 48 of 209 ~ 22.97%
B 85 of 209 ~ 40.67%

%36.36
%22.97
%40.67

CMYK color model

#4C3055 color CMYK value is (11,44,0,67).

  • cyan value is 10.59%
  • magenta value is 43.53%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(11,44,0,67)
C11M44Y0K67 
(11%,44%,0%,67%)
(0.11/0.44/0.00/0.67)	

CMYK percentages

%10.59
%43.53
%0
%66.67

Codes

Color #4C3055 in popluar color models

4C3055
RGB764885
HSL285°27.82%26.08%
HSB/HSV285°43.53%33.33%
CMYK10.59%43.53%0.00%
66.67%

Color #4C3055 in popluar number systems.

HEX4C3055
Decimal764885
Binary10011001100001010101
Octal11460125

Shades and tints

Shades of #4C3055

#4C3055
(76,48,85)
#462C4E
(70,44,78)
#402847
(64,40,71)
#3A2440
(58,36,64)
#342039
(52,32,57)
#2E1C32
(46,28,50)
#28182B
(40,24,43)
#221424
(34,20,36)
#1C101D
(28,16,29)
#160C16
(22,12,22)
#10080F
(16,8,15)
#000000
(0,0,0)

Tints of #4C3055

#4C3055
(76,48,85)
#5C4264
(92,66,100)
#6C5473
(108,84,115)
#7C6682
(124,102,130)
#8C7891
(140,120,145)
#9C8AA0
(156,138,160)
#AC9CAF
(172,156,175)
#BCAEBE
(188,174,190)
#CCC0CD
(204,192,205)
#DCD2DC
(220,210,220)
#ECE4EB
(236,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3055; }

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

This text font color is #4C3055.


Background Color

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

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

This div background color is #4C3055.


Border color

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

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

This div border color is #4C3055.


Opacity

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

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

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

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

This text has shadow with #4C3055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3055 on black background.


Color preview on white background

This text has color #4C3055 on white background.



Black color preview on #4C3055 background

This text has black color on #4C3055 background.


White color preview on #4C3055 background

This text has white color on #4C3055 background.