COLOR #754D1F

HEX: #754D1F
RGB: (117,77,31)

Color info

#754D1F contains mainly red and green colors. Web safe color of #754D1F is #663333 (or #633).

RGB color model

#754D1F color RGB value is (117,77,31).

  • red value is 117;
  • green value is 77;
  • blue value is 31.
RGB:
(117,77,31)
(46%,30%,12%)

RGB channels and saturation

R 117 of 255 = 46%
G 77 of 255 = 30%
B 31 of 255 = 12%

117
77
31

R + G + B ~ 29%. #754D1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 77 + 31 = 225 (100%)
R 117 of 225 ~ 52%
G 77 of 225 ~ 34.22%
B 31 of 225 ~ 13.78%

%52
%34.22
%13.78

CMYK color model

#754D1F color CMYK value is (0,34,74,54).

  • cyan value is 0.00%
  • magenta value is 34.19%
  • yellow value is 73.50%
  • key color value is 54.12%
CMYK:
(0,34,74,54)
C0M34Y74K54 
(0%,34%,74%,54%)
(0.00/0.34/0.74/0.54)	

CMYK percentages

%0
%34.19
%73.5
%54.12

Codes

Color #754D1F in popluar color models

754D1F
RGB1177731
HSL32°58.11%29.02%
HSB/HSV32°73.50%45.88%
CMYK0.00%34.19%73.50%
54.12%

Color #754D1F in popluar number systems.

HEX754D1F
Decimal1177731
Binary1110101100110111111
Octal16511537

Shades and tints

Shades of #754D1F

#754D1F
(117,77,31)
#6B461D
(107,70,29)
#613F1B
(97,63,27)
#573819
(87,56,25)
#4D3117
(77,49,23)
#432A15
(67,42,21)
#392313
(57,35,19)
#2F1C11
(47,28,17)
#25150F
(37,21,15)
#1B0E0D
(27,14,13)
#11070B
(17,7,11)
#000000
(0,0,0)

Tints of #754D1F

#754D1F
(117,77,31)
#815D33
(129,93,51)
#8D6D47
(141,109,71)
#997D5B
(153,125,91)
#A58D6F
(165,141,111)
#B19D83
(177,157,131)
#BDAD97
(189,173,151)
#C9BDAB
(201,189,171)
#D5CDBF
(213,205,191)
#E1DDD3
(225,221,211)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754D1F color. Also use rgb(117,77,31) instead hex code.

Text Font Color

.myTextColor { color: #754D1F; }

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

This text font color is #754D1F.


Background Color

.myBgColor { background-color: #754D1F; }

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

This div background color is #754D1F.


Border color

.myBorderColor { border: 1px solid #754D1F; }

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

This div border color is #754D1F.


Opacity

.myOpacity80 { color: #754D1F; opacity: 0.8; }

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

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

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

This text has shadow with #754D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754D1F on black background.


Color preview on white background

This text has color #754D1F on white background.



Black color preview on #754D1F background

This text has black color on #754D1F background.


White color preview on #754D1F background

This text has white color on #754D1F background.