COLOR #4B3B3D

HEX: #4B3B3D
RGB: (75,59,61)

Color info

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

RGB color model

#4B3B3D color RGB value is (75,59,61).

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

RGB channels and saturation

R 75 of 255 = 29%
G 59 of 255 = 23%
B 61 of 255 = 24%

75
59
61

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

Portions of RGB colors in percentages

R + G + B =
75 + 59 + 61 = 195 (100%)
R 75 of 195 ~ 38.46%
G 59 of 195 ~ 30.26%
B 61 of 195 ~ 31.28%

%38.46
%30.26
%31.28

CMYK color model

#4B3B3D color CMYK value is (0,21,19,71).

  • cyan value is 0.00%
  • magenta value is 21.33%
  • yellow value is 18.67%
  • key color value is 70.59%
CMYK:
(0,21,19,71)
C0M21Y19K71 
(0%,21%,19%,71%)
(0.00/0.21/0.19/0.71)	

CMYK percentages

%0
%21.33
%18.67
%70.59

Codes

Color #4B3B3D in popluar color models

4B3B3D
RGB755961
HSL353°11.94%26.27%
HSB/HSV353°21.33%29.41%
CMYK0.00%21.33%18.67%
70.59%

Color #4B3B3D in popluar number systems.

HEX4B3B3D
Decimal755961
Binary1001011111011111101
Octal1137375

Shades and tints

Shades of #4B3B3D

#4B3B3D
(75,59,61)
#453638
(69,54,56)
#3F3133
(63,49,51)
#392C2E
(57,44,46)
#332729
(51,39,41)
#2D2224
(45,34,36)
#271D1F
(39,29,31)
#21181A
(33,24,26)
#1B1315
(27,19,21)
#150E10
(21,14,16)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #4B3B3D

#4B3B3D
(75,59,61)
#5B4C4E
(91,76,78)
#6B5D5F
(107,93,95)
#7B6E70
(123,110,112)
#8B7F81
(139,127,129)
#9B9092
(155,144,146)
#ABA1A3
(171,161,163)
#BBB2B4
(187,178,180)
#CBC3C5
(203,195,197)
#DBD4D6
(219,212,214)
#EBE5E7
(235,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3B3D; }

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

This text font color is #4B3B3D.


Background Color

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

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

This div background color is #4B3B3D.


Border color

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

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

This div border color is #4B3B3D.


Opacity

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

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

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

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

This text has shadow with #4B3B3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3B3D on black background.


Color preview on white background

This text has color #4B3B3D on white background.



Black color preview on #4B3B3D background

This text has black color on #4B3B3D background.


White color preview on #4B3B3D background

This text has white color on #4B3B3D background.