COLOR #754400

HEX: #754400
RGB: (117,68,0)

Color info

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

RGB color model

#754400 color RGB value is (117,68,0).

  • red value is 117;
  • green value is 68;
  • blue value is 0.
RGB:
(117,68,0)
(46%,27%,0%)

RGB channels and saturation

R 117 of 255 = 46%
G 68 of 255 = 27%
B 0 of 255 = 0%

117
68
0

R + G + B ~ 24%. #754400 is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 68 + 0 = 185 (100%)
R 117 of 185 ~ 63.24%
G 68 of 185 ~ 36.76%
B 0 of 185 ~ 0%

%63.24
%36.76

CMYK color model

#754400 color CMYK value is (0,42,100,54).

  • cyan value is 0.00%
  • magenta value is 41.88%
  • yellow value is 100.00%
  • key color value is 54.12%
CMYK:
(0,42,100,54)
C0M42Y100K54 
(0%,42%,100%,54%)
(0.00/0.42/1.00/0.54)	

CMYK percentages

%0
%41.88
%100
%54.12

Codes

Color #754400 in popluar color models

754400
RGB117680
HSL35°100.00%22.94%
HSB/HSV35°100.00%45.88%
CMYK0.00%41.88%100.00%
54.12%

Color #754400 in popluar number systems.

HEX754400
Decimal117680
Binary111010110001000
Octal1651040

Shades and tints

Shades of #754400

#754400
(117,68,0)
#6B3E00
(107,62,0)
#613800
(97,56,0)
#573200
(87,50,0)
#4D2C00
(77,44,0)
#432600
(67,38,0)
#392000
(57,32,0)
#2F1A00
(47,26,0)
#251400
(37,20,0)
#1B0E00
(27,14,0)
#110800
(17,8,0)
#000000
(0,0,0)

Tints of #754400

#754400
(117,68,0)
#815517
(129,85,23)
#8D662E
(141,102,46)
#997745
(153,119,69)
#A5885C
(165,136,92)
#B19973
(177,153,115)
#BDAA8A
(189,170,138)
#C9BBA1
(201,187,161)
#D5CCB8
(213,204,184)
#E1DDCF
(225,221,207)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754400 color. Also use rgb(117,68,0) instead hex code.

Text Font Color

.myTextColor { color: #754400; }

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

This text font color is #754400.


Background Color

.myBgColor { background-color: #754400; }

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

This div background color is #754400.


Border color

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

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

This div border color is #754400.


Opacity

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

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

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

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

This text has shadow with #754400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754400 on black background.


Color preview on white background

This text has color #754400 on white background.



Black color preview on #754400 background

This text has black color on #754400 background.


White color preview on #754400 background

This text has white color on #754400 background.