COLOR #752D26

HEX: #752D26
RGB: (117,45,38)

Color info

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

RGB color model

#752D26 color RGB value is (117,45,38).

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

RGB channels and saturation

R 117 of 255 = 46%
G 45 of 255 = 18%
B 38 of 255 = 15%

117
45
38

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

Portions of RGB colors in percentages

R + G + B =
117 + 45 + 38 = 200 (100%)
R 117 of 200 ~ 58.5%
G 45 of 200 ~ 22.5%
B 38 of 200 ~ 19%

%58.5
%22.5
%19

CMYK color model

#752D26 color CMYK value is (0,62,68,54).

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 67.52%
  • key color value is 54.12%
CMYK:
(0,62,68,54)
C0M62Y68K54 
(0%,62%,68%,54%)
(0.00/0.62/0.68/0.54)	

CMYK percentages

%0
%61.54
%67.52
%54.12

Codes

Color #752D26 in popluar color models

752D26
RGB1174538
HSL50.97%30.39%
HSB/HSV67.52%45.88%
CMYK0.00%61.54%67.52%
54.12%

Color #752D26 in popluar number systems.

HEX752D26
Decimal1174538
Binary1110101101101100110
Octal1655546

Shades and tints

Shades of #752D26

#752D26
(117,45,38)
#6B2923
(107,41,35)
#612520
(97,37,32)
#57211D
(87,33,29)
#4D1D1A
(77,29,26)
#431917
(67,25,23)
#391514
(57,21,20)
#2F1111
(47,17,17)
#250D0E
(37,13,14)
#1B090B
(27,9,11)
#110508
(17,5,8)
#000000
(0,0,0)

Tints of #752D26

#752D26
(117,45,38)
#814039
(129,64,57)
#8D534C
(141,83,76)
#99665F
(153,102,95)
#A57972
(165,121,114)
#B18C85
(177,140,133)
#BD9F98
(189,159,152)
#C9B2AB
(201,178,171)
#D5C5BE
(213,197,190)
#E1D8D1
(225,216,209)
#EDEBE4
(237,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752D26; }

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

This text font color is #752D26.


Background Color

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

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

This div background color is #752D26.


Border color

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

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

This div border color is #752D26.


Opacity

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

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

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

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

This text has shadow with #752D26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752D26 on black background.


Color preview on white background

This text has color #752D26 on white background.



Black color preview on #752D26 background

This text has black color on #752D26 background.


White color preview on #752D26 background

This text has white color on #752D26 background.