COLOR #753C29

HEX: #753C29
RGB: (117,60,41)

Color info

#753C29 contains mainly red and green colors. Web safe color of #753C29 is #663333 (or #633).

RGB color model

#753C29 color RGB value is (117,60,41).

  • red value is 117;
  • green value is 60;
  • blue value is 41.
RGB:
(117,60,41)
(46%,24%,16%)

RGB channels and saturation

R 117 of 255 = 46%
G 60 of 255 = 24%
B 41 of 255 = 16%

117
60
41

R + G + B ~ 29%. #753C29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 60 + 41 = 218 (100%)
R 117 of 218 ~ 53.67%
G 60 of 218 ~ 27.52%
B 41 of 218 ~ 18.81%

%53.67
%27.52
%18.81

CMYK color model

#753C29 color CMYK value is (0,49,65,54).

  • cyan value is 0.00%
  • magenta value is 48.72%
  • yellow value is 64.96%
  • key color value is 54.12%
CMYK:
(0,49,65,54)
C0M49Y65K54 
(0%,49%,65%,54%)
(0.00/0.49/0.65/0.54)	

CMYK percentages

%0
%48.72
%64.96
%54.12

Codes

Color #753C29 in popluar color models

753C29
RGB1176041
HSL15°48.10%30.98%
HSB/HSV15°64.96%45.88%
CMYK0.00%48.72%64.96%
54.12%

Color #753C29 in popluar number systems.

HEX753C29
Decimal1176041
Binary1110101111100101001
Octal1657451

Shades and tints

Shades of #753C29

#753C29
(117,60,41)
#6B3726
(107,55,38)
#613223
(97,50,35)
#572D20
(87,45,32)
#4D281D
(77,40,29)
#43231A
(67,35,26)
#391E17
(57,30,23)
#2F1914
(47,25,20)
#251411
(37,20,17)
#1B0F0E
(27,15,14)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #753C29

#753C29
(117,60,41)
#814D3C
(129,77,60)
#8D5E4F
(141,94,79)
#996F62
(153,111,98)
#A58075
(165,128,117)
#B19188
(177,145,136)
#BDA29B
(189,162,155)
#C9B3AE
(201,179,174)
#D5C4C1
(213,196,193)
#E1D5D4
(225,213,212)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753C29 color. Also use rgb(117,60,41) instead hex code.

Text Font Color

.myTextColor { color: #753C29; }

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

This text font color is #753C29.


Background Color

.myBgColor { background-color: #753C29; }

<div style="background-color:#753C29">Inner text</div>

This div background color is #753C29.


Border color

.myBorderColor { border: 1px solid #753C29; }

<div style="border:3px solid #753C29">Div</div>

This div border color is #753C29.


Opacity

.myOpacity80 { color: #753C29; opacity: 0.8; }

<p style="color:#753C29;opacity:0.8;">80%</p>

Text with #753C29 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 #753C29;}

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

This text has shadow with #753C29 color.

.textShadow {text-shadow: 3px 3px 1px #753C29, 3px 3px 1px red;}

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

This text has shadow with #753C29 primary color and red secondary color.


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

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

This text has shadow with #753C29 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753C29 on black background.


Color preview on white background

This text has color #753C29 on white background.



Black color preview on #753C29 background

This text has black color on #753C29 background.


White color preview on #753C29 background

This text has white color on #753C29 background.