COLOR #4B3B23

HEX: #4B3B23 RGB: (75,59,35)

Color info

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

RGB color model

#4B3B23 color RGB value is (75,59,35).

RGB: (75,59,35) (29%, 23%, 14%)

RGB channels and saturation

R 75 of 255 = 29%
G 59 of 255 = 23%
B 35 of 255 = 14%

75
59
35

R + G + B ~ 22%. #4B3B23 is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 59 + 35 = 169 (100%)
R 75 of 169 ~ 44.38%
G 59 of 169 ~ 34.91%
B 35 of 169 ~ 20.71'%

%44.38
%34.91
%20.71

CMYK color model

#4B3B23 color CMYK value is (0,21,53,71).

  • cyan value is 0.00%
  • magenta value is 21.33%
  • yellow value is 53.33%
  • key color value is 70.59%

CMYK: (0,21,53,71)
C0M21Y53K71 (0%, 21%, 53%, 71%)
(0.00 / 0.21 / 0.53 / 0.71)

CMYK percentages

%0
%21.33
%53.33
%70.59

Codes

Color #4B3B23 in popluar color models

4B 3B 23
RGB 75 59 35
HSL 36° 36.36% 21.57%
HSB/HSV 36° 53.33% 29.41%
CMYK 0.00% 21.33% 53.33%
70.59%

Color #4B3B23 in popluar number systems.

HEX 4B 3B 23
Decimal 75 59 35
Binary 1001011 111011 100011
Octal 113 73 43

Shades and tints

Shades of #4B3B23

#4B3B23
(75,59,35)
#453620
(69,54,32)
#3F311D
(63,49,29)
#392C1A
(57,44,26)
#332717
(51,39,23)
#2D2214
(45,34,20)
#271D11
(39,29,17)
#21180E
(33,24,14)
#1B130B
(27,19,11)
#150E08
(21,14,8)
#0F0905
(15,9,5)
#000000
(0,0,0)

Tints of #4B3B23

#4B3B23
(75,59,35)
#5B4C37
(91,76,55)
#6B5D4B
(107,93,75)
#7B6E5F
(123,110,95)
#8B7F73
(139,127,115)
#9B9087
(155,144,135)
#ABA19B
(171,161,155)
#BBB2AF
(187,178,175)
#CBC3C3
(203,195,195)
#DBD4D7
(219,212,215)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3B23; }

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

This text font color is #4B3B23.

Background Color

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

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

This div background color is #4B3B23.

Border color

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

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

This div border color is #4B3B23.

Opacity

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

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

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

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

This text has shadow with #4B3B23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3B23.

Preview

Color preview on black background

This text has color #4B3B23 on black background.


Color preview on white background

This text has color #4B3B23 on white background.


Black color preview on #4B3B23 background

This text has black color on #4B3B23 background.


White color preview on #4B3B23 background

This text has white color on #4B3B23 background.


Related colors

Complementary color

Complementary color for #hex is #B4C4DC.


I love getcolorcode.com

Triadic colors

1 #234B3B and #3B234B with #4B3B23 are triadic colors.

2 #233B4B and #3B4B23 with #4B3B23 are triadic colors.