COLOR #757A35

HEX: #757A35
RGB: (117,122,53)

Color info

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

RGB color model

#757A35 color RGB value is (117,122,53).

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

RGB channels and saturation

R 117 of 255 = 46%
G 122 of 255 = 48%
B 53 of 255 = 21%

117
122
53

R + G + B ~ 38%. #757A35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 122 + 53 = 292 (100%)
R 117 of 292 ~ 40.07%
G 122 of 292 ~ 41.78%
B 53 of 292 ~ 18.15%

%40.07
%41.78
%18.15

CMYK color model

#757A35 color CMYK value is (4,0,57,52).

  • cyan value is 4.10%
  • magenta value is 0.00%
  • yellow value is 56.56%
  • key color value is 52.16%
CMYK:
(4,0,57,52)
C4M0Y57K52 
(4%,0%,57%,52%)
(0.04/0.00/0.57/0.52)	

CMYK percentages

%4.1
%0
%56.56
%52.16

Codes

Color #757A35 in popluar color models

757A35
RGB11712253
HSL64°39.43%34.31%
HSB/HSV64°56.56%47.84%
CMYK4.10%0.00%56.56%
52.16%

Color #757A35 in popluar number systems.

HEX757A35
Decimal11712253
Binary11101011111010110101
Octal16517265

Shades and tints

Shades of #757A35

#757A35
(117,122,53)
#6B6F31
(107,111,49)
#61642D
(97,100,45)
#575929
(87,89,41)
#4D4E25
(77,78,37)
#434321
(67,67,33)
#39381D
(57,56,29)
#2F2D19
(47,45,25)
#252215
(37,34,21)
#1B1711
(27,23,17)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #757A35

#757A35
(117,122,53)
#818647
(129,134,71)
#8D9259
(141,146,89)
#999E6B
(153,158,107)
#A5AA7D
(165,170,125)
#B1B68F
(177,182,143)
#BDC2A1
(189,194,161)
#C9CEB3
(201,206,179)
#D5DAC5
(213,218,197)
#E1E6D7
(225,230,215)
#EDF2E9
(237,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757A35 color. Also use rgb(117,122,53) instead hex code.

Text Font Color

.myTextColor { color: #757A35; }

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

This text font color is #757A35.


Background Color

.myBgColor { background-color: #757A35; }

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

This div background color is #757A35.


Border color

.myBorderColor { border: 1px solid #757A35; }

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

This div border color is #757A35.


Opacity

.myOpacity80 { color: #757A35; opacity: 0.8; }

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

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

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

This text has shadow with #757A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757A35 on black background.


Color preview on white background

This text has color #757A35 on white background.



Black color preview on #757A35 background

This text has black color on #757A35 background.


White color preview on #757A35 background

This text has white color on #757A35 background.