COLOR #4B231F

HEX: #4B231F RGB: (75,35,31)

Color info

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

RGB color model

#4B231F color RGB value is (75,35,31).

RGB: (75,35,31) (29%, 14%, 12%)

RGB channels and saturation

R 75 of 255 = 29%
G 35 of 255 = 14%
B 31 of 255 = 12%

75
35
31

R + G + B ~ 18%. #4B231F is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 35 + 31 = 141 (100%)
R 75 of 141 ~ 53.19%
G 35 of 141 ~ 24.82%
B 31 of 141 ~ 21.99'%

%53.19
%24.82
%21.99

CMYK color model

#4B231F color CMYK value is (0,53,59,71).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 58.67%
  • key color value is 70.59%
CMYK: (0,53,59,71) C0M53Y59K71 (0%,53%,59%,71%) (0.00/0.53/0.59/0.71) 

CMYK percentages

%0
%53.33
%58.67
%70.59

Codes

Color #4B231F in popluar color models

4B 23 1F
RGB 75 35 31
HSL 41.51% 20.78%
HSB/HSV 58.67% 29.41%
CMYK 0.00% 53.33% 58.67%
70.59%

Color #4B231F in popluar number systems.

HEX 4B 23 1F
Decimal 75 35 31
Binary 1001011 100011 11111
Octal 113 43 37

Shades and tints

Shades of #4B231F

#4B231F
(75,35,31)
#45201D
(69,32,29)
#3F1D1B
(63,29,27)
#391A19
(57,26,25)
#331717
(51,23,23)
#2D1415
(45,20,21)
#271113
(39,17,19)
#210E11
(33,14,17)
#1B0B0F
(27,11,15)
#15080D
(21,8,13)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #4B231F

#4B231F
(75,35,31)
#5B3733
(91,55,51)
#6B4B47
(107,75,71)
#7B5F5B
(123,95,91)
#8B736F
(139,115,111)
#9B8783
(155,135,131)
#AB9B97
(171,155,151)
#BBAFAB
(187,175,171)
#CBC3BF
(203,195,191)
#DBD7D3
(219,215,211)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B231F; }

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

This text font color is #4B231F.

Background Color

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

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

This div background color is #4B231F.

Border color

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

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

This div border color is #4B231F.

Opacity

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

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

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

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

This text has shadow with #4B231F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B231F.

Preview

Color preview on black background

This text has color #4B231F on black background.


Color preview on white background

This text has color #4B231F on white background.


Black color preview on #4B231F background

This text has black color on #4B231F background.


White color preview on #4B231F background

This text has white color on #4B231F background.


Related colors

Complementary color

Complementary color for #hex is #B4DCE0.


I love getcolorcode.com

Triadic colors

1 #1F4B23 and #231F4B with #4B231F are triadic colors.

2 #1F234B and #234B1F with #4B231F are triadic colors.