COLOR #754311

HEX: #754311
RGB: (117,67,17)

Color info

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

RGB color model

#754311 color RGB value is (117,67,17).

  • red value is 117;
  • green value is 67;
  • blue value is 17.
RGB:
(117,67,17)
(46%,26%,7%)

RGB channels and saturation

R 117 of 255 = 46%
G 67 of 255 = 26%
B 17 of 255 = 7%

117
67
17

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

Portions of RGB colors in percentages

R + G + B =
117 + 67 + 17 = 201 (100%)
R 117 of 201 ~ 58.21%
G 67 of 201 ~ 33.33%
B 17 of 201 ~ 8.46%

%58.21
%33.33

CMYK color model

#754311 color CMYK value is (0,43,85,54).

  • cyan value is 0.00%
  • magenta value is 42.74%
  • yellow value is 85.47%
  • key color value is 54.12%
CMYK:
(0,43,85,54)
C0M43Y85K54 
(0%,43%,85%,54%)
(0.00/0.43/0.85/0.54)	

CMYK percentages

%0
%42.74
%85.47
%54.12

Codes

Color #754311 in popluar color models

754311
RGB1176717
HSL30°74.63%26.27%
HSB/HSV30°85.47%45.88%
CMYK0.00%42.74%85.47%
54.12%

Color #754311 in popluar number systems.

HEX754311
Decimal1176717
Binary1110101100001110001
Octal16510321

Shades and tints

Shades of #754311

#754311
(117,67,17)
#6B3D10
(107,61,16)
#61370F
(97,55,15)
#57310E
(87,49,14)
#4D2B0D
(77,43,13)
#43250C
(67,37,12)
#391F0B
(57,31,11)
#2F190A
(47,25,10)
#251309
(37,19,9)
#1B0D08
(27,13,8)
#110707
(17,7,7)
#000000
(0,0,0)

Tints of #754311

#754311
(117,67,17)
#815426
(129,84,38)
#8D653B
(141,101,59)
#997650
(153,118,80)
#A58765
(165,135,101)
#B1987A
(177,152,122)
#BDA98F
(189,169,143)
#C9BAA4
(201,186,164)
#D5CBB9
(213,203,185)
#E1DCCE
(225,220,206)
#EDEDE3
(237,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754311 color. Also use rgb(117,67,17) instead hex code.

Text Font Color

.myTextColor { color: #754311; }

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

This text font color is #754311.


Background Color

.myBgColor { background-color: #754311; }

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

This div background color is #754311.


Border color

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

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

This div border color is #754311.


Opacity

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

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

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

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

This text has shadow with #754311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754311 on black background.


Color preview on white background

This text has color #754311 on white background.



Black color preview on #754311 background

This text has black color on #754311 background.


White color preview on #754311 background

This text has white color on #754311 background.