COLOR #757530

HEX: #757530
RGB: (117,117,48)

Color info

#757530 contains mainly red and green colors. Web safe color of #757530 is #666633 (or #663).

RGB color model

#757530 color RGB value is (117,117,48).

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

RGB channels and saturation

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

117
117
48

R + G + B ~ 37%. #757530 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 117 + 48 = 282 (100%)
R 117 of 282 ~ 41.49%
G 117 of 282 ~ 41.49%
B 48 of 282 ~ 17.02%

%41.49
%41.49
%17.02

CMYK color model

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

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

CMYK percentages

%0
%0
%58.97
%54.12

Codes

Color #757530 in popluar color models

757530
RGB11711748
HSL60°41.82%32.35%
HSB/HSV60°58.97%45.88%
CMYK0.00%0.00%58.97%
54.12%

Color #757530 in popluar number systems.

HEX757530
Decimal11711748
Binary11101011110101110000
Octal16516560

Shades and tints

Shades of #757530

#757530
(117,117,48)
#6B6B2C
(107,107,44)
#616128
(97,97,40)
#575724
(87,87,36)
#4D4D20
(77,77,32)
#43431C
(67,67,28)
#393918
(57,57,24)
#2F2F14
(47,47,20)
#252510
(37,37,16)
#1B1B0C
(27,27,12)
#111108
(17,17,8)
#000000
(0,0,0)

Tints of #757530

#757530
(117,117,48)
#818142
(129,129,66)
#8D8D54
(141,141,84)
#999966
(153,153,102)
#A5A578
(165,165,120)
#B1B18A
(177,177,138)
#BDBD9C
(189,189,156)
#C9C9AE
(201,201,174)
#D5D5C0
(213,213,192)
#E1E1D2
(225,225,210)
#EDEDE4
(237,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757530; }

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

This text font color is #757530.


Background Color

.myBgColor { background-color: #757530; }

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

This div background color is #757530.


Border color

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

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

This div border color is #757530.


Opacity

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

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

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

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

This text has shadow with #757530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757530 on black background.


Color preview on white background

This text has color #757530 on white background.



Black color preview on #757530 background

This text has black color on #757530 background.


White color preview on #757530 background

This text has white color on #757530 background.