COLOR #4B1C17

HEX: #4B1C17
RGB: (75,28,23)

Color info

#4B1C17 contains red, green and blue colors in about the same proportion. Web safe color of #4B1C17 is #333300 (or #330).

RGB color model

#4B1C17 color RGB value is (75,28,23).

  • red value is 75;
  • green value is 28;
  • blue value is 23.
RGB:
(75,28,23)
(29%,11%,9%)

RGB channels and saturation

R 75 of 255 = 29%
G 28 of 255 = 11%
B 23 of 255 = 9%

75
28
23

R + G + B ~ 16%. #4B1C17 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 28 + 23 = 126 (100%)
R 75 of 126 ~ 59.52%
G 28 of 126 ~ 22.22%
B 23 of 126 ~ 18.25%

%59.52
%22.22
%18.25

CMYK color model

#4B1C17 color CMYK value is (0,63,69,71).

  • cyan value is 0.00%
  • magenta value is 62.67%
  • yellow value is 69.33%
  • key color value is 70.59%
CMYK:
(0,63,69,71)
C0M63Y69K71 
(0%,63%,69%,71%)
(0.00/0.63/0.69/0.71)	

CMYK percentages

%0
%62.67
%69.33
%70.59

Codes

Color #4B1C17 in popluar color models

4B1C17
RGB752823
HSL53.06%19.22%
HSB/HSV69.33%29.41%
CMYK0.00%62.67%69.33%
70.59%

Color #4B1C17 in popluar number systems.

HEX4B1C17
Decimal752823
Binary10010111110010111
Octal1133427

Shades and tints

Shades of #4B1C17

#4B1C17
(75,28,23)
#451A15
(69,26,21)
#3F1813
(63,24,19)
#391611
(57,22,17)
#33140F
(51,20,15)
#2D120D
(45,18,13)
#27100B
(39,16,11)
#210E09
(33,14,9)
#1B0C07
(27,12,7)
#150A05
(21,10,5)
#0F0803
(15,8,3)
#000000
(0,0,0)

Tints of #4B1C17

#4B1C17
(75,28,23)
#5B302C
(91,48,44)
#6B4441
(107,68,65)
#7B5856
(123,88,86)
#8B6C6B
(139,108,107)
#9B8080
(155,128,128)
#AB9495
(171,148,149)
#BBA8AA
(187,168,170)
#CBBCBF
(203,188,191)
#DBD0D4
(219,208,212)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1C17 color. Also use rgb(75,28,23) instead hex code.

Text Font Color

.myTextColor { color: #4B1C17; }

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

This text font color is #4B1C17.


Background Color

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

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

This div background color is #4B1C17.


Border color

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

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

This div border color is #4B1C17.


Opacity

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

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

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

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

This text has shadow with #4B1C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1C17 on black background.


Color preview on white background

This text has color #4B1C17 on white background.



Black color preview on #4B1C17 background

This text has black color on #4B1C17 background.


White color preview on #4B1C17 background

This text has white color on #4B1C17 background.