COLOR #754846

HEX: #754846
RGB: (117,72,70)

Color info

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

RGB color model

#754846 color RGB value is (117,72,70).

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

RGB channels and saturation

R 117 of 255 = 46%
G 72 of 255 = 28%
B 70 of 255 = 27%

117
72
70

R + G + B ~ 34%. #754846 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 72 + 70 = 259 (100%)
R 117 of 259 ~ 45.17%
G 72 of 259 ~ 27.8%
B 70 of 259 ~ 27.03%

%45.17
%27.8
%27.03

CMYK color model

#754846 color CMYK value is (0,38,40,54).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 40.17%
  • key color value is 54.12%
CMYK:
(0,38,40,54)
C0M38Y40K54 
(0%,38%,40%,54%)
(0.00/0.38/0.40/0.54)	

CMYK percentages

%0
%38.46
%40.17
%54.12

Codes

Color #754846 in popluar color models

754846
RGB1177270
HSL25.13%36.67%
HSB/HSV40.17%45.88%
CMYK0.00%38.46%40.17%
54.12%

Color #754846 in popluar number systems.

HEX754846
Decimal1177270
Binary111010110010001000110
Octal165110106

Shades and tints

Shades of #754846

#754846
(117,72,70)
#6B4240
(107,66,64)
#613C3A
(97,60,58)
#573634
(87,54,52)
#4D302E
(77,48,46)
#432A28
(67,42,40)
#392422
(57,36,34)
#2F1E1C
(47,30,28)
#251816
(37,24,22)
#1B1210
(27,18,16)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #754846

#754846
(117,72,70)
#815856
(129,88,86)
#8D6866
(141,104,102)
#997876
(153,120,118)
#A58886
(165,136,134)
#B19896
(177,152,150)
#BDA8A6
(189,168,166)
#C9B8B6
(201,184,182)
#D5C8C6
(213,200,198)
#E1D8D6
(225,216,214)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754846; }

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

This text font color is #754846.


Background Color

.myBgColor { background-color: #754846; }

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

This div background color is #754846.


Border color

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

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

This div border color is #754846.


Opacity

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

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

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

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

This text has shadow with #754846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754846 on black background.


Color preview on white background

This text has color #754846 on white background.



Black color preview on #754846 background

This text has black color on #754846 background.


White color preview on #754846 background

This text has white color on #754846 background.