COLOR #757517

HEX: #757517
RGB: (117,117,23)

Color info

#757517 contains mainly red and green colors. Web safe color of #757517 is #666600 (or #660).

RGB color model

#757517 color RGB value is (117,117,23).

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

RGB channels and saturation

R 117 of 255 = 46%
G 117 of 255 = 46%
B 23 of 255 = 9%

117
117
23

R + G + B ~ 34%. #757517 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 117 + 23 = 257 (100%)
R 117 of 257 ~ 45.53%
G 117 of 257 ~ 45.53%
B 23 of 257 ~ 8.95%

%45.53
%45.53

CMYK color model

#757517 color CMYK value is (0,0,80,54).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 80.34%
  • key color value is 54.12%
CMYK:
(0,0,80,54)
C0M0Y80K54 
(0%,0%,80%,54%)
(0.00/0.00/0.80/0.54)	

CMYK percentages

%0
%0
%80.34
%54.12

Codes

Color #757517 in popluar color models

757517
RGB11711723
HSL60°67.14%27.45%
HSB/HSV60°80.34%45.88%
CMYK0.00%0.00%80.34%
54.12%

Color #757517 in popluar number systems.

HEX757517
Decimal11711723
Binary1110101111010110111
Octal16516527

Shades and tints

Shades of #757517

#757517
(117,117,23)
#6B6B15
(107,107,21)
#616113
(97,97,19)
#575711
(87,87,17)
#4D4D0F
(77,77,15)
#43430D
(67,67,13)
#39390B
(57,57,11)
#2F2F09
(47,47,9)
#252507
(37,37,7)
#1B1B05
(27,27,5)
#111103
(17,17,3)
#000000
(0,0,0)

Tints of #757517

#757517
(117,117,23)
#81812C
(129,129,44)
#8D8D41
(141,141,65)
#999956
(153,153,86)
#A5A56B
(165,165,107)
#B1B180
(177,177,128)
#BDBD95
(189,189,149)
#C9C9AA
(201,201,170)
#D5D5BF
(213,213,191)
#E1E1D4
(225,225,212)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757517; }

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

This text font color is #757517.


Background Color

.myBgColor { background-color: #757517; }

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

This div background color is #757517.


Border color

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

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

This div border color is #757517.


Opacity

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

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

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

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

This text has shadow with #757517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757517 on black background.


Color preview on white background

This text has color #757517 on white background.



Black color preview on #757517 background

This text has black color on #757517 background.


White color preview on #757517 background

This text has white color on #757517 background.