COLOR #758539

HEX: #758539
RGB: (117,133,57)

Color info

#758539 contains mainly red and green colors. Web safe color of #758539 is #669933 (or #693).

RGB color model

#758539 color RGB value is (117,133,57).

  • red value is 117;
  • green value is 133;
  • blue value is 57.
RGB:
(117,133,57)
(46%,52%,22%)

RGB channels and saturation

R 117 of 255 = 46%
G 133 of 255 = 52%
B 57 of 255 = 22%

117
133
57

R + G + B ~ 40%. #758539 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 133 + 57 = 307 (100%)
R 117 of 307 ~ 38.11%
G 133 of 307 ~ 43.32%
B 57 of 307 ~ 18.57%

%38.11
%43.32
%18.57

CMYK color model

#758539 color CMYK value is (12,0,57,48).

  • cyan value is 12.03%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 47.84%
CMYK:
(12,0,57,48)
C12M0Y57K48 
(12%,0%,57%,48%)
(0.12/0.00/0.57/0.48)	

CMYK percentages

%12.03
%0
%57.14
%47.84

Codes

Color #758539 in popluar color models

758539
RGB11713357
HSL73°40.00%37.25%
HSB/HSV73°57.14%52.16%
CMYK12.03%0.00%57.14%
47.84%

Color #758539 in popluar number systems.

HEX758539
Decimal11713357
Binary111010110000101111001
Octal16520571

Shades and tints

Shades of #758539

#758539
(117,133,57)
#6B7934
(107,121,52)
#616D2F
(97,109,47)
#57612A
(87,97,42)
#4D5525
(77,85,37)
#434920
(67,73,32)
#393D1B
(57,61,27)
#2F3116
(47,49,22)
#252511
(37,37,17)
#1B190C
(27,25,12)
#110D07
(17,13,7)
#000000
(0,0,0)

Tints of #758539

#758539
(117,133,57)
#81904B
(129,144,75)
#8D9B5D
(141,155,93)
#99A66F
(153,166,111)
#A5B181
(165,177,129)
#B1BC93
(177,188,147)
#BDC7A5
(189,199,165)
#C9D2B7
(201,210,183)
#D5DDC9
(213,221,201)
#E1E8DB
(225,232,219)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758539; }

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

This text font color is #758539.


Background Color

.myBgColor { background-color: #758539; }

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

This div background color is #758539.


Border color

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

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

This div border color is #758539.


Opacity

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

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

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

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

This text has shadow with #758539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758539 on black background.


Color preview on white background

This text has color #758539 on white background.



Black color preview on #758539 background

This text has black color on #758539 background.


White color preview on #758539 background

This text has white color on #758539 background.