COLOR #754D4D

HEX: #754D4D
RGB: (117,77,77)

Color info

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

RGB color model

#754D4D color RGB value is (117,77,77).

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

RGB channels and saturation

R 117 of 255 = 46%
G 77 of 255 = 30%
B 77 of 255 = 30%

117
77
77

R + G + B ~ 35%. #754D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 77 + 77 = 271 (100%)
R 117 of 271 ~ 43.17%
G 77 of 271 ~ 28.41%
B 77 of 271 ~ 28.41%

%43.17
%28.41
%28.41

CMYK color model

#754D4D color CMYK value is (0,34,34,54).

  • cyan value is 0.00%
  • magenta value is 34.19%
  • yellow value is 34.19%
  • key color value is 54.12%
CMYK:
(0,34,34,54)
C0M34Y34K54 
(0%,34%,34%,54%)
(0.00/0.34/0.34/0.54)	

CMYK percentages

%0
%34.19
%34.19
%54.12

Codes

Color #754D4D in popluar color models

754D4D
RGB1177777
HSL20.62%38.04%
HSB/HSV34.19%45.88%
CMYK0.00%34.19%34.19%
54.12%

Color #754D4D in popluar number systems.

HEX754D4D
Decimal1177777
Binary111010110011011001101
Octal165115115

Shades and tints

Shades of #754D4D

#754D4D
(117,77,77)
#6B4646
(107,70,70)
#613F3F
(97,63,63)
#573838
(87,56,56)
#4D3131
(77,49,49)
#432A2A
(67,42,42)
#392323
(57,35,35)
#2F1C1C
(47,28,28)
#251515
(37,21,21)
#1B0E0E
(27,14,14)
#110707
(17,7,7)
#000000
(0,0,0)

Tints of #754D4D

#754D4D
(117,77,77)
#815D5D
(129,93,93)
#8D6D6D
(141,109,109)
#997D7D
(153,125,125)
#A58D8D
(165,141,141)
#B19D9D
(177,157,157)
#BDADAD
(189,173,173)
#C9BDBD
(201,189,189)
#D5CDCD
(213,205,205)
#E1DDDD
(225,221,221)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754D4D; }

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

This text font color is #754D4D.


Background Color

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

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

This div background color is #754D4D.


Border color

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

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

This div border color is #754D4D.


Opacity

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

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

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

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

This text has shadow with #754D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754D4D on black background.


Color preview on white background

This text has color #754D4D on white background.



Black color preview on #754D4D background

This text has black color on #754D4D background.


White color preview on #754D4D background

This text has white color on #754D4D background.