COLOR #752D3E

HEX: #752D3E
RGB: (117,45,62)

Color info

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

RGB color model

#752D3E color RGB value is (117,45,62).

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

RGB channels and saturation

R 117 of 255 = 46%
G 45 of 255 = 18%
B 62 of 255 = 24%

117
45
62

R + G + B ~ 29%. #752D3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 45 + 62 = 224 (100%)
R 117 of 224 ~ 52.23%
G 45 of 224 ~ 20.09%
B 62 of 224 ~ 27.68%

%52.23
%20.09
%27.68

CMYK color model

#752D3E color CMYK value is (0,62,47,54).

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 47.01%
  • key color value is 54.12%
CMYK:
(0,62,47,54)
C0M62Y47K54 
(0%,62%,47%,54%)
(0.00/0.62/0.47/0.54)	

CMYK percentages

%0
%61.54
%47.01
%54.12

Codes

Color #752D3E in popluar color models

752D3E
RGB1174562
HSL346°44.44%31.76%
HSB/HSV346°61.54%45.88%
CMYK0.00%61.54%47.01%
54.12%

Color #752D3E in popluar number systems.

HEX752D3E
Decimal1174562
Binary1110101101101111110
Octal1655576

Shades and tints

Shades of #752D3E

#752D3E
(117,45,62)
#6B2939
(107,41,57)
#612534
(97,37,52)
#57212F
(87,33,47)
#4D1D2A
(77,29,42)
#431925
(67,25,37)
#391520
(57,21,32)
#2F111B
(47,17,27)
#250D16
(37,13,22)
#1B0911
(27,9,17)
#11050C
(17,5,12)
#000000
(0,0,0)

Tints of #752D3E

#752D3E
(117,45,62)
#81404F
(129,64,79)
#8D5360
(141,83,96)
#996671
(153,102,113)
#A57982
(165,121,130)
#B18C93
(177,140,147)
#BD9FA4
(189,159,164)
#C9B2B5
(201,178,181)
#D5C5C6
(213,197,198)
#E1D8D7
(225,216,215)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752D3E color. Also use rgb(117,45,62) instead hex code.

Text Font Color

.myTextColor { color: #752D3E; }

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

This text font color is #752D3E.


Background Color

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

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

This div background color is #752D3E.


Border color

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

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

This div border color is #752D3E.


Opacity

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

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

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

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

This text has shadow with #752D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752D3E on black background.


Color preview on white background

This text has color #752D3E on white background.



Black color preview on #752D3E background

This text has black color on #752D3E background.


White color preview on #752D3E background

This text has white color on #752D3E background.