COLOR #754A1B

HEX: #754A1B
RGB: (117,74,27)

Color info

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

RGB color model

#754A1B color RGB value is (117,74,27).

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

RGB channels and saturation

R 117 of 255 = 46%
G 74 of 255 = 29%
B 27 of 255 = 11%

117
74
27

R + G + B ~ 29%. #754A1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 74 + 27 = 218 (100%)
R 117 of 218 ~ 53.67%
G 74 of 218 ~ 33.94%
B 27 of 218 ~ 12.39%

%53.67
%33.94
%12.39

CMYK color model

#754A1B color CMYK value is (0,37,77,54).

  • cyan value is 0.00%
  • magenta value is 36.75%
  • yellow value is 76.92%
  • key color value is 54.12%
CMYK:
(0,37,77,54)
C0M37Y77K54 
(0%,37%,77%,54%)
(0.00/0.37/0.77/0.54)	

CMYK percentages

%0
%36.75
%76.92
%54.12

Codes

Color #754A1B in popluar color models

754A1B
RGB1177427
HSL31°62.50%28.24%
HSB/HSV31°76.92%45.88%
CMYK0.00%36.75%76.92%
54.12%

Color #754A1B in popluar number systems.

HEX754A1B
Decimal1177427
Binary1110101100101011011
Octal16511233

Shades and tints

Shades of #754A1B

#754A1B
(117,74,27)
#6B4419
(107,68,25)
#613E17
(97,62,23)
#573815
(87,56,21)
#4D3213
(77,50,19)
#432C11
(67,44,17)
#39260F
(57,38,15)
#2F200D
(47,32,13)
#251A0B
(37,26,11)
#1B1409
(27,20,9)
#110E07
(17,14,7)
#000000
(0,0,0)

Tints of #754A1B

#754A1B
(117,74,27)
#815A2F
(129,90,47)
#8D6A43
(141,106,67)
#997A57
(153,122,87)
#A58A6B
(165,138,107)
#B19A7F
(177,154,127)
#BDAA93
(189,170,147)
#C9BAA7
(201,186,167)
#D5CABB
(213,202,187)
#E1DACF
(225,218,207)
#EDEAE3
(237,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754A1B; }

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

This text font color is #754A1B.


Background Color

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

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

This div background color is #754A1B.


Border color

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

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

This div border color is #754A1B.


Opacity

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

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

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

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

This text has shadow with #754A1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754A1B on black background.


Color preview on white background

This text has color #754A1B on white background.



Black color preview on #754A1B background

This text has black color on #754A1B background.


White color preview on #754A1B background

This text has white color on #754A1B background.