COLOR #4B304B

HEX: #4B304B
RGB: (75,48,75)

Color info

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

RGB color model

#4B304B color RGB value is (75,48,75).

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

RGB channels and saturation

R 75 of 255 = 29%
G 48 of 255 = 19%
B 75 of 255 = 29%

75
48
75

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

Portions of RGB colors in percentages

R + G + B =
75 + 48 + 75 = 198 (100%)
R 75 of 198 ~ 37.88%
G 48 of 198 ~ 24.24%
B 75 of 198 ~ 37.88%

%37.88
%24.24
%37.88

CMYK color model

#4B304B color CMYK value is (0,36,0,71).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(0,36,0,71)
C0M36Y0K71 
(0%,36%,0%,71%)
(0.00/0.36/0.00/0.71)	

CMYK percentages

%0
%36
%0
%70.59

Codes

Color #4B304B in popluar color models

4B304B
RGB754875
HSL300°21.95%24.12%
HSB/HSV300°36.00%29.41%
CMYK0.00%36.00%0.00%
70.59%

Color #4B304B in popluar number systems.

HEX4B304B
Decimal754875
Binary10010111100001001011
Octal11360113

Shades and tints

Shades of #4B304B

#4B304B
(75,48,75)
#452C45
(69,44,69)
#3F283F
(63,40,63)
#392439
(57,36,57)
#332033
(51,32,51)
#2D1C2D
(45,28,45)
#271827
(39,24,39)
#211421
(33,20,33)
#1B101B
(27,16,27)
#150C15
(21,12,21)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #4B304B

#4B304B
(75,48,75)
#5B425B
(91,66,91)
#6B546B
(107,84,107)
#7B667B
(123,102,123)
#8B788B
(139,120,139)
#9B8A9B
(155,138,155)
#AB9CAB
(171,156,171)
#BBAEBB
(187,174,187)
#CBC0CB
(203,192,203)
#DBD2DB
(219,210,219)
#EBE4EB
(235,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B304B; }

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

This text font color is #4B304B.


Background Color

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

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

This div background color is #4B304B.


Border color

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

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

This div border color is #4B304B.


Opacity

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

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

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

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

This text has shadow with #4B304B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B304B on black background.


Color preview on white background

This text has color #4B304B on white background.



Black color preview on #4B304B background

This text has black color on #4B304B background.


White color preview on #4B304B background

This text has white color on #4B304B background.