COLOR #752637

HEX: #752637
RGB: (117,38,55)

Color info

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

RGB color model

#752637 color RGB value is (117,38,55).

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

RGB channels and saturation

R 117 of 255 = 46%
G 38 of 255 = 15%
B 55 of 255 = 22%

117
38
55

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

Portions of RGB colors in percentages

R + G + B =
117 + 38 + 55 = 210 (100%)
R 117 of 210 ~ 55.71%
G 38 of 210 ~ 18.1%
B 55 of 210 ~ 26.19%

%55.71
%18.1
%26.19

CMYK color model

#752637 color CMYK value is (0,68,53,54).

  • cyan value is 0.00%
  • magenta value is 67.52%
  • yellow value is 52.99%
  • key color value is 54.12%
CMYK:
(0,68,53,54)
C0M68Y53K54 
(0%,68%,53%,54%)
(0.00/0.68/0.53/0.54)	

CMYK percentages

%0
%67.52
%52.99
%54.12

Codes

Color #752637 in popluar color models

752637
RGB1173855
HSL347°50.97%30.39%
HSB/HSV347°67.52%45.88%
CMYK0.00%67.52%52.99%
54.12%

Color #752637 in popluar number systems.

HEX752637
Decimal1173855
Binary1110101100110110111
Octal1654667

Shades and tints

Shades of #752637

#752637
(117,38,55)
#6B2332
(107,35,50)
#61202D
(97,32,45)
#571D28
(87,29,40)
#4D1A23
(77,26,35)
#43171E
(67,23,30)
#391419
(57,20,25)
#2F1114
(47,17,20)
#250E0F
(37,14,15)
#1B0B0A
(27,11,10)
#110805
(17,8,5)
#000000
(0,0,0)

Tints of #752637

#752637
(117,38,55)
#813949
(129,57,73)
#8D4C5B
(141,76,91)
#995F6D
(153,95,109)
#A5727F
(165,114,127)
#B18591
(177,133,145)
#BD98A3
(189,152,163)
#C9ABB5
(201,171,181)
#D5BEC7
(213,190,199)
#E1D1D9
(225,209,217)
#EDE4EB
(237,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752637; }

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

This text font color is #752637.


Background Color

.myBgColor { background-color: #752637; }

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

This div background color is #752637.


Border color

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

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

This div border color is #752637.


Opacity

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

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

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

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

This text has shadow with #752637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752637 on black background.


Color preview on white background

This text has color #752637 on white background.



Black color preview on #752637 background

This text has black color on #752637 background.


White color preview on #752637 background

This text has white color on #752637 background.