COLOR #4B1F23

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

Color info

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

RGB color model

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

  • red value is 75;
  • green value is 31;
  • blue value is 35.
RGB:
(75,31,35)
(29%,12%,14%)

RGB channels and saturation

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

75
31
35

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

Portions of RGB colors in percentages

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

%53.19
%21.99
%24.82

CMYK color model

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

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

CMYK percentages

%0
%58.67
%53.33
%70.59

Codes

Color #4B1F23 in popluar color models

4B1F23
RGB753135
HSL355°41.51%20.78%
HSB/HSV355°58.67%29.41%
CMYK0.00%58.67%53.33%
70.59%

Color #4B1F23 in popluar number systems.

HEX4B1F23
Decimal753135
Binary100101111111100011
Octal1133743

Shades and tints

Shades of #4B1F23

#4B1F23
(75,31,35)
#451D20
(69,29,32)
#3F1B1D
(63,27,29)
#39191A
(57,25,26)
#331717
(51,23,23)
#2D1514
(45,21,20)
#271311
(39,19,17)
#21110E
(33,17,14)
#1B0F0B
(27,15,11)
#150D08
(21,13,8)
#0F0B05
(15,11,5)
#000000
(0,0,0)

Tints of #4B1F23

#4B1F23
(75,31,35)
#5B3337
(91,51,55)
#6B474B
(107,71,75)
#7B5B5F
(123,91,95)
#8B6F73
(139,111,115)
#9B8387
(155,131,135)
#AB979B
(171,151,155)
#BBABAF
(187,171,175)
#CBBFC3
(203,191,195)
#DBD3D7
(219,211,215)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1F23; }

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

This text font color is #4B1F23.


Background Color

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

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

This div background color is #4B1F23.


Border color

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

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

This div border color is #4B1F23.


Opacity

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

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

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

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

This text has shadow with #4B1F23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1F23 on black background.


Color preview on white background

This text has color #4B1F23 on white background.



Black color preview on #4B1F23 background

This text has black color on #4B1F23 background.


White color preview on #4B1F23 background

This text has white color on #4B1F23 background.