COLOR #753315

HEX: #753315
RGB: (117,51,21)

Color info

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

RGB color model

#753315 color RGB value is (117,51,21).

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

RGB channels and saturation

R 117 of 255 = 46%
G 51 of 255 = 20%
B 21 of 255 = 8%

117
51
21

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

Portions of RGB colors in percentages

R + G + B =
117 + 51 + 21 = 189 (100%)
R 117 of 189 ~ 61.9%
G 51 of 189 ~ 26.98%
B 21 of 189 ~ 11.11%

%61.9
%26.98
%11.11

CMYK color model

#753315 color CMYK value is (0,56,82,54).

  • cyan value is 0.00%
  • magenta value is 56.41%
  • yellow value is 82.05%
  • key color value is 54.12%
CMYK:
(0,56,82,54)
C0M56Y82K54 
(0%,56%,82%,54%)
(0.00/0.56/0.82/0.54)	

CMYK percentages

%0
%56.41
%82.05
%54.12

Codes

Color #753315 in popluar color models

753315
RGB1175121
HSL19°69.57%27.06%
HSB/HSV19°82.05%45.88%
CMYK0.00%56.41%82.05%
54.12%

Color #753315 in popluar number systems.

HEX753315
Decimal1175121
Binary111010111001110101
Octal1656325

Shades and tints

Shades of #753315

#753315
(117,51,21)
#6B2F14
(107,47,20)
#612B13
(97,43,19)
#572712
(87,39,18)
#4D2311
(77,35,17)
#431F10
(67,31,16)
#391B0F
(57,27,15)
#2F170E
(47,23,14)
#25130D
(37,19,13)
#1B0F0C
(27,15,12)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #753315

#753315
(117,51,21)
#81452A
(129,69,42)
#8D573F
(141,87,63)
#996954
(153,105,84)
#A57B69
(165,123,105)
#B18D7E
(177,141,126)
#BD9F93
(189,159,147)
#C9B1A8
(201,177,168)
#D5C3BD
(213,195,189)
#E1D5D2
(225,213,210)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753315; }

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

This text font color is #753315.


Background Color

.myBgColor { background-color: #753315; }

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

This div background color is #753315.


Border color

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

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

This div border color is #753315.


Opacity

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

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

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

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

This text has shadow with #753315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753315 on black background.


Color preview on white background

This text has color #753315 on white background.



Black color preview on #753315 background

This text has black color on #753315 background.


White color preview on #753315 background

This text has white color on #753315 background.