COLOR #4C344E

HEX: #4C344E
RGB: (76,52,78)

Color info

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

RGB color model

#4C344E color RGB value is (76,52,78).

  • red value is 76;
  • green value is 52;
  • blue value is 78.
RGB:
(76,52,78)
(30%,20%,31%)

RGB channels and saturation

R 76 of 255 = 30%
G 52 of 255 = 20%
B 78 of 255 = 31%

76
52
78

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

Portions of RGB colors in percentages

R + G + B =
76 + 52 + 78 = 206 (100%)
R 76 of 206 ~ 36.89%
G 52 of 206 ~ 25.24%
B 78 of 206 ~ 37.86%

%36.89
%25.24
%37.86

CMYK color model

#4C344E color CMYK value is (3,33,0,69).

  • cyan value is 2.56%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(3,33,0,69)
C3M33Y0K69 
(3%,33%,0%,69%)
(0.03/0.33/0.00/0.69)	

CMYK percentages

%2.56
%33.33
%0
%69.41

Codes

Color #4C344E in popluar color models

4C344E
RGB765278
HSL295°20.00%25.49%
HSB/HSV295°33.33%30.59%
CMYK2.56%33.33%0.00%
69.41%

Color #4C344E in popluar number systems.

HEX4C344E
Decimal765278
Binary10011001101001001110
Octal11464116

Shades and tints

Shades of #4C344E

#4C344E
(76,52,78)
#463047
(70,48,71)
#402C40
(64,44,64)
#3A2839
(58,40,57)
#342432
(52,36,50)
#2E202B
(46,32,43)
#281C24
(40,28,36)
#22181D
(34,24,29)
#1C1416
(28,20,22)
#16100F
(22,16,15)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #4C344E

#4C344E
(76,52,78)
#5C465E
(92,70,94)
#6C586E
(108,88,110)
#7C6A7E
(124,106,126)
#8C7C8E
(140,124,142)
#9C8E9E
(156,142,158)
#ACA0AE
(172,160,174)
#BCB2BE
(188,178,190)
#CCC4CE
(204,196,206)
#DCD6DE
(220,214,222)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C344E color. Also use rgb(76,52,78) instead hex code.

Text Font Color

.myTextColor { color: #4C344E; }

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

This text font color is #4C344E.


Background Color

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

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

This div background color is #4C344E.


Border color

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

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

This div border color is #4C344E.


Opacity

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

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

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

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

This text has shadow with #4C344E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C344E on black background.


Color preview on white background

This text has color #4C344E on white background.



Black color preview on #4C344E background

This text has black color on #4C344E background.


White color preview on #4C344E background

This text has white color on #4C344E background.