COLOR #757117

HEX: #757117
RGB: (117,113,23)

Color info

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

RGB color model

#757117 color RGB value is (117,113,23).

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

RGB channels and saturation

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

117
113
23

R + G + B ~ 33%. #757117 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 113 + 23 = 253 (100%)
R 117 of 253 ~ 46.25%
G 113 of 253 ~ 44.66%
B 23 of 253 ~ 9.09%

%46.25
%44.66

CMYK color model

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

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

CMYK percentages

%0
%3.42
%80.34
%54.12

Codes

Color #757117 in popluar color models

757117
RGB11711323
HSL57°67.14%27.45%
HSB/HSV57°80.34%45.88%
CMYK0.00%3.42%80.34%
54.12%

Color #757117 in popluar number systems.

HEX757117
Decimal11711323
Binary1110101111000110111
Octal16516127

Shades and tints

Shades of #757117

#757117
(117,113,23)
#6B6715
(107,103,21)
#615D13
(97,93,19)
#575311
(87,83,17)
#4D490F
(77,73,15)
#433F0D
(67,63,13)
#39350B
(57,53,11)
#2F2B09
(47,43,9)
#252107
(37,33,7)
#1B1705
(27,23,5)
#110D03
(17,13,3)
#000000
(0,0,0)

Tints of #757117

#757117
(117,113,23)
#817D2C
(129,125,44)
#8D8941
(141,137,65)
#999556
(153,149,86)
#A5A16B
(165,161,107)
#B1AD80
(177,173,128)
#BDB995
(189,185,149)
#C9C5AA
(201,197,170)
#D5D1BF
(213,209,191)
#E1DDD4
(225,221,212)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757117; }

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

This text font color is #757117.


Background Color

.myBgColor { background-color: #757117; }

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

This div background color is #757117.


Border color

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

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

This div border color is #757117.


Opacity

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

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

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

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

This text has shadow with #757117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757117 on black background.


Color preview on white background

This text has color #757117 on white background.



Black color preview on #757117 background

This text has black color on #757117 background.


White color preview on #757117 background

This text has white color on #757117 background.