COLOR #752B36

HEX: #752B36
RGB: (117,43,54)

Color info

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

RGB color model

#752B36 color RGB value is (117,43,54).

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

RGB channels and saturation

R 117 of 255 = 46%
G 43 of 255 = 17%
B 54 of 255 = 21%

117
43
54

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

Portions of RGB colors in percentages

R + G + B =
117 + 43 + 54 = 214 (100%)
R 117 of 214 ~ 54.67%
G 43 of 214 ~ 20.09%
B 54 of 214 ~ 25.23%

%54.67
%20.09
%25.23

CMYK color model

#752B36 color CMYK value is (0,63,54,54).

  • cyan value is 0.00%
  • magenta value is 63.25%
  • yellow value is 53.85%
  • key color value is 54.12%
CMYK:
(0,63,54,54)
C0M63Y54K54 
(0%,63%,54%,54%)
(0.00/0.63/0.54/0.54)	

CMYK percentages

%0
%63.25
%53.85
%54.12

Codes

Color #752B36 in popluar color models

752B36
RGB1174354
HSL351°46.25%31.37%
HSB/HSV351°63.25%45.88%
CMYK0.00%63.25%53.85%
54.12%

Color #752B36 in popluar number systems.

HEX752B36
Decimal1174354
Binary1110101101011110110
Octal1655366

Shades and tints

Shades of #752B36

#752B36
(117,43,54)
#6B2832
(107,40,50)
#61252E
(97,37,46)
#57222A
(87,34,42)
#4D1F26
(77,31,38)
#431C22
(67,28,34)
#39191E
(57,25,30)
#2F161A
(47,22,26)
#251316
(37,19,22)
#1B1012
(27,16,18)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #752B36

#752B36
(117,43,54)
#813E48
(129,62,72)
#8D515A
(141,81,90)
#99646C
(153,100,108)
#A5777E
(165,119,126)
#B18A90
(177,138,144)
#BD9DA2
(189,157,162)
#C9B0B4
(201,176,180)
#D5C3C6
(213,195,198)
#E1D6D8
(225,214,216)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752B36; }

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

This text font color is #752B36.


Background Color

.myBgColor { background-color: #752B36; }

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

This div background color is #752B36.


Border color

.myBorderColor { border: 1px solid #752B36; }

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

This div border color is #752B36.


Opacity

.myOpacity80 { color: #752B36; opacity: 0.8; }

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

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

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

This text has shadow with #752B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752B36 on black background.


Color preview on white background

This text has color #752B36 on white background.



Black color preview on #752B36 background

This text has black color on #752B36 background.


White color preview on #752B36 background

This text has white color on #752B36 background.