COLOR #754843

HEX: #754843
RGB: (117,72,67)

Color info

#754843 contains red, green and blue colors in about the same proportion. Web safe color of #754843 is #663333 (or #633).

RGB color model

#754843 color RGB value is (117,72,67).

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

RGB channels and saturation

R 117 of 255 = 46%
G 72 of 255 = 28%
B 67 of 255 = 26%

117
72
67

R + G + B ~ 33%. #754843 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 72 + 67 = 256 (100%)
R 117 of 256 ~ 45.7%
G 72 of 256 ~ 28.13%
B 67 of 256 ~ 26.17%

%45.7
%28.13
%26.17

CMYK color model

#754843 color CMYK value is (0,38,43,54).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 42.74%
  • key color value is 54.12%
CMYK:
(0,38,43,54)
C0M38Y43K54 
(0%,38%,43%,54%)
(0.00/0.38/0.43/0.54)	

CMYK percentages

%0
%38.46
%42.74
%54.12

Codes

Color #754843 in popluar color models

754843
RGB1177267
HSL27.17%36.08%
HSB/HSV42.74%45.88%
CMYK0.00%38.46%42.74%
54.12%

Color #754843 in popluar number systems.

HEX754843
Decimal1177267
Binary111010110010001000011
Octal165110103

Shades and tints

Shades of #754843

#754843
(117,72,67)
#6B423D
(107,66,61)
#613C37
(97,60,55)
#573631
(87,54,49)
#4D302B
(77,48,43)
#432A25
(67,42,37)
#39241F
(57,36,31)
#2F1E19
(47,30,25)
#251813
(37,24,19)
#1B120D
(27,18,13)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #754843

#754843
(117,72,67)
#815854
(129,88,84)
#8D6865
(141,104,101)
#997876
(153,120,118)
#A58887
(165,136,135)
#B19898
(177,152,152)
#BDA8A9
(189,168,169)
#C9B8BA
(201,184,186)
#D5C8CB
(213,200,203)
#E1D8DC
(225,216,220)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754843; }

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

This text font color is #754843.


Background Color

.myBgColor { background-color: #754843; }

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

This div background color is #754843.


Border color

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

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

This div border color is #754843.


Opacity

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

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

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

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

This text has shadow with #754843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754843 on black background.


Color preview on white background

This text has color #754843 on white background.



Black color preview on #754843 background

This text has black color on #754843 background.


White color preview on #754843 background

This text has white color on #754843 background.