COLOR #752A25

HEX: #752A25
RGB: (117,42,37)

Color info

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

RGB color model

#752A25 color RGB value is (117,42,37).

  • red value is 117;
  • green value is 42;
  • blue value is 37.
RGB:
(117,42,37)
(46%,16%,15%)

RGB channels and saturation

R 117 of 255 = 46%
G 42 of 255 = 16%
B 37 of 255 = 15%

117
42
37

R + G + B ~ 26%. #752A25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 42 + 37 = 196 (100%)
R 117 of 196 ~ 59.69%
G 42 of 196 ~ 21.43%
B 37 of 196 ~ 18.88%

%59.69
%21.43
%18.88

CMYK color model

#752A25 color CMYK value is (0,64,68,54).

  • cyan value is 0.00%
  • magenta value is 64.10%
  • yellow value is 68.38%
  • key color value is 54.12%
CMYK:
(0,64,68,54)
C0M64Y68K54 
(0%,64%,68%,54%)
(0.00/0.64/0.68/0.54)	

CMYK percentages

%0
%64.1
%68.38
%54.12

Codes

Color #752A25 in popluar color models

752A25
RGB1174237
HSL51.95%30.20%
HSB/HSV68.38%45.88%
CMYK0.00%64.10%68.38%
54.12%

Color #752A25 in popluar number systems.

HEX752A25
Decimal1174237
Binary1110101101010100101
Octal1655245

Shades and tints

Shades of #752A25

#752A25
(117,42,37)
#6B2722
(107,39,34)
#61241F
(97,36,31)
#57211C
(87,33,28)
#4D1E19
(77,30,25)
#431B16
(67,27,22)
#391813
(57,24,19)
#2F1510
(47,21,16)
#25120D
(37,18,13)
#1B0F0A
(27,15,10)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #752A25

#752A25
(117,42,37)
#813D38
(129,61,56)
#8D504B
(141,80,75)
#99635E
(153,99,94)
#A57671
(165,118,113)
#B18984
(177,137,132)
#BD9C97
(189,156,151)
#C9AFAA
(201,175,170)
#D5C2BD
(213,194,189)
#E1D5D0
(225,213,208)
#EDE8E3
(237,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752A25 color. Also use rgb(117,42,37) instead hex code.

Text Font Color

.myTextColor { color: #752A25; }

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

This text font color is #752A25.


Background Color

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

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

This div background color is #752A25.


Border color

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

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

This div border color is #752A25.


Opacity

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

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

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

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

This text has shadow with #752A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752A25 on black background.


Color preview on white background

This text has color #752A25 on white background.



Black color preview on #752A25 background

This text has black color on #752A25 background.


White color preview on #752A25 background

This text has white color on #752A25 background.