COLOR #4B1710

HEX: #4B1710
RGB: (75,23,16)

Color info

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

RGB color model

#4B1710 color RGB value is (75,23,16).

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

RGB channels and saturation

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

75
23
16

R + G + B ~ 15%. #4B1710 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 23 + 16 = 114 (100%)
R 75 of 114 ~ 65.79%
G 23 of 114 ~ 20.18%
B 16 of 114 ~ 14.04%

%65.79
%20.18
%14.04

CMYK color model

#4B1710 color CMYK value is (0,69,79,71).

  • cyan value is 0.00%
  • magenta value is 69.33%
  • yellow value is 78.67%
  • key color value is 70.59%
CMYK:
(0,69,79,71)
C0M69Y79K71 
(0%,69%,79%,71%)
(0.00/0.69/0.79/0.71)	

CMYK percentages

%0
%69.33
%78.67
%70.59

Codes

Color #4B1710 in popluar color models

4B1710
RGB752316
HSL64.84%17.84%
HSB/HSV78.67%29.41%
CMYK0.00%69.33%78.67%
70.59%

Color #4B1710 in popluar number systems.

HEX4B1710
Decimal752316
Binary10010111011110000
Octal1132720

Shades and tints

Shades of #4B1710

#4B1710
(75,23,16)
#45150F
(69,21,15)
#3F130E
(63,19,14)
#39110D
(57,17,13)
#330F0C
(51,15,12)
#2D0D0B
(45,13,11)
#270B0A
(39,11,10)
#210909
(33,9,9)
#1B0708
(27,7,8)
#150507
(21,5,7)
#0F0306
(15,3,6)
#000000
(0,0,0)

Tints of #4B1710

#4B1710
(75,23,16)
#5B2C25
(91,44,37)
#6B413A
(107,65,58)
#7B564F
(123,86,79)
#8B6B64
(139,107,100)
#9B8079
(155,128,121)
#AB958E
(171,149,142)
#BBAAA3
(187,170,163)
#CBBFB8
(203,191,184)
#DBD4CD
(219,212,205)
#EBE9E2
(235,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1710; }

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

This text font color is #4B1710.


Background Color

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

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

This div background color is #4B1710.


Border color

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

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

This div border color is #4B1710.


Opacity

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

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

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

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

This text has shadow with #4B1710 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1710 on black background.


Color preview on white background

This text has color #4B1710 on white background.



Black color preview on #4B1710 background

This text has black color on #4B1710 background.


White color preview on #4B1710 background

This text has white color on #4B1710 background.