COLOR #4B171A

HEX: #4B171A
RGB: (75,23,26)

Color info

#4B171A contains red, green and blue colors in about the same proportion. Web safe color of #4B171A is #330000 (or #300).

RGB color model

#4B171A color RGB value is (75,23,26).

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

RGB channels and saturation

R 75 of 255 = 29%
G 23 of 255 = 9%
B 26 of 255 = 10%

75
23
26

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

Portions of RGB colors in percentages

R + G + B =
75 + 23 + 26 = 124 (100%)
R 75 of 124 ~ 60.48%
G 23 of 124 ~ 18.55%
B 26 of 124 ~ 20.97%

%60.48
%18.55
%20.97

CMYK color model

#4B171A color CMYK value is (0,69,65,71).

  • cyan value is 0.00%
  • magenta value is 69.33%
  • yellow value is 65.33%
  • key color value is 70.59%
CMYK:
(0,69,65,71)
C0M69Y65K71 
(0%,69%,65%,71%)
(0.00/0.69/0.65/0.71)	

CMYK percentages

%0
%69.33
%65.33
%70.59

Codes

Color #4B171A in popluar color models

4B171A
RGB752326
HSL357°53.06%19.22%
HSB/HSV357°69.33%29.41%
CMYK0.00%69.33%65.33%
70.59%

Color #4B171A in popluar number systems.

HEX4B171A
Decimal752326
Binary10010111011111010
Octal1132732

Shades and tints

Shades of #4B171A

#4B171A
(75,23,26)
#451518
(69,21,24)
#3F1316
(63,19,22)
#391114
(57,17,20)
#330F12
(51,15,18)
#2D0D10
(45,13,16)
#270B0E
(39,11,14)
#21090C
(33,9,12)
#1B070A
(27,7,10)
#150508
(21,5,8)
#0F0306
(15,3,6)
#000000
(0,0,0)

Tints of #4B171A

#4B171A
(75,23,26)
#5B2C2E
(91,44,46)
#6B4142
(107,65,66)
#7B5656
(123,86,86)
#8B6B6A
(139,107,106)
#9B807E
(155,128,126)
#AB9592
(171,149,146)
#BBAAA6
(187,170,166)
#CBBFBA
(203,191,186)
#DBD4CE
(219,212,206)
#EBE9E2
(235,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B171A; }

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

This text font color is #4B171A.


Background Color

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

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

This div background color is #4B171A.


Border color

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

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

This div border color is #4B171A.


Opacity

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

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

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

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

This text has shadow with #4B171A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B171A on black background.


Color preview on white background

This text has color #4B171A on white background.



Black color preview on #4B171A background

This text has black color on #4B171A background.


White color preview on #4B171A background

This text has white color on #4B171A background.