COLOR #4C3750

HEX: #4C3750
RGB: (76,55,80)

Color info

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

RGB color model

#4C3750 color RGB value is (76,55,80).

  • red value is 76;
  • green value is 55;
  • blue value is 80.
RGB:
(76,55,80)
(30%,22%,31%)

RGB channels and saturation

R 76 of 255 = 30%
G 55 of 255 = 22%
B 80 of 255 = 31%

76
55
80

R + G + B ~ 28%. #4C3750 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 55 + 80 = 211 (100%)
R 76 of 211 ~ 36.02%
G 55 of 211 ~ 26.07%
B 80 of 211 ~ 37.91%

%36.02
%26.07
%37.91

CMYK color model

#4C3750 color CMYK value is (5,31,0,69).

  • cyan value is 5.00%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(5,31,0,69)
C5M31Y0K69 
(5%,31%,0%,69%)
(0.05/0.31/0.00/0.69)	

CMYK percentages

%5
%31.25
%0
%68.63

Codes

Color #4C3750 in popluar color models

4C3750
RGB765580
HSL290°18.52%26.47%
HSB/HSV290°31.25%31.37%
CMYK5.00%31.25%0.00%
68.63%

Color #4C3750 in popluar number systems.

HEX4C3750
Decimal765580
Binary10011001101111010000
Octal11467120

Shades and tints

Shades of #4C3750

#4C3750
(76,55,80)
#463249
(70,50,73)
#402D42
(64,45,66)
#3A283B
(58,40,59)
#342334
(52,35,52)
#2E1E2D
(46,30,45)
#281926
(40,25,38)
#22141F
(34,20,31)
#1C0F18
(28,15,24)
#160A11
(22,10,17)
#10050A
(16,5,10)
#000000
(0,0,0)

Tints of #4C3750

#4C3750
(76,55,80)
#5C495F
(92,73,95)
#6C5B6E
(108,91,110)
#7C6D7D
(124,109,125)
#8C7F8C
(140,127,140)
#9C919B
(156,145,155)
#ACA3AA
(172,163,170)
#BCB5B9
(188,181,185)
#CCC7C8
(204,199,200)
#DCD9D7
(220,217,215)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3750 color. Also use rgb(76,55,80) instead hex code.

Text Font Color

.myTextColor { color: #4C3750; }

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

This text font color is #4C3750.


Background Color

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

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

This div background color is #4C3750.


Border color

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

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

This div border color is #4C3750.


Opacity

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

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

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

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

This text has shadow with #4C3750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3750 on black background.


Color preview on white background

This text has color #4C3750 on white background.



Black color preview on #4C3750 background

This text has black color on #4C3750 background.


White color preview on #4C3750 background

This text has white color on #4C3750 background.