COLOR #4B334B

HEX: #4B334B
RGB: (75,51,75)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
51
75

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

Portions of RGB colors in percentages

R + G + B =
75 + 51 + 75 = 201 (100%)
R 75 of 201 ~ 37.31%
G 51 of 201 ~ 25.37%
B 75 of 201 ~ 37.31%

%37.31
%25.37
%37.31

CMYK color model

#4B334B color CMYK value is (0,32,0,71).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(0,32,0,71)
C0M32Y0K71 
(0%,32%,0%,71%)
(0.00/0.32/0.00/0.71)	

CMYK percentages

%0
%32
%0
%70.59

Codes

Color #4B334B in popluar color models

4B334B
RGB755175
HSL300°19.05%24.71%
HSB/HSV300°32.00%29.41%
CMYK0.00%32.00%0.00%
70.59%

Color #4B334B in popluar number systems.

HEX4B334B
Decimal755175
Binary10010111100111001011
Octal11363113

Shades and tints

Shades of #4B334B

#4B334B
(75,51,75)
#452F45
(69,47,69)
#3F2B3F
(63,43,63)
#392739
(57,39,57)
#332333
(51,35,51)
#2D1F2D
(45,31,45)
#271B27
(39,27,39)
#211721
(33,23,33)
#1B131B
(27,19,27)
#150F15
(21,15,21)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #4B334B

#4B334B
(75,51,75)
#5B455B
(91,69,91)
#6B576B
(107,87,107)
#7B697B
(123,105,123)
#8B7B8B
(139,123,139)
#9B8D9B
(155,141,155)
#AB9FAB
(171,159,171)
#BBB1BB
(187,177,187)
#CBC3CB
(203,195,203)
#DBD5DB
(219,213,219)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B334B; }

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

This text font color is #4B334B.


Background Color

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

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

This div background color is #4B334B.


Border color

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

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

This div border color is #4B334B.


Opacity

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

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

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

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

This text has shadow with #4B334B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B334B on black background.


Color preview on white background

This text has color #4B334B on white background.



Black color preview on #4B334B background

This text has black color on #4B334B background.


White color preview on #4B334B background

This text has white color on #4B334B background.