COLOR #752B22

HEX: #752B22
RGB: (117,43,34)

Color info

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

RGB color model

#752B22 color RGB value is (117,43,34).

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

RGB channels and saturation

R 117 of 255 = 46%
G 43 of 255 = 17%
B 34 of 255 = 13%

117
43
34

R + G + B ~ 25%. #752B22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 43 + 34 = 194 (100%)
R 117 of 194 ~ 60.31%
G 43 of 194 ~ 22.16%
B 34 of 194 ~ 17.53%

%60.31
%22.16
%17.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 63.25%
  • yellow value is 70.94%
  • key color value is 54.12%
CMYK:
(0,63,71,54)
C0M63Y71K54 
(0%,63%,71%,54%)
(0.00/0.63/0.71/0.54)	

CMYK percentages

%0
%63.25
%70.94
%54.12

Codes

Color #752B22 in popluar color models

752B22
RGB1174334
HSL54.97%29.61%
HSB/HSV70.94%45.88%
CMYK0.00%63.25%70.94%
54.12%

Color #752B22 in popluar number systems.

HEX752B22
Decimal1174334
Binary1110101101011100010
Octal1655342

Shades and tints

Shades of #752B22

#752B22
(117,43,34)
#6B281F
(107,40,31)
#61251C
(97,37,28)
#572219
(87,34,25)
#4D1F16
(77,31,22)
#431C13
(67,28,19)
#391910
(57,25,16)
#2F160D
(47,22,13)
#25130A
(37,19,10)
#1B1007
(27,16,7)
#110D04
(17,13,4)
#000000
(0,0,0)

Tints of #752B22

#752B22
(117,43,34)
#813E36
(129,62,54)
#8D514A
(141,81,74)
#99645E
(153,100,94)
#A57772
(165,119,114)
#B18A86
(177,138,134)
#BD9D9A
(189,157,154)
#C9B0AE
(201,176,174)
#D5C3C2
(213,195,194)
#E1D6D6
(225,214,214)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752B22; }

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

This text font color is #752B22.


Background Color

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

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

This div background color is #752B22.


Border color

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

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

This div border color is #752B22.


Opacity

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

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

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

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

This text has shadow with #752B22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752B22 on black background.


Color preview on white background

This text has color #752B22 on white background.



Black color preview on #752B22 background

This text has black color on #752B22 background.


White color preview on #752B22 background

This text has white color on #752B22 background.