COLOR #4B3023

HEX: #4B3023 RGB: (75,48,35)

Color info

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

RGB color model

#4B3023 color RGB value is (75,48,35).

RGB: (75,48,35) (29%, 19%, 14%)

RGB channels and saturation

R 75 of 255 = 29%
G 48 of 255 = 19%
B 35 of 255 = 14%

75
48
35

R + G + B ~ 21%. #4B3023 is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 48 + 35 = 158 (100%)
R 75 of 158 ~ 47.47%
G 48 of 158 ~ 30.38%
B 35 of 158 ~ 22.15'%

%47.47
%30.38
%22.15

CMYK color model

#4B3023 color CMYK value is (0,36,53,71).

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

CMYK: (0,36,53,71)
C0M36Y53K71 (0%, 36%, 53%, 71%)
(0.00 / 0.36 / 0.53 / 0.71)

CMYK percentages

%0
%36
%53.33
%70.59

Codes

Color #4B3023 in popluar color models

4B 30 23
RGB 75 48 35
HSL 20° 36.36% 21.57%
HSB/HSV 20° 53.33% 29.41%
CMYK 0.00% 36.00% 53.33%
70.59%

Color #4B3023 in popluar number systems.

HEX 4B 30 23
Decimal 75 48 35
Binary 1001011 110000 100011
Octal 113 60 43

Shades and tints

Shades of #4B3023

#4B3023
(75,48,35)
#452C20
(69,44,32)
#3F281D
(63,40,29)
#39241A
(57,36,26)
#332017
(51,32,23)
#2D1C14
(45,28,20)
#271811
(39,24,17)
#21140E
(33,20,14)
#1B100B
(27,16,11)
#150C08
(21,12,8)
#0F0805
(15,8,5)
#000000
(0,0,0)

Tints of #4B3023

#4B3023
(75,48,35)
#5B4237
(91,66,55)
#6B544B
(107,84,75)
#7B665F
(123,102,95)
#8B7873
(139,120,115)
#9B8A87
(155,138,135)
#AB9C9B
(171,156,155)
#BBAEAF
(187,174,175)
#CBC0C3
(203,192,195)
#DBD2D7
(219,210,215)
#EBE4EB
(235,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3023; }

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

This text font color is #4B3023.

Background Color

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

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

This div background color is #4B3023.

Border color

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

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

This div border color is #4B3023.

Opacity

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

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

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

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

This text has shadow with #4B3023 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3023.

Preview

Color preview on black background

This text has color #4B3023 on black background.


Color preview on white background

This text has color #4B3023 on white background.


Black color preview on #4B3023 background

This text has black color on #4B3023 background.


White color preview on #4B3023 background

This text has white color on #4B3023 background.


Related colors

Complementary color

Complementary color for #hex is #B4CFDC.


I love getcolorcode.com

Triadic colors

1 #234B30 and #30234B with #4B3023 are triadic colors.

2 #23304B and #304B23 with #4B3023 are triadic colors.