COLOR #754B30

HEX: #754B30
RGB: (117,75,48)

Color info

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

RGB color model

#754B30 color RGB value is (117,75,48).

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

RGB channels and saturation

R 117 of 255 = 46%
G 75 of 255 = 29%
B 48 of 255 = 19%

117
75
48

R + G + B ~ 31%. #754B30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 75 + 48 = 240 (100%)
R 117 of 240 ~ 48.75%
G 75 of 240 ~ 31.25%
B 48 of 240 ~ 20%

%48.75
%31.25
%20

CMYK color model

#754B30 color CMYK value is (0,36,59,54).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 58.97%
  • key color value is 54.12%
CMYK:
(0,36,59,54)
C0M36Y59K54 
(0%,36%,59%,54%)
(0.00/0.36/0.59/0.54)	

CMYK percentages

%0
%35.9
%58.97
%54.12

Codes

Color #754B30 in popluar color models

754B30
RGB1177548
HSL23°41.82%32.35%
HSB/HSV23°58.97%45.88%
CMYK0.00%35.90%58.97%
54.12%

Color #754B30 in popluar number systems.

HEX754B30
Decimal1177548
Binary11101011001011110000
Octal16511360

Shades and tints

Shades of #754B30

#754B30
(117,75,48)
#6B452C
(107,69,44)
#613F28
(97,63,40)
#573924
(87,57,36)
#4D3320
(77,51,32)
#432D1C
(67,45,28)
#392718
(57,39,24)
#2F2114
(47,33,20)
#251B10
(37,27,16)
#1B150C
(27,21,12)
#110F08
(17,15,8)
#000000
(0,0,0)

Tints of #754B30

#754B30
(117,75,48)
#815B42
(129,91,66)
#8D6B54
(141,107,84)
#997B66
(153,123,102)
#A58B78
(165,139,120)
#B19B8A
(177,155,138)
#BDAB9C
(189,171,156)
#C9BBAE
(201,187,174)
#D5CBC0
(213,203,192)
#E1DBD2
(225,219,210)
#EDEBE4
(237,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754B30; }

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

This text font color is #754B30.


Background Color

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

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

This div background color is #754B30.


Border color

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

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

This div border color is #754B30.


Opacity

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

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

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

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

This text has shadow with #754B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754B30 on black background.


Color preview on white background

This text has color #754B30 on white background.



Black color preview on #754B30 background

This text has black color on #754B30 background.


White color preview on #754B30 background

This text has white color on #754B30 background.