COLOR #753726

HEX: #753726
RGB: (117,55,38)

Color info

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

RGB color model

#753726 color RGB value is (117,55,38).

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

RGB channels and saturation

R 117 of 255 = 46%
G 55 of 255 = 22%
B 38 of 255 = 15%

117
55
38

R + G + B ~ 28%. #753726 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 55 + 38 = 210 (100%)
R 117 of 210 ~ 55.71%
G 55 of 210 ~ 26.19%
B 38 of 210 ~ 18.1%

%55.71
%26.19
%18.1

CMYK color model

#753726 color CMYK value is (0,53,68,54).

  • cyan value is 0.00%
  • magenta value is 52.99%
  • yellow value is 67.52%
  • key color value is 54.12%
CMYK:
(0,53,68,54)
C0M53Y68K54 
(0%,53%,68%,54%)
(0.00/0.53/0.68/0.54)	

CMYK percentages

%0
%52.99
%67.52
%54.12

Codes

Color #753726 in popluar color models

753726
RGB1175538
HSL13°50.97%30.39%
HSB/HSV13°67.52%45.88%
CMYK0.00%52.99%67.52%
54.12%

Color #753726 in popluar number systems.

HEX753726
Decimal1175538
Binary1110101110111100110
Octal1656746

Shades and tints

Shades of #753726

#753726
(117,55,38)
#6B3223
(107,50,35)
#612D20
(97,45,32)
#57281D
(87,40,29)
#4D231A
(77,35,26)
#431E17
(67,30,23)
#391914
(57,25,20)
#2F1411
(47,20,17)
#250F0E
(37,15,14)
#1B0A0B
(27,10,11)
#110508
(17,5,8)
#000000
(0,0,0)

Tints of #753726

#753726
(117,55,38)
#814939
(129,73,57)
#8D5B4C
(141,91,76)
#996D5F
(153,109,95)
#A57F72
(165,127,114)
#B19185
(177,145,133)
#BDA398
(189,163,152)
#C9B5AB
(201,181,171)
#D5C7BE
(213,199,190)
#E1D9D1
(225,217,209)
#EDEBE4
(237,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753726; }

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

This text font color is #753726.


Background Color

.myBgColor { background-color: #753726; }

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

This div background color is #753726.


Border color

.myBorderColor { border: 1px solid #753726; }

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

This div border color is #753726.


Opacity

.myOpacity80 { color: #753726; opacity: 0.8; }

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

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

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

This text has shadow with #753726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753726 on black background.


Color preview on white background

This text has color #753726 on white background.



Black color preview on #753726 background

This text has black color on #753726 background.


White color preview on #753726 background

This text has white color on #753726 background.