COLOR #754A41

HEX: #754A41
RGB: (117,74,65)

Color info

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

RGB color model

#754A41 color RGB value is (117,74,65).

  • red value is 117;
  • green value is 74;
  • blue value is 65.
RGB:
(117,74,65)
(46%,29%,25%)

RGB channels and saturation

R 117 of 255 = 46%
G 74 of 255 = 29%
B 65 of 255 = 25%

117
74
65

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

Portions of RGB colors in percentages

R + G + B =
117 + 74 + 65 = 256 (100%)
R 117 of 256 ~ 45.7%
G 74 of 256 ~ 28.91%
B 65 of 256 ~ 25.39%

%45.7
%28.91
%25.39

CMYK color model

#754A41 color CMYK value is (0,37,44,54).

  • cyan value is 0.00%
  • magenta value is 36.75%
  • yellow value is 44.44%
  • key color value is 54.12%
CMYK:
(0,37,44,54)
C0M37Y44K54 
(0%,37%,44%,54%)
(0.00/0.37/0.44/0.54)	

CMYK percentages

%0
%36.75
%44.44
%54.12

Codes

Color #754A41 in popluar color models

754A41
RGB1177465
HSL10°28.57%35.69%
HSB/HSV10°44.44%45.88%
CMYK0.00%36.75%44.44%
54.12%

Color #754A41 in popluar number systems.

HEX754A41
Decimal1177465
Binary111010110010101000001
Octal165112101

Shades and tints

Shades of #754A41

#754A41
(117,74,65)
#6B443C
(107,68,60)
#613E37
(97,62,55)
#573832
(87,56,50)
#4D322D
(77,50,45)
#432C28
(67,44,40)
#392623
(57,38,35)
#2F201E
(47,32,30)
#251A19
(37,26,25)
#1B1414
(27,20,20)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #754A41

#754A41
(117,74,65)
#815A52
(129,90,82)
#8D6A63
(141,106,99)
#997A74
(153,122,116)
#A58A85
(165,138,133)
#B19A96
(177,154,150)
#BDAAA7
(189,170,167)
#C9BAB8
(201,186,184)
#D5CAC9
(213,202,201)
#E1DADA
(225,218,218)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754A41; }

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

This text font color is #754A41.


Background Color

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

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

This div background color is #754A41.


Border color

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

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

This div border color is #754A41.


Opacity

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

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

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

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

This text has shadow with #754A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754A41 on black background.


Color preview on white background

This text has color #754A41 on white background.



Black color preview on #754A41 background

This text has black color on #754A41 background.


White color preview on #754A41 background

This text has white color on #754A41 background.