COLOR #754115

HEX: #754115
RGB: (117,65,21)

Color info

#754115 contains mainly red and green colors. Web safe color of #754115 is #663300 (or #630).

RGB color model

#754115 color RGB value is (117,65,21).

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

RGB channels and saturation

R 117 of 255 = 46%
G 65 of 255 = 25%
B 21 of 255 = 8%

117
65
21

R + G + B ~ 26%. #754115 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 65 + 21 = 203 (100%)
R 117 of 203 ~ 57.64%
G 65 of 203 ~ 32.02%
B 21 of 203 ~ 10.34%

%57.64
%32.02
%10.34

CMYK color model

#754115 color CMYK value is (0,44,82,54).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 82.05%
  • key color value is 54.12%
CMYK:
(0,44,82,54)
C0M44Y82K54 
(0%,44%,82%,54%)
(0.00/0.44/0.82/0.54)	

CMYK percentages

%0
%44.44
%82.05
%54.12

Codes

Color #754115 in popluar color models

754115
RGB1176521
HSL28°69.57%27.06%
HSB/HSV28°82.05%45.88%
CMYK0.00%44.44%82.05%
54.12%

Color #754115 in popluar number systems.

HEX754115
Decimal1176521
Binary1110101100000110101
Octal16510125

Shades and tints

Shades of #754115

#754115
(117,65,21)
#6B3C14
(107,60,20)
#613713
(97,55,19)
#573212
(87,50,18)
#4D2D11
(77,45,17)
#432810
(67,40,16)
#39230F
(57,35,15)
#2F1E0E
(47,30,14)
#25190D
(37,25,13)
#1B140C
(27,20,12)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #754115

#754115
(117,65,21)
#81522A
(129,82,42)
#8D633F
(141,99,63)
#997454
(153,116,84)
#A58569
(165,133,105)
#B1967E
(177,150,126)
#BDA793
(189,167,147)
#C9B8A8
(201,184,168)
#D5C9BD
(213,201,189)
#E1DAD2
(225,218,210)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754115; }

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

This text font color is #754115.


Background Color

.myBgColor { background-color: #754115; }

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

This div background color is #754115.


Border color

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

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

This div border color is #754115.


Opacity

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

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

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

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

This text has shadow with #754115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754115 on black background.


Color preview on white background

This text has color #754115 on white background.



Black color preview on #754115 background

This text has black color on #754115 background.


White color preview on #754115 background

This text has white color on #754115 background.