COLOR #754646

HEX: #754646
RGB: (117,70,70)

Color info

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

RGB color model

#754646 color RGB value is (117,70,70).

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

RGB channels and saturation

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

117
70
70

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

Portions of RGB colors in percentages

R + G + B =
117 + 70 + 70 = 257 (100%)
R 117 of 257 ~ 45.53%
G 70 of 257 ~ 27.24%
B 70 of 257 ~ 27.24%

%45.53
%27.24
%27.24

CMYK color model

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

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

CMYK percentages

%0
%40.17
%40.17
%54.12

Codes

Color #754646 in popluar color models

754646
RGB1177070
HSL25.13%36.67%
HSB/HSV40.17%45.88%
CMYK0.00%40.17%40.17%
54.12%

Color #754646 in popluar number systems.

HEX754646
Decimal1177070
Binary111010110001101000110
Octal165106106

Shades and tints

Shades of #754646

#754646
(117,70,70)
#6B4040
(107,64,64)
#613A3A
(97,58,58)
#573434
(87,52,52)
#4D2E2E
(77,46,46)
#432828
(67,40,40)
#392222
(57,34,34)
#2F1C1C
(47,28,28)
#251616
(37,22,22)
#1B1010
(27,16,16)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #754646

#754646
(117,70,70)
#815656
(129,86,86)
#8D6666
(141,102,102)
#997676
(153,118,118)
#A58686
(165,134,134)
#B19696
(177,150,150)
#BDA6A6
(189,166,166)
#C9B6B6
(201,182,182)
#D5C6C6
(213,198,198)
#E1D6D6
(225,214,214)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754646; }

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

This text font color is #754646.


Background Color

.myBgColor { background-color: #754646; }

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

This div background color is #754646.


Border color

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

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

This div border color is #754646.


Opacity

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

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

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

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

This text has shadow with #754646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754646 on black background.


Color preview on white background

This text has color #754646 on white background.



Black color preview on #754646 background

This text has black color on #754646 background.


White color preview on #754646 background

This text has white color on #754646 background.