COLOR #4B3833

HEX: #4B3833 RGB: (75,56,51)

Color info

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

RGB color model

#4B3833 color RGB value is (75,56,51).

RGB: (75,56,51) (29%, 22%, 20%)

RGB channels and saturation

R 75 of 255 = 29%
G 56 of 255 = 22%
B 51 of 255 = 20%

75
56
51

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

Portions of RGB colors in percentages

R + G + B = 75 + 56 + 51 = 182 (100%)
R 75 of 182 ~ 41.21%
G 56 of 182 ~ 30.77%
B 51 of 182 ~ 28.02'%

%41.21
%30.77
%28.02

CMYK color model

#4B3833 color CMYK value is (0,25,32,71).

  • cyan value is 0.00%
  • magenta value is 25.33%
  • yellow value is 32.00%
  • key color value is 70.59%
CMYK: (0,25,32,71) C0M25Y32K71 (0%,25%,32%,71%) (0.00/0.25/0.32/0.71) 

CMYK percentages

%0
%25.33
%32
%70.59

Codes

Color #4B3833 in popluar color models

4B 38 33
RGB 75 56 51
HSL 13° 19.05% 24.71%
HSB/HSV 13° 32.00% 29.41%
CMYK 0.00% 25.33% 32.00%
70.59%

Color #4B3833 in popluar number systems.

HEX 4B 38 33
Decimal 75 56 51
Binary 1001011 111000 110011
Octal 113 70 63

Shades and tints

Shades of #4B3833

#4B3833
(75,56,51)
#45332F
(69,51,47)
#3F2E2B
(63,46,43)
#392927
(57,41,39)
#332423
(51,36,35)
#2D1F1F
(45,31,31)
#271A1B
(39,26,27)
#211517
(33,21,23)
#1B1013
(27,16,19)
#150B0F
(21,11,15)
#0F060B
(15,6,11)
#000000
(0,0,0)

Tints of #4B3833

#4B3833
(75,56,51)
#5B4A45
(91,74,69)
#6B5C57
(107,92,87)
#7B6E69
(123,110,105)
#8B807B
(139,128,123)
#9B928D
(155,146,141)
#ABA49F
(171,164,159)
#BBB6B1
(187,182,177)
#CBC8C3
(203,200,195)
#DBDAD5
(219,218,213)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3833 color. Also use rgb(75,56,51) instead hex code.

Text Font Color

.myTextColor { color: #4B3833; }

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

This text font color is #4B3833.

Background Color

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

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

This div background color is #4B3833.

Border color

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

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

This div border color is #4B3833.

Opacity

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

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

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

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

This text has shadow with #4B3833 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3833.

Preview

Color preview on black background

This text has color #4B3833 on black background.


Color preview on white background

This text has color #4B3833 on white background.


Black color preview on #4B3833 background

This text has black color on #4B3833 background.


White color preview on #4B3833 background

This text has white color on #4B3833 background.


Related colors

Complementary color

Complementary color for #hex is #B4C7CC.


I love getcolorcode.com

Triadic colors

1 #334B38 and #38334B with #4B3833 are triadic colors.

2 #33384B and #384B33 with #4B3833 are triadic colors.