COLOR #75273E

HEX: #75273E
RGB: (117,39,62)

Color info

#75273E contains mainly red and blue colors. Web safe color of #75273E is #663333 (or #633).

RGB color model

#75273E color RGB value is (117,39,62).

  • red value is 117;
  • green value is 39;
  • blue value is 62.
RGB:
(117,39,62)
(46%,15%,24%)

RGB channels and saturation

R 117 of 255 = 46%
G 39 of 255 = 15%
B 62 of 255 = 24%

117
39
62

R + G + B ~ 28%. #75273E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 39 + 62 = 218 (100%)
R 117 of 218 ~ 53.67%
G 39 of 218 ~ 17.89%
B 62 of 218 ~ 28.44%

%53.67
%17.89
%28.44

CMYK color model

#75273E color CMYK value is (0,67,47,54).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 47.01%
  • key color value is 54.12%
CMYK:
(0,67,47,54)
C0M67Y47K54 
(0%,67%,47%,54%)
(0.00/0.67/0.47/0.54)	

CMYK percentages

%0
%66.67
%47.01
%54.12

Codes

Color #75273E in popluar color models

75273E
RGB1173962
HSL342°50.00%30.59%
HSB/HSV342°66.67%45.88%
CMYK0.00%66.67%47.01%
54.12%

Color #75273E in popluar number systems.

HEX75273E
Decimal1173962
Binary1110101100111111110
Octal1654776

Shades and tints

Shades of #75273E

#75273E
(117,39,62)
#6B2439
(107,36,57)
#612134
(97,33,52)
#571E2F
(87,30,47)
#4D1B2A
(77,27,42)
#431825
(67,24,37)
#391520
(57,21,32)
#2F121B
(47,18,27)
#250F16
(37,15,22)
#1B0C11
(27,12,17)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #75273E

#75273E
(117,39,62)
#813A4F
(129,58,79)
#8D4D60
(141,77,96)
#996071
(153,96,113)
#A57382
(165,115,130)
#B18693
(177,134,147)
#BD99A4
(189,153,164)
#C9ACB5
(201,172,181)
#D5BFC6
(213,191,198)
#E1D2D7
(225,210,215)
#EDE5E8
(237,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75273E color. Also use rgb(117,39,62) instead hex code.

Text Font Color

.myTextColor { color: #75273E; }

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

This text font color is #75273E.


Background Color

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

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

This div background color is #75273E.


Border color

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

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

This div border color is #75273E.


Opacity

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

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

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

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

This text has shadow with #75273E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75273E on black background.


Color preview on white background

This text has color #75273E on white background.



Black color preview on #75273E background

This text has black color on #75273E background.


White color preview on #75273E background

This text has white color on #75273E background.