COLOR #754530

HEX: #754530
RGB: (117,69,48)

Color info

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

RGB color model

#754530 color RGB value is (117,69,48).

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

RGB channels and saturation

R 117 of 255 = 46%
G 69 of 255 = 27%
B 48 of 255 = 19%

117
69
48

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

Portions of RGB colors in percentages

R + G + B =
117 + 69 + 48 = 234 (100%)
R 117 of 234 ~ 50%
G 69 of 234 ~ 29.49%
B 48 of 234 ~ 20.51%

%50
%29.49
%20.51

CMYK color model

#754530 color CMYK value is (0,41,59,54).

  • cyan value is 0.00%
  • magenta value is 41.03%
  • yellow value is 58.97%
  • key color value is 54.12%
CMYK:
(0,41,59,54)
C0M41Y59K54 
(0%,41%,59%,54%)
(0.00/0.41/0.59/0.54)	

CMYK percentages

%0
%41.03
%58.97
%54.12

Codes

Color #754530 in popluar color models

754530
RGB1176948
HSL18°41.82%32.35%
HSB/HSV18°58.97%45.88%
CMYK0.00%41.03%58.97%
54.12%

Color #754530 in popluar number systems.

HEX754530
Decimal1176948
Binary11101011000101110000
Octal16510560

Shades and tints

Shades of #754530

#754530
(117,69,48)
#6B3F2C
(107,63,44)
#613928
(97,57,40)
#573324
(87,51,36)
#4D2D20
(77,45,32)
#43271C
(67,39,28)
#392118
(57,33,24)
#2F1B14
(47,27,20)
#251510
(37,21,16)
#1B0F0C
(27,15,12)
#110908
(17,9,8)
#000000
(0,0,0)

Tints of #754530

#754530
(117,69,48)
#815542
(129,85,66)
#8D6554
(141,101,84)
#997566
(153,117,102)
#A58578
(165,133,120)
#B1958A
(177,149,138)
#BDA59C
(189,165,156)
#C9B5AE
(201,181,174)
#D5C5C0
(213,197,192)
#E1D5D2
(225,213,210)
#EDE5E4
(237,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754530; }

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

This text font color is #754530.


Background Color

.myBgColor { background-color: #754530; }

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

This div background color is #754530.


Border color

.myBorderColor { border: 1px solid #754530; }

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

This div border color is #754530.


Opacity

.myOpacity80 { color: #754530; opacity: 0.8; }

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

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

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

This text has shadow with #754530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754530 on black background.


Color preview on white background

This text has color #754530 on white background.



Black color preview on #754530 background

This text has black color on #754530 background.


White color preview on #754530 background

This text has white color on #754530 background.