COLOR #754544

HEX: #754544
RGB: (117,69,68)

Color info

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

RGB color model

#754544 color RGB value is (117,69,68).

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

RGB channels and saturation

R 117 of 255 = 46%
G 69 of 255 = 27%
B 68 of 255 = 27%

117
69
68

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

Portions of RGB colors in percentages

R + G + B =
117 + 69 + 68 = 254 (100%)
R 117 of 254 ~ 46.06%
G 69 of 254 ~ 27.17%
B 68 of 254 ~ 26.77%

%46.06
%27.17
%26.77

CMYK color model

#754544 color CMYK value is (0,41,42,54).

  • cyan value is 0.00%
  • magenta value is 41.03%
  • yellow value is 41.88%
  • key color value is 54.12%
CMYK:
(0,41,42,54)
C0M41Y42K54 
(0%,41%,42%,54%)
(0.00/0.41/0.42/0.54)	

CMYK percentages

%0
%41.03
%41.88
%54.12

Codes

Color #754544 in popluar color models

754544
RGB1176968
HSL26.49%36.27%
HSB/HSV41.88%45.88%
CMYK0.00%41.03%41.88%
54.12%

Color #754544 in popluar number systems.

HEX754544
Decimal1176968
Binary111010110001011000100
Octal165105104

Shades and tints

Shades of #754544

#754544
(117,69,68)
#6B3F3E
(107,63,62)
#613938
(97,57,56)
#573332
(87,51,50)
#4D2D2C
(77,45,44)
#432726
(67,39,38)
#392120
(57,33,32)
#2F1B1A
(47,27,26)
#251514
(37,21,20)
#1B0F0E
(27,15,14)
#110908
(17,9,8)
#000000
(0,0,0)

Tints of #754544

#754544
(117,69,68)
#815555
(129,85,85)
#8D6566
(141,101,102)
#997577
(153,117,119)
#A58588
(165,133,136)
#B19599
(177,149,153)
#BDA5AA
(189,165,170)
#C9B5BB
(201,181,187)
#D5C5CC
(213,197,204)
#E1D5DD
(225,213,221)
#EDE5EE
(237,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754544; }

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

This text font color is #754544.


Background Color

.myBgColor { background-color: #754544; }

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

This div background color is #754544.


Border color

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

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

This div border color is #754544.


Opacity

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

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

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

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

This text has shadow with #754544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754544 on black background.


Color preview on white background

This text has color #754544 on white background.



Black color preview on #754544 background

This text has black color on #754544 background.


White color preview on #754544 background

This text has white color on #754544 background.