COLOR #754D3E

HEX: #754D3E
RGB: (117,77,62)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
77
62

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

Portions of RGB colors in percentages

R + G + B =
117 + 77 + 62 = 256 (100%)
R 117 of 256 ~ 45.7%
G 77 of 256 ~ 30.08%
B 62 of 256 ~ 24.22%

%45.7
%30.08
%24.22

CMYK color model

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

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

CMYK percentages

%0
%34.19
%47.01
%54.12

Codes

Color #754D3E in popluar color models

754D3E
RGB1177762
HSL16°30.73%35.10%
HSB/HSV16°47.01%45.88%
CMYK0.00%34.19%47.01%
54.12%

Color #754D3E in popluar number systems.

HEX754D3E
Decimal1177762
Binary11101011001101111110
Octal16511576

Shades and tints

Shades of #754D3E

#754D3E
(117,77,62)
#6B4639
(107,70,57)
#613F34
(97,63,52)
#57382F
(87,56,47)
#4D312A
(77,49,42)
#432A25
(67,42,37)
#392320
(57,35,32)
#2F1C1B
(47,28,27)
#251516
(37,21,22)
#1B0E11
(27,14,17)
#11070C
(17,7,12)
#000000
(0,0,0)

Tints of #754D3E

#754D3E
(117,77,62)
#815D4F
(129,93,79)
#8D6D60
(141,109,96)
#997D71
(153,125,113)
#A58D82
(165,141,130)
#B19D93
(177,157,147)
#BDADA4
(189,173,164)
#C9BDB5
(201,189,181)
#D5CDC6
(213,205,198)
#E1DDD7
(225,221,215)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754D3E; }

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

This text font color is #754D3E.


Background Color

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

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

This div background color is #754D3E.


Border color

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

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

This div border color is #754D3E.


Opacity

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

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

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

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

This text has shadow with #754D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754D3E on black background.


Color preview on white background

This text has color #754D3E on white background.



Black color preview on #754D3E background

This text has black color on #754D3E background.


White color preview on #754D3E background

This text has white color on #754D3E background.