COLOR #4B172A

HEX: #4B172A
RGB: (75,23,42)

Color info

#4B172A contains red, green and blue colors in about the same proportion. Web safe color of #4B172A is #330033 (or #303).

RGB color model

#4B172A color RGB value is (75,23,42).

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

RGB channels and saturation

R 75 of 255 = 29%
G 23 of 255 = 9%
B 42 of 255 = 16%

75
23
42

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

Portions of RGB colors in percentages

R + G + B =
75 + 23 + 42 = 140 (100%)
R 75 of 140 ~ 53.57%
G 23 of 140 ~ 16.43%
B 42 of 140 ~ 30%

%53.57
%16.43
%30

CMYK color model

#4B172A color CMYK value is (0,69,44,71).

  • cyan value is 0.00%
  • magenta value is 69.33%
  • yellow value is 44.00%
  • key color value is 70.59%
CMYK:
(0,69,44,71)
C0M69Y44K71 
(0%,69%,44%,71%)
(0.00/0.69/0.44/0.71)	

CMYK percentages

%0
%69.33
%44
%70.59

Codes

Color #4B172A in popluar color models

4B172A
RGB752342
HSL338°53.06%19.22%
HSB/HSV338°69.33%29.41%
CMYK0.00%69.33%44.00%
70.59%

Color #4B172A in popluar number systems.

HEX4B172A
Decimal752342
Binary100101110111101010
Octal1132752

Shades and tints

Shades of #4B172A

#4B172A
(75,23,42)
#451527
(69,21,39)
#3F1324
(63,19,36)
#391121
(57,17,33)
#330F1E
(51,15,30)
#2D0D1B
(45,13,27)
#270B18
(39,11,24)
#210915
(33,9,21)
#1B0712
(27,7,18)
#15050F
(21,5,15)
#0F030C
(15,3,12)
#000000
(0,0,0)

Tints of #4B172A

#4B172A
(75,23,42)
#5B2C3D
(91,44,61)
#6B4150
(107,65,80)
#7B5663
(123,86,99)
#8B6B76
(139,107,118)
#9B8089
(155,128,137)
#AB959C
(171,149,156)
#BBAAAF
(187,170,175)
#CBBFC2
(203,191,194)
#DBD4D5
(219,212,213)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B172A; }

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

This text font color is #4B172A.


Background Color

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

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

This div background color is #4B172A.


Border color

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

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

This div border color is #4B172A.


Opacity

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

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

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

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

This text has shadow with #4B172A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B172A on black background.


Color preview on white background

This text has color #4B172A on white background.



Black color preview on #4B172A background

This text has black color on #4B172A background.


White color preview on #4B172A background

This text has white color on #4B172A background.