COLOR #4B413B

HEX: #4B413B
RGB: (75,65,59)

Color info

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

RGB color model

#4B413B color RGB value is (75,65,59).

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

RGB channels and saturation

R 75 of 255 = 29%
G 65 of 255 = 25%
B 59 of 255 = 23%

75
65
59

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

Portions of RGB colors in percentages

R + G + B =
75 + 65 + 59 = 199 (100%)
R 75 of 199 ~ 37.69%
G 65 of 199 ~ 32.66%
B 59 of 199 ~ 29.65%

%37.69
%32.66
%29.65

CMYK color model

#4B413B color CMYK value is (0,13,21,71).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 21.33%
  • key color value is 70.59%
CMYK:
(0,13,21,71)
C0M13Y21K71 
(0%,13%,21%,71%)
(0.00/0.13/0.21/0.71)	

CMYK percentages

%0
%13.33
%21.33
%70.59

Codes

Color #4B413B in popluar color models

4B413B
RGB756559
HSL23°11.94%26.27%
HSB/HSV23°21.33%29.41%
CMYK0.00%13.33%21.33%
70.59%

Color #4B413B in popluar number systems.

HEX4B413B
Decimal756559
Binary10010111000001111011
Octal11310173

Shades and tints

Shades of #4B413B

#4B413B
(75,65,59)
#453C36
(69,60,54)
#3F3731
(63,55,49)
#39322C
(57,50,44)
#332D27
(51,45,39)
#2D2822
(45,40,34)
#27231D
(39,35,29)
#211E18
(33,30,24)
#1B1913
(27,25,19)
#15140E
(21,20,14)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #4B413B

#4B413B
(75,65,59)
#5B524C
(91,82,76)
#6B635D
(107,99,93)
#7B746E
(123,116,110)
#8B857F
(139,133,127)
#9B9690
(155,150,144)
#ABA7A1
(171,167,161)
#BBB8B2
(187,184,178)
#CBC9C3
(203,201,195)
#DBDAD4
(219,218,212)
#EBEBE5
(235,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B413B; }

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

This text font color is #4B413B.


Background Color

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

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

This div background color is #4B413B.


Border color

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

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

This div border color is #4B413B.


Opacity

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

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

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

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

This text has shadow with #4B413B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B413B on black background.


Color preview on white background

This text has color #4B413B on white background.



Black color preview on #4B413B background

This text has black color on #4B413B background.


White color preview on #4B413B background

This text has white color on #4B413B background.