COLOR #753319

HEX: #753319
RGB: (117,51,25)

Color info

#753319 contains mainly red color. Web safe color of #753319 is #663300 (or #630).

RGB color model

#753319 color RGB value is (117,51,25).

  • red value is 117;
  • green value is 51;
  • blue value is 25.
RGB:
(117,51,25)
(46%,20%,10%)

RGB channels and saturation

R 117 of 255 = 46%
G 51 of 255 = 20%
B 25 of 255 = 10%

117
51
25

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

Portions of RGB colors in percentages

R + G + B =
117 + 51 + 25 = 193 (100%)
R 117 of 193 ~ 60.62%
G 51 of 193 ~ 26.42%
B 25 of 193 ~ 12.95%

%60.62
%26.42
%12.95

CMYK color model

#753319 color CMYK value is (0,56,79,54).

  • cyan value is 0.00%
  • magenta value is 56.41%
  • yellow value is 78.63%
  • key color value is 54.12%
CMYK:
(0,56,79,54)
C0M56Y79K54 
(0%,56%,79%,54%)
(0.00/0.56/0.79/0.54)	

CMYK percentages

%0
%56.41
%78.63
%54.12

Codes

Color #753319 in popluar color models

753319
RGB1175125
HSL17°64.79%27.84%
HSB/HSV17°78.63%45.88%
CMYK0.00%56.41%78.63%
54.12%

Color #753319 in popluar number systems.

HEX753319
Decimal1175125
Binary111010111001111001
Octal1656331

Shades and tints

Shades of #753319

#753319
(117,51,25)
#6B2F17
(107,47,23)
#612B15
(97,43,21)
#572713
(87,39,19)
#4D2311
(77,35,17)
#431F0F
(67,31,15)
#391B0D
(57,27,13)
#2F170B
(47,23,11)
#251309
(37,19,9)
#1B0F07
(27,15,7)
#110B05
(17,11,5)
#000000
(0,0,0)

Tints of #753319

#753319
(117,51,25)
#81452D
(129,69,45)
#8D5741
(141,87,65)
#996955
(153,105,85)
#A57B69
(165,123,105)
#B18D7D
(177,141,125)
#BD9F91
(189,159,145)
#C9B1A5
(201,177,165)
#D5C3B9
(213,195,185)
#E1D5CD
(225,213,205)
#EDE7E1
(237,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753319 color. Also use rgb(117,51,25) instead hex code.

Text Font Color

.myTextColor { color: #753319; }

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

This text font color is #753319.


Background Color

.myBgColor { background-color: #753319; }

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

This div background color is #753319.


Border color

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

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

This div border color is #753319.


Opacity

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

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

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

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

This text has shadow with #753319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753319 on black background.


Color preview on white background

This text has color #753319 on white background.



Black color preview on #753319 background

This text has black color on #753319 background.


White color preview on #753319 background

This text has white color on #753319 background.