COLOR #4B333F

HEX: #4B333F
RGB: (75,51,63)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
51
63

R + G + B ~ 25%. #4B333F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 51 + 63 = 189 (100%)
R 75 of 189 ~ 39.68%
G 51 of 189 ~ 26.98%
B 63 of 189 ~ 33.33%

%39.68
%26.98
%33.33

CMYK color model

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

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

CMYK percentages

%0
%32
%16
%70.59

Codes

Color #4B333F in popluar color models

4B333F
RGB755163
HSL330°19.05%24.71%
HSB/HSV330°32.00%29.41%
CMYK0.00%32.00%16.00%
70.59%

Color #4B333F in popluar number systems.

HEX4B333F
Decimal755163
Binary1001011110011111111
Octal1136377

Shades and tints

Shades of #4B333F

#4B333F
(75,51,63)
#452F3A
(69,47,58)
#3F2B35
(63,43,53)
#392730
(57,39,48)
#33232B
(51,35,43)
#2D1F26
(45,31,38)
#271B21
(39,27,33)
#21171C
(33,23,28)
#1B1317
(27,19,23)
#150F12
(21,15,18)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #4B333F

#4B333F
(75,51,63)
#5B4550
(91,69,80)
#6B5761
(107,87,97)
#7B6972
(123,105,114)
#8B7B83
(139,123,131)
#9B8D94
(155,141,148)
#AB9FA5
(171,159,165)
#BBB1B6
(187,177,182)
#CBC3C7
(203,195,199)
#DBD5D8
(219,213,216)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B333F; }

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

This text font color is #4B333F.


Background Color

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

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

This div background color is #4B333F.


Border color

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

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

This div border color is #4B333F.


Opacity

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

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

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

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

This text has shadow with #4B333F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B333F on black background.


Color preview on white background

This text has color #4B333F on white background.



Black color preview on #4B333F background

This text has black color on #4B333F background.


White color preview on #4B333F background

This text has white color on #4B333F background.