COLOR #4B3642

HEX: #4B3642
RGB: (75,54,66)

Color info

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

RGB color model

#4B3642 color RGB value is (75,54,66).

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

RGB channels and saturation

R 75 of 255 = 29%
G 54 of 255 = 21%
B 66 of 255 = 26%

75
54
66

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

Portions of RGB colors in percentages

R + G + B =
75 + 54 + 66 = 195 (100%)
R 75 of 195 ~ 38.46%
G 54 of 195 ~ 27.69%
B 66 of 195 ~ 33.85%

%38.46
%27.69
%33.85

CMYK color model

#4B3642 color CMYK value is (0,28,12,71).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 12.00%
  • key color value is 70.59%
CMYK:
(0,28,12,71)
C0M28Y12K71 
(0%,28%,12%,71%)
(0.00/0.28/0.12/0.71)	

CMYK percentages

%0
%28
%12
%70.59

Codes

Color #4B3642 in popluar color models

4B3642
RGB755466
HSL326°16.28%25.29%
HSB/HSV326°28.00%29.41%
CMYK0.00%28.00%12.00%
70.59%

Color #4B3642 in popluar number systems.

HEX4B3642
Decimal755466
Binary10010111101101000010
Octal11366102

Shades and tints

Shades of #4B3642

#4B3642
(75,54,66)
#45323C
(69,50,60)
#3F2E36
(63,46,54)
#392A30
(57,42,48)
#33262A
(51,38,42)
#2D2224
(45,34,36)
#271E1E
(39,30,30)
#211A18
(33,26,24)
#1B1612
(27,22,18)
#15120C
(21,18,12)
#0F0E06
(15,14,6)
#000000
(0,0,0)

Tints of #4B3642

#4B3642
(75,54,66)
#5B4853
(91,72,83)
#6B5A64
(107,90,100)
#7B6C75
(123,108,117)
#8B7E86
(139,126,134)
#9B9097
(155,144,151)
#ABA2A8
(171,162,168)
#BBB4B9
(187,180,185)
#CBC6CA
(203,198,202)
#DBD8DB
(219,216,219)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3642; }

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

This text font color is #4B3642.


Background Color

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

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

This div background color is #4B3642.


Border color

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

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

This div border color is #4B3642.


Opacity

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

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

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

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

This text has shadow with #4B3642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3642 on black background.


Color preview on white background

This text has color #4B3642 on white background.



Black color preview on #4B3642 background

This text has black color on #4B3642 background.


White color preview on #4B3642 background

This text has white color on #4B3642 background.