COLOR #754B1B

HEX: #754B1B
RGB: (117,75,27)

Color info

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

RGB color model

#754B1B color RGB value is (117,75,27).

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

RGB channels and saturation

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

117
75
27

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

Portions of RGB colors in percentages

R + G + B =
117 + 75 + 27 = 219 (100%)
R 117 of 219 ~ 53.42%
G 75 of 219 ~ 34.25%
B 27 of 219 ~ 12.33%

%53.42
%34.25
%12.33

CMYK color model

#754B1B color CMYK value is (0,36,77,54).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 76.92%
  • key color value is 54.12%
CMYK:
(0,36,77,54)
C0M36Y77K54 
(0%,36%,77%,54%)
(0.00/0.36/0.77/0.54)	

CMYK percentages

%0
%35.9
%76.92
%54.12

Codes

Color #754B1B in popluar color models

754B1B
RGB1177527
HSL32°62.50%28.24%
HSB/HSV32°76.92%45.88%
CMYK0.00%35.90%76.92%
54.12%

Color #754B1B in popluar number systems.

HEX754B1B
Decimal1177527
Binary1110101100101111011
Octal16511333

Shades and tints

Shades of #754B1B

#754B1B
(117,75,27)
#6B4519
(107,69,25)
#613F17
(97,63,23)
#573915
(87,57,21)
#4D3313
(77,51,19)
#432D11
(67,45,17)
#39270F
(57,39,15)
#2F210D
(47,33,13)
#251B0B
(37,27,11)
#1B1509
(27,21,9)
#110F07
(17,15,7)
#000000
(0,0,0)

Tints of #754B1B

#754B1B
(117,75,27)
#815B2F
(129,91,47)
#8D6B43
(141,107,67)
#997B57
(153,123,87)
#A58B6B
(165,139,107)
#B19B7F
(177,155,127)
#BDAB93
(189,171,147)
#C9BBA7
(201,187,167)
#D5CBBB
(213,203,187)
#E1DBCF
(225,219,207)
#EDEBE3
(237,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754B1B; }

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

This text font color is #754B1B.


Background Color

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

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

This div background color is #754B1B.


Border color

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

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

This div border color is #754B1B.


Opacity

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

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

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

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

This text has shadow with #754B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754B1B on black background.


Color preview on white background

This text has color #754B1B on white background.



Black color preview on #754B1B background

This text has black color on #754B1B background.


White color preview on #754B1B background

This text has white color on #754B1B background.