COLOR #4B344B

HEX: #4B344B
RGB: (75,52,75)

Color info

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

RGB color model

#4B344B color RGB value is (75,52,75).

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

RGB channels and saturation

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

75
52
75

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

Portions of RGB colors in percentages

R + G + B =
75 + 52 + 75 = 202 (100%)
R 75 of 202 ~ 37.13%
G 52 of 202 ~ 25.74%
B 75 of 202 ~ 37.13%

%37.13
%25.74
%37.13

CMYK color model

#4B344B color CMYK value is (0,31,0,71).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(0,31,0,71)
C0M31Y0K71 
(0%,31%,0%,71%)
(0.00/0.31/0.00/0.71)	

CMYK percentages

%0
%30.67
%0
%70.59

Codes

Color #4B344B in popluar color models

4B344B
RGB755275
HSL300°18.11%24.90%
HSB/HSV300°30.67%29.41%
CMYK0.00%30.67%0.00%
70.59%

Color #4B344B in popluar number systems.

HEX4B344B
Decimal755275
Binary10010111101001001011
Octal11364113

Shades and tints

Shades of #4B344B

#4B344B
(75,52,75)
#453045
(69,48,69)
#3F2C3F
(63,44,63)
#392839
(57,40,57)
#332433
(51,36,51)
#2D202D
(45,32,45)
#271C27
(39,28,39)
#211821
(33,24,33)
#1B141B
(27,20,27)
#151015
(21,16,21)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #4B344B

#4B344B
(75,52,75)
#5B465B
(91,70,91)
#6B586B
(107,88,107)
#7B6A7B
(123,106,123)
#8B7C8B
(139,124,139)
#9B8E9B
(155,142,155)
#ABA0AB
(171,160,171)
#BBB2BB
(187,178,187)
#CBC4CB
(203,196,203)
#DBD6DB
(219,214,219)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B344B; }

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

This text font color is #4B344B.


Background Color

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

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

This div background color is #4B344B.


Border color

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

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

This div border color is #4B344B.


Opacity

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

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

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

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

This text has shadow with #4B344B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B344B on black background.


Color preview on white background

This text has color #4B344B on white background.



Black color preview on #4B344B background

This text has black color on #4B344B background.


White color preview on #4B344B background

This text has white color on #4B344B background.