COLOR #752936

HEX: #752936
RGB: (117,41,54)

Color info

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

RGB color model

#752936 color RGB value is (117,41,54).

  • red value is 117;
  • green value is 41;
  • blue value is 54.
RGB:
(117,41,54)
(46%,16%,21%)

RGB channels and saturation

R 117 of 255 = 46%
G 41 of 255 = 16%
B 54 of 255 = 21%

117
41
54

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

Portions of RGB colors in percentages

R + G + B =
117 + 41 + 54 = 212 (100%)
R 117 of 212 ~ 55.19%
G 41 of 212 ~ 19.34%
B 54 of 212 ~ 25.47%

%55.19
%19.34
%25.47

CMYK color model

#752936 color CMYK value is (0,65,54,54).

  • cyan value is 0.00%
  • magenta value is 64.96%
  • yellow value is 53.85%
  • key color value is 54.12%
CMYK:
(0,65,54,54)
C0M65Y54K54 
(0%,65%,54%,54%)
(0.00/0.65/0.54/0.54)	

CMYK percentages

%0
%64.96
%53.85
%54.12

Codes

Color #752936 in popluar color models

752936
RGB1174154
HSL350°48.10%30.98%
HSB/HSV350°64.96%45.88%
CMYK0.00%64.96%53.85%
54.12%

Color #752936 in popluar number systems.

HEX752936
Decimal1174154
Binary1110101101001110110
Octal1655166

Shades and tints

Shades of #752936

#752936
(117,41,54)
#6B2632
(107,38,50)
#61232E
(97,35,46)
#57202A
(87,32,42)
#4D1D26
(77,29,38)
#431A22
(67,26,34)
#39171E
(57,23,30)
#2F141A
(47,20,26)
#251116
(37,17,22)
#1B0E12
(27,14,18)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #752936

#752936
(117,41,54)
#813C48
(129,60,72)
#8D4F5A
(141,79,90)
#99626C
(153,98,108)
#A5757E
(165,117,126)
#B18890
(177,136,144)
#BD9BA2
(189,155,162)
#C9AEB4
(201,174,180)
#D5C1C6
(213,193,198)
#E1D4D8
(225,212,216)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752936 color. Also use rgb(117,41,54) instead hex code.

Text Font Color

.myTextColor { color: #752936; }

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

This text font color is #752936.


Background Color

.myBgColor { background-color: #752936; }

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

This div background color is #752936.


Border color

.myBorderColor { border: 1px solid #752936; }

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

This div border color is #752936.


Opacity

.myOpacity80 { color: #752936; opacity: 0.8; }

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

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

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

This text has shadow with #752936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752936 on black background.


Color preview on white background

This text has color #752936 on white background.



Black color preview on #752936 background

This text has black color on #752936 background.


White color preview on #752936 background

This text has white color on #752936 background.