COLOR #754D3B

HEX: #754D3B
RGB: (117,77,59)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
77
59

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

Portions of RGB colors in percentages

R + G + B =
117 + 77 + 59 = 253 (100%)
R 117 of 253 ~ 46.25%
G 77 of 253 ~ 30.43%
B 59 of 253 ~ 23.32%

%46.25
%30.43
%23.32

CMYK color model

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

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

CMYK percentages

%0
%34.19
%49.57
%54.12

Codes

Color #754D3B in popluar color models

754D3B
RGB1177759
HSL19°32.95%34.51%
HSB/HSV19°49.57%45.88%
CMYK0.00%34.19%49.57%
54.12%

Color #754D3B in popluar number systems.

HEX754D3B
Decimal1177759
Binary11101011001101111011
Octal16511573

Shades and tints

Shades of #754D3B

#754D3B
(117,77,59)
#6B4636
(107,70,54)
#613F31
(97,63,49)
#57382C
(87,56,44)
#4D3127
(77,49,39)
#432A22
(67,42,34)
#39231D
(57,35,29)
#2F1C18
(47,28,24)
#251513
(37,21,19)
#1B0E0E
(27,14,14)
#110709
(17,7,9)
#000000
(0,0,0)

Tints of #754D3B

#754D3B
(117,77,59)
#815D4C
(129,93,76)
#8D6D5D
(141,109,93)
#997D6E
(153,125,110)
#A58D7F
(165,141,127)
#B19D90
(177,157,144)
#BDADA1
(189,173,161)
#C9BDB2
(201,189,178)
#D5CDC3
(213,205,195)
#E1DDD4
(225,221,212)
#EDEDE5
(237,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754D3B; }

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

This text font color is #754D3B.


Background Color

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

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

This div background color is #754D3B.


Border color

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

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

This div border color is #754D3B.


Opacity

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

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

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

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

This text has shadow with #754D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754D3B on black background.


Color preview on white background

This text has color #754D3B on white background.



Black color preview on #754D3B background

This text has black color on #754D3B background.


White color preview on #754D3B background

This text has white color on #754D3B background.