COLOR #75371E

HEX: #75371E
RGB: (117,55,30)

Color info

#75371E contains mainly red color. Web safe color of #75371E is #663333 (or #633).

RGB color model

#75371E color RGB value is (117,55,30).

  • red value is 117;
  • green value is 55;
  • blue value is 30.
RGB:
(117,55,30)
(46%,22%,12%)

RGB channels and saturation

R 117 of 255 = 46%
G 55 of 255 = 22%
B 30 of 255 = 12%

117
55
30

R + G + B ~ 27%. #75371E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 55 + 30 = 202 (100%)
R 117 of 202 ~ 57.92%
G 55 of 202 ~ 27.23%
B 30 of 202 ~ 14.85%

%57.92
%27.23
%14.85

CMYK color model

#75371E color CMYK value is (0,53,74,54).

  • cyan value is 0.00%
  • magenta value is 52.99%
  • yellow value is 74.36%
  • key color value is 54.12%
CMYK:
(0,53,74,54)
C0M53Y74K54 
(0%,53%,74%,54%)
(0.00/0.53/0.74/0.54)	

CMYK percentages

%0
%52.99
%74.36
%54.12

Codes

Color #75371E in popluar color models

75371E
RGB1175530
HSL17°59.18%28.82%
HSB/HSV17°74.36%45.88%
CMYK0.00%52.99%74.36%
54.12%

Color #75371E in popluar number systems.

HEX75371E
Decimal1175530
Binary111010111011111110
Octal1656736

Shades and tints

Shades of #75371E

#75371E
(117,55,30)
#6B321C
(107,50,28)
#612D1A
(97,45,26)
#572818
(87,40,24)
#4D2316
(77,35,22)
#431E14
(67,30,20)
#391912
(57,25,18)
#2F1410
(47,20,16)
#250F0E
(37,15,14)
#1B0A0C
(27,10,12)
#11050A
(17,5,10)
#000000
(0,0,0)

Tints of #75371E

#75371E
(117,55,30)
#814932
(129,73,50)
#8D5B46
(141,91,70)
#996D5A
(153,109,90)
#A57F6E
(165,127,110)
#B19182
(177,145,130)
#BDA396
(189,163,150)
#C9B5AA
(201,181,170)
#D5C7BE
(213,199,190)
#E1D9D2
(225,217,210)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75371E color. Also use rgb(117,55,30) instead hex code.

Text Font Color

.myTextColor { color: #75371E; }

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

This text font color is #75371E.


Background Color

.myBgColor { background-color: #75371E; }

<div style="background-color:#75371E">Inner text</div>

This div background color is #75371E.


Border color

.myBorderColor { border: 1px solid #75371E; }

<div style="border:3px solid #75371E">Div</div>

This div border color is #75371E.


Opacity

.myOpacity80 { color: #75371E; opacity: 0.8; }

<p style="color:#75371E;opacity:0.8;">80%</p>

Text with #75371E 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 #75371E;}

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

This text has shadow with #75371E color.

.textShadow {text-shadow: 3px 3px 1px #75371E, 3px 3px 1px red;}

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

This text has shadow with #75371E primary color and red secondary color.


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

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

This text has shadow with #75371E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75371E on black background.


Color preview on white background

This text has color #75371E on white background.



Black color preview on #75371E background

This text has black color on #75371E background.


White color preview on #75371E background

This text has white color on #75371E background.