COLOR #4B3F23

HEX: #4B3F23 RGB: (75,63,35)

Color info

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

RGB color model

#4B3F23 color RGB value is (75,63,35).

RGB: (75,63,35) (29%, 25%, 14%)

RGB channels and saturation

R 75 of 255 = 29%
G 63 of 255 = 25%
B 35 of 255 = 14%

75
63
35

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

Portions of RGB colors in percentages

R + G + B = 75 + 63 + 35 = 173 (100%)
R 75 of 173 ~ 43.35%
G 63 of 173 ~ 36.42%
B 35 of 173 ~ 20.23'%

%43.35
%36.42
%20.23

CMYK color model

#4B3F23 color CMYK value is (0,16,53,71).

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

CMYK: (0,16,53,71)
C0M16Y53K71 (0%, 16%, 53%, 71%)
(0.00 / 0.16 / 0.53 / 0.71)

CMYK percentages

%0
%16
%53.33
%70.59

Codes

Color #4B3F23 in popluar color models

4B 3F 23
RGB 75 63 35
HSL 42° 36.36% 21.57%
HSB/HSV 42° 53.33% 29.41%
CMYK 0.00% 16.00% 53.33%
70.59%

Color #4B3F23 in popluar number systems.

HEX 4B 3F 23
Decimal 75 63 35
Binary 1001011 111111 100011
Octal 113 77 43

Shades and tints

Shades of #4B3F23

#4B3F23
(75,63,35)
#453A20
(69,58,32)
#3F351D
(63,53,29)
#39301A
(57,48,26)
#332B17
(51,43,23)
#2D2614
(45,38,20)
#272111
(39,33,17)
#211C0E
(33,28,14)
#1B170B
(27,23,11)
#151208
(21,18,8)
#0F0D05
(15,13,5)
#000000
(0,0,0)

Tints of #4B3F23

#4B3F23
(75,63,35)
#5B5037
(91,80,55)
#6B614B
(107,97,75)
#7B725F
(123,114,95)
#8B8373
(139,131,115)
#9B9487
(155,148,135)
#ABA59B
(171,165,155)
#BBB6AF
(187,182,175)
#CBC7C3
(203,199,195)
#DBD8D7
(219,216,215)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3F23; }

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

This text font color is #4B3F23.

Background Color

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

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

This div background color is #4B3F23.

Border color

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

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

This div border color is #4B3F23.

Opacity

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

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

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

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

This text has shadow with #4B3F23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3F23.

Preview

Color preview on black background

This text has color #4B3F23 on black background.


Color preview on white background

This text has color #4B3F23 on white background.


Black color preview on #4B3F23 background

This text has black color on #4B3F23 background.


White color preview on #4B3F23 background

This text has white color on #4B3F23 background.


Related colors

Complementary color

Complementary color for #hex is #B4C0DC.


I love getcolorcode.com

Triadic colors

1 #234B3F and #3F234B with #4B3F23 are triadic colors.

2 #233F4B and #3F4B23 with #4B3F23 are triadic colors.