COLOR #754C24

HEX: #754C24
RGB: (117,76,36)

Color info

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

RGB color model

#754C24 color RGB value is (117,76,36).

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

RGB channels and saturation

R 117 of 255 = 46%
G 76 of 255 = 30%
B 36 of 255 = 14%

117
76
36

R + G + B ~ 30%. #754C24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 76 + 36 = 229 (100%)
R 117 of 229 ~ 51.09%
G 76 of 229 ~ 33.19%
B 36 of 229 ~ 15.72%

%51.09
%33.19
%15.72

CMYK color model

#754C24 color CMYK value is (0,35,69,54).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 69.23%
  • key color value is 54.12%
CMYK:
(0,35,69,54)
C0M35Y69K54 
(0%,35%,69%,54%)
(0.00/0.35/0.69/0.54)	

CMYK percentages

%0
%35.04
%69.23
%54.12

Codes

Color #754C24 in popluar color models

754C24
RGB1177636
HSL30°52.94%30.00%
HSB/HSV30°69.23%45.88%
CMYK0.00%35.04%69.23%
54.12%

Color #754C24 in popluar number systems.

HEX754C24
Decimal1177636
Binary11101011001100100100
Octal16511444

Shades and tints

Shades of #754C24

#754C24
(117,76,36)
#6B4621
(107,70,33)
#61401E
(97,64,30)
#573A1B
(87,58,27)
#4D3418
(77,52,24)
#432E15
(67,46,21)
#392812
(57,40,18)
#2F220F
(47,34,15)
#251C0C
(37,28,12)
#1B1609
(27,22,9)
#111006
(17,16,6)
#000000
(0,0,0)

Tints of #754C24

#754C24
(117,76,36)
#815C37
(129,92,55)
#8D6C4A
(141,108,74)
#997C5D
(153,124,93)
#A58C70
(165,140,112)
#B19C83
(177,156,131)
#BDAC96
(189,172,150)
#C9BCA9
(201,188,169)
#D5CCBC
(213,204,188)
#E1DCCF
(225,220,207)
#EDECE2
(237,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754C24; }

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

This text font color is #754C24.


Background Color

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

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

This div background color is #754C24.


Border color

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

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

This div border color is #754C24.


Opacity

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

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

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

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

This text has shadow with #754C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754C24 on black background.


Color preview on white background

This text has color #754C24 on white background.



Black color preview on #754C24 background

This text has black color on #754C24 background.


White color preview on #754C24 background

This text has white color on #754C24 background.