COLOR #757439

HEX: #757439
RGB: (117,116,57)

Color info

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

RGB color model

#757439 color RGB value is (117,116,57).

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

RGB channels and saturation

R 117 of 255 = 46%
G 116 of 255 = 45%
B 57 of 255 = 22%

117
116
57

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

Portions of RGB colors in percentages

R + G + B =
117 + 116 + 57 = 290 (100%)
R 117 of 290 ~ 40.34%
G 116 of 290 ~ 40%
B 57 of 290 ~ 19.66%

%40.34
%40
%19.66

CMYK color model

#757439 color CMYK value is (0,1,51,54).

  • cyan value is 0.00%
  • magenta value is 0.85%
  • yellow value is 51.28%
  • key color value is 54.12%
CMYK:
(0,1,51,54)
C0M1Y51K54 
(0%,1%,51%,54%)
(0.00/0.01/0.51/0.54)	

CMYK percentages

%0
%0.85
%51.28
%54.12

Codes

Color #757439 in popluar color models

757439
RGB11711657
HSL59°34.48%34.12%
HSB/HSV59°51.28%45.88%
CMYK0.00%0.85%51.28%
54.12%

Color #757439 in popluar number systems.

HEX757439
Decimal11711657
Binary11101011110100111001
Octal16516471

Shades and tints

Shades of #757439

#757439
(117,116,57)
#6B6A34
(107,106,52)
#61602F
(97,96,47)
#57562A
(87,86,42)
#4D4C25
(77,76,37)
#434220
(67,66,32)
#39381B
(57,56,27)
#2F2E16
(47,46,22)
#252411
(37,36,17)
#1B1A0C
(27,26,12)
#111007
(17,16,7)
#000000
(0,0,0)

Tints of #757439

#757439
(117,116,57)
#81804B
(129,128,75)
#8D8C5D
(141,140,93)
#99986F
(153,152,111)
#A5A481
(165,164,129)
#B1B093
(177,176,147)
#BDBCA5
(189,188,165)
#C9C8B7
(201,200,183)
#D5D4C9
(213,212,201)
#E1E0DB
(225,224,219)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757439; }

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

This text font color is #757439.


Background Color

.myBgColor { background-color: #757439; }

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

This div background color is #757439.


Border color

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

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

This div border color is #757439.


Opacity

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

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

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

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

This text has shadow with #757439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757439 on black background.


Color preview on white background

This text has color #757439 on white background.



Black color preview on #757439 background

This text has black color on #757439 background.


White color preview on #757439 background

This text has white color on #757439 background.