COLOR #4B3630

HEX: #4B3630
RGB: (75,54,48)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
54
48

R + G + B ~ 23%. #4B3630 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 54 + 48 = 177 (100%)
R 75 of 177 ~ 42.37%
G 54 of 177 ~ 30.51%
B 48 of 177 ~ 27.12%

%42.37
%30.51
%27.12

CMYK color model

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

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

CMYK percentages

%0
%28
%36
%70.59

Codes

Color #4B3630 in popluar color models

4B3630
RGB755448
HSL13°21.95%24.12%
HSB/HSV13°36.00%29.41%
CMYK0.00%28.00%36.00%
70.59%

Color #4B3630 in popluar number systems.

HEX4B3630
Decimal755448
Binary1001011110110110000
Octal1136660

Shades and tints

Shades of #4B3630

#4B3630
(75,54,48)
#45322C
(69,50,44)
#3F2E28
(63,46,40)
#392A24
(57,42,36)
#332620
(51,38,32)
#2D221C
(45,34,28)
#271E18
(39,30,24)
#211A14
(33,26,20)
#1B1610
(27,22,16)
#15120C
(21,18,12)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #4B3630

#4B3630
(75,54,48)
#5B4842
(91,72,66)
#6B5A54
(107,90,84)
#7B6C66
(123,108,102)
#8B7E78
(139,126,120)
#9B908A
(155,144,138)
#ABA29C
(171,162,156)
#BBB4AE
(187,180,174)
#CBC6C0
(203,198,192)
#DBD8D2
(219,216,210)
#EBEAE4
(235,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3630; }

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

This text font color is #4B3630.


Background Color

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

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

This div background color is #4B3630.


Border color

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

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

This div border color is #4B3630.


Opacity

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

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

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

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

This text has shadow with #4B3630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3630 on black background.


Color preview on white background

This text has color #4B3630 on white background.



Black color preview on #4B3630 background

This text has black color on #4B3630 background.


White color preview on #4B3630 background

This text has white color on #4B3630 background.