COLOR #75311A

HEX: #75311A
RGB: (117,49,26)

Color info

#75311A contains mainly red color. Web safe color of #75311A is #663300 (or #630).

RGB color model

#75311A color RGB value is (117,49,26).

  • red value is 117;
  • green value is 49;
  • blue value is 26.
RGB:
(117,49,26)
(46%,19%,10%)

RGB channels and saturation

R 117 of 255 = 46%
G 49 of 255 = 19%
B 26 of 255 = 10%

117
49
26

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

Portions of RGB colors in percentages

R + G + B =
117 + 49 + 26 = 192 (100%)
R 117 of 192 ~ 60.94%
G 49 of 192 ~ 25.52%
B 26 of 192 ~ 13.54%

%60.94
%25.52
%13.54

CMYK color model

#75311A color CMYK value is (0,58,78,54).

  • cyan value is 0.00%
  • magenta value is 58.12%
  • yellow value is 77.78%
  • key color value is 54.12%
CMYK:
(0,58,78,54)
C0M58Y78K54 
(0%,58%,78%,54%)
(0.00/0.58/0.78/0.54)	

CMYK percentages

%0
%58.12
%77.78
%54.12

Codes

Color #75311A in popluar color models

75311A
RGB1174926
HSL15°63.64%28.04%
HSB/HSV15°77.78%45.88%
CMYK0.00%58.12%77.78%
54.12%

Color #75311A in popluar number systems.

HEX75311A
Decimal1174926
Binary111010111000111010
Octal1656132

Shades and tints

Shades of #75311A

#75311A
(117,49,26)
#6B2D18
(107,45,24)
#612916
(97,41,22)
#572514
(87,37,20)
#4D2112
(77,33,18)
#431D10
(67,29,16)
#39190E
(57,25,14)
#2F150C
(47,21,12)
#25110A
(37,17,10)
#1B0D08
(27,13,8)
#110906
(17,9,6)
#000000
(0,0,0)

Tints of #75311A

#75311A
(117,49,26)
#81432E
(129,67,46)
#8D5542
(141,85,66)
#996756
(153,103,86)
#A5796A
(165,121,106)
#B18B7E
(177,139,126)
#BD9D92
(189,157,146)
#C9AFA6
(201,175,166)
#D5C1BA
(213,193,186)
#E1D3CE
(225,211,206)
#EDE5E2
(237,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75311A color. Also use rgb(117,49,26) instead hex code.

Text Font Color

.myTextColor { color: #75311A; }

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

This text font color is #75311A.


Background Color

.myBgColor { background-color: #75311A; }

<div style="background-color:#75311A">Inner text</div>

This div background color is #75311A.


Border color

.myBorderColor { border: 1px solid #75311A; }

<div style="border:3px solid #75311A">Div</div>

This div border color is #75311A.


Opacity

.myOpacity80 { color: #75311A; opacity: 0.8; }

<p style="color:#75311A;opacity:0.8;">80%</p>

Text with #75311A 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 #75311A;}

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

This text has shadow with #75311A color.

.textShadow {text-shadow: 3px 3px 1px #75311A, 3px 3px 1px red;}

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

This text has shadow with #75311A primary color and red secondary color.


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

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

This text has shadow with #75311A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75311A on black background.


Color preview on white background

This text has color #75311A on white background.



Black color preview on #75311A background

This text has black color on #75311A background.


White color preview on #75311A background

This text has white color on #75311A background.