COLOR #754D37

HEX: #754D37
RGB: (117,77,55)

Color info

#754D37 contains mainly red and green colors. Web safe color of #754D37 is #663333 (or #633).

RGB color model

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

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

RGB channels and saturation

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

117
77
55

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

Portions of RGB colors in percentages

R + G + B =
117 + 77 + 55 = 249 (100%)
R 117 of 249 ~ 46.99%
G 77 of 249 ~ 30.92%
B 55 of 249 ~ 22.09%

%46.99
%30.92
%22.09

CMYK color model

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

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

CMYK percentages

%0
%34.19
%52.99
%54.12

Codes

Color #754D37 in popluar color models

754D37
RGB1177755
HSL21°36.05%33.73%
HSB/HSV21°52.99%45.88%
CMYK0.00%34.19%52.99%
54.12%

Color #754D37 in popluar number systems.

HEX754D37
Decimal1177755
Binary11101011001101110111
Octal16511567

Shades and tints

Shades of #754D37

#754D37
(117,77,55)
#6B4632
(107,70,50)
#613F2D
(97,63,45)
#573828
(87,56,40)
#4D3123
(77,49,35)
#432A1E
(67,42,30)
#392319
(57,35,25)
#2F1C14
(47,28,20)
#25150F
(37,21,15)
#1B0E0A
(27,14,10)
#110705
(17,7,5)
#000000
(0,0,0)

Tints of #754D37

#754D37
(117,77,55)
#815D49
(129,93,73)
#8D6D5B
(141,109,91)
#997D6D
(153,125,109)
#A58D7F
(165,141,127)
#B19D91
(177,157,145)
#BDADA3
(189,173,163)
#C9BDB5
(201,189,181)
#D5CDC7
(213,205,199)
#E1DDD9
(225,221,217)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754D37; }

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

This text font color is #754D37.


Background Color

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

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

This div background color is #754D37.


Border color

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

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

This div border color is #754D37.


Opacity

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

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

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

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

This text has shadow with #754D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754D37 on black background.


Color preview on white background

This text has color #754D37 on white background.



Black color preview on #754D37 background

This text has black color on #754D37 background.


White color preview on #754D37 background

This text has white color on #754D37 background.