COLOR #754F1F

HEX: #754F1F
RGB: (117,79,31)

Color info

#754F1F contains mainly red and green colors. Web safe color of #754F1F is #666633 (or #663).

RGB color model

#754F1F color RGB value is (117,79,31).

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

RGB channels and saturation

R 117 of 255 = 46%
G 79 of 255 = 31%
B 31 of 255 = 12%

117
79
31

R + G + B ~ 30%. #754F1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 79 + 31 = 227 (100%)
R 117 of 227 ~ 51.54%
G 79 of 227 ~ 34.8%
B 31 of 227 ~ 13.66%

%51.54
%34.8
%13.66

CMYK color model

#754F1F color CMYK value is (0,32,74,54).

  • cyan value is 0.00%
  • magenta value is 32.48%
  • yellow value is 73.50%
  • key color value is 54.12%
CMYK:
(0,32,74,54)
C0M32Y74K54 
(0%,32%,74%,54%)
(0.00/0.32/0.74/0.54)	

CMYK percentages

%0
%32.48
%73.5
%54.12

Codes

Color #754F1F in popluar color models

754F1F
RGB1177931
HSL33°58.11%29.02%
HSB/HSV33°73.50%45.88%
CMYK0.00%32.48%73.50%
54.12%

Color #754F1F in popluar number systems.

HEX754F1F
Decimal1177931
Binary1110101100111111111
Octal16511737

Shades and tints

Shades of #754F1F

#754F1F
(117,79,31)
#6B481D
(107,72,29)
#61411B
(97,65,27)
#573A19
(87,58,25)
#4D3317
(77,51,23)
#432C15
(67,44,21)
#392513
(57,37,19)
#2F1E11
(47,30,17)
#25170F
(37,23,15)
#1B100D
(27,16,13)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #754F1F

#754F1F
(117,79,31)
#815F33
(129,95,51)
#8D6F47
(141,111,71)
#997F5B
(153,127,91)
#A58F6F
(165,143,111)
#B19F83
(177,159,131)
#BDAF97
(189,175,151)
#C9BFAB
(201,191,171)
#D5CFBF
(213,207,191)
#E1DFD3
(225,223,211)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754F1F; }

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

This text font color is #754F1F.


Background Color

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

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

This div background color is #754F1F.


Border color

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

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

This div border color is #754F1F.


Opacity

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

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

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

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

This text has shadow with #754F1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754F1F on black background.


Color preview on white background

This text has color #754F1F on white background.



Black color preview on #754F1F background

This text has black color on #754F1F background.


White color preview on #754F1F background

This text has white color on #754F1F background.