COLOR #75301B

HEX: #75301B
RGB: (117,48,27)

Color info

#75301B contains mainly red color. Web safe color of #75301B is #663333 (or #633).

RGB color model

#75301B color RGB value is (117,48,27).

  • red value is 117;
  • green value is 48;
  • blue value is 27.
RGB:
(117,48,27)
(46%,19%,11%)

RGB channels and saturation

R 117 of 255 = 46%
G 48 of 255 = 19%
B 27 of 255 = 11%

117
48
27

R + G + B ~ 25%. #75301B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 48 + 27 = 192 (100%)
R 117 of 192 ~ 60.94%
G 48 of 192 ~ 25%
B 27 of 192 ~ 14.06%

%60.94
%25
%14.06

CMYK color model

#75301B color CMYK value is (0,59,77,54).

  • cyan value is 0.00%
  • magenta value is 58.97%
  • yellow value is 76.92%
  • key color value is 54.12%
CMYK:
(0,59,77,54)
C0M59Y77K54 
(0%,59%,77%,54%)
(0.00/0.59/0.77/0.54)	

CMYK percentages

%0
%58.97
%76.92
%54.12

Codes

Color #75301B in popluar color models

75301B
RGB1174827
HSL14°62.50%28.24%
HSB/HSV14°76.92%45.88%
CMYK0.00%58.97%76.92%
54.12%

Color #75301B in popluar number systems.

HEX75301B
Decimal1174827
Binary111010111000011011
Octal1656033

Shades and tints

Shades of #75301B

#75301B
(117,48,27)
#6B2C19
(107,44,25)
#612817
(97,40,23)
#572415
(87,36,21)
#4D2013
(77,32,19)
#431C11
(67,28,17)
#39180F
(57,24,15)
#2F140D
(47,20,13)
#25100B
(37,16,11)
#1B0C09
(27,12,9)
#110807
(17,8,7)
#000000
(0,0,0)

Tints of #75301B

#75301B
(117,48,27)
#81422F
(129,66,47)
#8D5443
(141,84,67)
#996657
(153,102,87)
#A5786B
(165,120,107)
#B18A7F
(177,138,127)
#BD9C93
(189,156,147)
#C9AEA7
(201,174,167)
#D5C0BB
(213,192,187)
#E1D2CF
(225,210,207)
#EDE4E3
(237,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75301B color. Also use rgb(117,48,27) instead hex code.

Text Font Color

.myTextColor { color: #75301B; }

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

This text font color is #75301B.


Background Color

.myBgColor { background-color: #75301B; }

<div style="background-color:#75301B">Inner text</div>

This div background color is #75301B.


Border color

.myBorderColor { border: 1px solid #75301B; }

<div style="border:3px solid #75301B">Div</div>

This div border color is #75301B.


Opacity

.myOpacity80 { color: #75301B; opacity: 0.8; }

<p style="color:#75301B;opacity:0.8;">80%</p>

Text with #75301B 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 #75301B;}

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

This text has shadow with #75301B color.

.textShadow {text-shadow: 3px 3px 1px #75301B, 3px 3px 1px red;}

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

This text has shadow with #75301B primary color and red secondary color.


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

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

This text has shadow with #75301B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75301B on black background.


Color preview on white background

This text has color #75301B on white background.



Black color preview on #75301B background

This text has black color on #75301B background.


White color preview on #75301B background

This text has white color on #75301B background.