COLOR #4B161E

HEX: #4B161E
RGB: (75,22,30)

Color info

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

RGB color model

#4B161E color RGB value is (75,22,30).

  • red value is 75;
  • green value is 22;
  • blue value is 30.
RGB:
(75,22,30)
(29%,9%,12%)

RGB channels and saturation

R 75 of 255 = 29%
G 22 of 255 = 9%
B 30 of 255 = 12%

75
22
30

R + G + B ~ 17%. #4B161E is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 22 + 30 = 127 (100%)
R 75 of 127 ~ 59.06%
G 22 of 127 ~ 17.32%
B 30 of 127 ~ 23.62%

%59.06
%17.32
%23.62

CMYK color model

#4B161E color CMYK value is (0,71,60,71).

  • cyan value is 0.00%
  • magenta value is 70.67%
  • yellow value is 60.00%
  • key color value is 70.59%
CMYK:
(0,71,60,71)
C0M71Y60K71 
(0%,71%,60%,71%)
(0.00/0.71/0.60/0.71)	

CMYK percentages

%0
%70.67
%60
%70.59

Codes

Color #4B161E in popluar color models

4B161E
RGB752230
HSL351°54.64%19.02%
HSB/HSV351°70.67%29.41%
CMYK0.00%70.67%60.00%
70.59%

Color #4B161E in popluar number systems.

HEX4B161E
Decimal752230
Binary10010111011011110
Octal1132636

Shades and tints

Shades of #4B161E

#4B161E
(75,22,30)
#45141C
(69,20,28)
#3F121A
(63,18,26)
#391018
(57,16,24)
#330E16
(51,14,22)
#2D0C14
(45,12,20)
#270A12
(39,10,18)
#210810
(33,8,16)
#1B060E
(27,6,14)
#15040C
(21,4,12)
#0F020A
(15,2,10)
#000000
(0,0,0)

Tints of #4B161E

#4B161E
(75,22,30)
#5B2B32
(91,43,50)
#6B4046
(107,64,70)
#7B555A
(123,85,90)
#8B6A6E
(139,106,110)
#9B7F82
(155,127,130)
#AB9496
(171,148,150)
#BBA9AA
(187,169,170)
#CBBEBE
(203,190,190)
#DBD3D2
(219,211,210)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B161E color. Also use rgb(75,22,30) instead hex code.

Text Font Color

.myTextColor { color: #4B161E; }

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

This text font color is #4B161E.


Background Color

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

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

This div background color is #4B161E.


Border color

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

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

This div border color is #4B161E.


Opacity

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

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

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

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

This text has shadow with #4B161E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B161E on black background.


Color preview on white background

This text has color #4B161E on white background.



Black color preview on #4B161E background

This text has black color on #4B161E background.


White color preview on #4B161E background

This text has white color on #4B161E background.