COLOR #4B343D

HEX: #4B343D
RGB: (75,52,61)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
52
61

R + G + B ~ 24%. #4B343D is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 52 + 61 = 188 (100%)
R 75 of 188 ~ 39.89%
G 52 of 188 ~ 27.66%
B 61 of 188 ~ 32.45%

%39.89
%27.66
%32.45

CMYK color model

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

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

CMYK percentages

%0
%30.67
%18.67
%70.59

Codes

Color #4B343D in popluar color models

4B343D
RGB755261
HSL337°18.11%24.90%
HSB/HSV337°30.67%29.41%
CMYK0.00%30.67%18.67%
70.59%

Color #4B343D in popluar number systems.

HEX4B343D
Decimal755261
Binary1001011110100111101
Octal1136475

Shades and tints

Shades of #4B343D

#4B343D
(75,52,61)
#453038
(69,48,56)
#3F2C33
(63,44,51)
#39282E
(57,40,46)
#332429
(51,36,41)
#2D2024
(45,32,36)
#271C1F
(39,28,31)
#21181A
(33,24,26)
#1B1415
(27,20,21)
#151010
(21,16,16)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #4B343D

#4B343D
(75,52,61)
#5B464E
(91,70,78)
#6B585F
(107,88,95)
#7B6A70
(123,106,112)
#8B7C81
(139,124,129)
#9B8E92
(155,142,146)
#ABA0A3
(171,160,163)
#BBB2B4
(187,178,180)
#CBC4C5
(203,196,197)
#DBD6D6
(219,214,214)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B343D; }

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

This text font color is #4B343D.


Background Color

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

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

This div background color is #4B343D.


Border color

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

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

This div border color is #4B343D.


Opacity

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

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

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

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

This text has shadow with #4B343D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B343D on black background.


Color preview on white background

This text has color #4B343D on white background.



Black color preview on #4B343D background

This text has black color on #4B343D background.


White color preview on #4B343D background

This text has white color on #4B343D background.