COLOR #4B334C

HEX: #4B334C
RGB: (75,51,76)

Color info

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

RGB color model

#4B334C color RGB value is (75,51,76).

  • red value is 75;
  • green value is 51;
  • blue value is 76.
RGB:
(75,51,76)
(29%,20%,30%)

RGB channels and saturation

R 75 of 255 = 29%
G 51 of 255 = 20%
B 76 of 255 = 30%

75
51
76

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

Portions of RGB colors in percentages

R + G + B =
75 + 51 + 76 = 202 (100%)
R 75 of 202 ~ 37.13%
G 51 of 202 ~ 25.25%
B 76 of 202 ~ 37.62%

%37.13
%25.25
%37.62

CMYK color model

#4B334C color CMYK value is (1,33,0,70).

  • cyan value is 1.32%
  • magenta value is 32.89%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(1,33,0,70)
C1M33Y0K70 
(1%,33%,0%,70%)
(0.01/0.33/0.00/0.70)	

CMYK percentages

%1.32
%32.89
%0
%70.2

Codes

Color #4B334C in popluar color models

4B334C
RGB755176
HSL298°19.69%24.90%
HSB/HSV298°32.89%29.80%
CMYK1.32%32.89%0.00%
70.20%

Color #4B334C in popluar number systems.

HEX4B334C
Decimal755176
Binary10010111100111001100
Octal11363114

Shades and tints

Shades of #4B334C

#4B334C
(75,51,76)
#452F46
(69,47,70)
#3F2B40
(63,43,64)
#39273A
(57,39,58)
#332334
(51,35,52)
#2D1F2E
(45,31,46)
#271B28
(39,27,40)
#211722
(33,23,34)
#1B131C
(27,19,28)
#150F16
(21,15,22)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #4B334C

#4B334C
(75,51,76)
#5B455C
(91,69,92)
#6B576C
(107,87,108)
#7B697C
(123,105,124)
#8B7B8C
(139,123,140)
#9B8D9C
(155,141,156)
#AB9FAC
(171,159,172)
#BBB1BC
(187,177,188)
#CBC3CC
(203,195,204)
#DBD5DC
(219,213,220)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B334C color. Also use rgb(75,51,76) instead hex code.

Text Font Color

.myTextColor { color: #4B334C; }

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

This text font color is #4B334C.


Background Color

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

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

This div background color is #4B334C.


Border color

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

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

This div border color is #4B334C.


Opacity

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

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

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

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

This text has shadow with #4B334C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B334C on black background.


Color preview on white background

This text has color #4B334C on white background.



Black color preview on #4B334C background

This text has black color on #4B334C background.


White color preview on #4B334C background

This text has white color on #4B334C background.