COLOR #4B324A

HEX: #4B324A
RGB: (75,50,74)

Color info

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

RGB color model

#4B324A color RGB value is (75,50,74).

  • red value is 75;
  • green value is 50;
  • blue value is 74.
RGB:
(75,50,74)
(29%,20%,29%)

RGB channels and saturation

R 75 of 255 = 29%
G 50 of 255 = 20%
B 74 of 255 = 29%

75
50
74

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

Portions of RGB colors in percentages

R + G + B =
75 + 50 + 74 = 199 (100%)
R 75 of 199 ~ 37.69%
G 50 of 199 ~ 25.13%
B 74 of 199 ~ 37.19%

%37.69
%25.13
%37.19

CMYK color model

#4B324A color CMYK value is (0,33,1,71).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 1.33%
  • key color value is 70.59%
CMYK:
(0,33,1,71)
C0M33Y1K71 
(0%,33%,1%,71%)
(0.00/0.33/0.01/0.71)	

CMYK percentages

%0
%33.33
%1.33
%70.59

Codes

Color #4B324A in popluar color models

4B324A
RGB755074
HSL302°20.00%24.51%
HSB/HSV302°33.33%29.41%
CMYK0.00%33.33%1.33%
70.59%

Color #4B324A in popluar number systems.

HEX4B324A
Decimal755074
Binary10010111100101001010
Octal11362112

Shades and tints

Shades of #4B324A

#4B324A
(75,50,74)
#452E44
(69,46,68)
#3F2A3E
(63,42,62)
#392638
(57,38,56)
#332232
(51,34,50)
#2D1E2C
(45,30,44)
#271A26
(39,26,38)
#211620
(33,22,32)
#1B121A
(27,18,26)
#150E14
(21,14,20)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #4B324A

#4B324A
(75,50,74)
#5B445A
(91,68,90)
#6B566A
(107,86,106)
#7B687A
(123,104,122)
#8B7A8A
(139,122,138)
#9B8C9A
(155,140,154)
#AB9EAA
(171,158,170)
#BBB0BA
(187,176,186)
#CBC2CA
(203,194,202)
#DBD4DA
(219,212,218)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B324A color. Also use rgb(75,50,74) instead hex code.

Text Font Color

.myTextColor { color: #4B324A; }

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

This text font color is #4B324A.


Background Color

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

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

This div background color is #4B324A.


Border color

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

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

This div border color is #4B324A.


Opacity

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

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

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

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

This text has shadow with #4B324A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B324A on black background.


Color preview on white background

This text has color #4B324A on white background.



Black color preview on #4B324A background

This text has black color on #4B324A background.


White color preview on #4B324A background

This text has white color on #4B324A background.