COLOR #753D26

HEX: #753D26
RGB: (117,61,38)

Color info

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

RGB color model

#753D26 color RGB value is (117,61,38).

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

RGB channels and saturation

R 117 of 255 = 46%
G 61 of 255 = 24%
B 38 of 255 = 15%

117
61
38

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

Portions of RGB colors in percentages

R + G + B =
117 + 61 + 38 = 216 (100%)
R 117 of 216 ~ 54.17%
G 61 of 216 ~ 28.24%
B 38 of 216 ~ 17.59%

%54.17
%28.24
%17.59

CMYK color model

#753D26 color CMYK value is (0,48,68,54).

  • cyan value is 0.00%
  • magenta value is 47.86%
  • yellow value is 67.52%
  • key color value is 54.12%
CMYK:
(0,48,68,54)
C0M48Y68K54 
(0%,48%,68%,54%)
(0.00/0.48/0.68/0.54)	

CMYK percentages

%0
%47.86
%67.52
%54.12

Codes

Color #753D26 in popluar color models

753D26
RGB1176138
HSL17°50.97%30.39%
HSB/HSV17°67.52%45.88%
CMYK0.00%47.86%67.52%
54.12%

Color #753D26 in popluar number systems.

HEX753D26
Decimal1176138
Binary1110101111101100110
Octal1657546

Shades and tints

Shades of #753D26

#753D26
(117,61,38)
#6B3823
(107,56,35)
#613320
(97,51,32)
#572E1D
(87,46,29)
#4D291A
(77,41,26)
#432417
(67,36,23)
#391F14
(57,31,20)
#2F1A11
(47,26,17)
#25150E
(37,21,14)
#1B100B
(27,16,11)
#110B08
(17,11,8)
#000000
(0,0,0)

Tints of #753D26

#753D26
(117,61,38)
#814E39
(129,78,57)
#8D5F4C
(141,95,76)
#99705F
(153,112,95)
#A58172
(165,129,114)
#B19285
(177,146,133)
#BDA398
(189,163,152)
#C9B4AB
(201,180,171)
#D5C5BE
(213,197,190)
#E1D6D1
(225,214,209)
#EDE7E4
(237,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753D26; }

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

This text font color is #753D26.


Background Color

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

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

This div background color is #753D26.


Border color

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

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

This div border color is #753D26.


Opacity

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

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

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

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

This text has shadow with #753D26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753D26 on black background.


Color preview on white background

This text has color #753D26 on white background.



Black color preview on #753D26 background

This text has black color on #753D26 background.


White color preview on #753D26 background

This text has white color on #753D26 background.