COLOR #756439

HEX: #756439
RGB: (117,100,57)

Color info

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

RGB color model

#756439 color RGB value is (117,100,57).

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

RGB channels and saturation

R 117 of 255 = 46%
G 100 of 255 = 39%
B 57 of 255 = 22%

117
100
57

R + G + B ~ 36%. #756439 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 100 + 57 = 274 (100%)
R 117 of 274 ~ 42.7%
G 100 of 274 ~ 36.5%
B 57 of 274 ~ 20.8%

%42.7
%36.5
%20.8

CMYK color model

#756439 color CMYK value is (0,15,51,54).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 51.28%
  • key color value is 54.12%
CMYK:
(0,15,51,54)
C0M15Y51K54 
(0%,15%,51%,54%)
(0.00/0.15/0.51/0.54)	

CMYK percentages

%0
%14.53
%51.28
%54.12

Codes

Color #756439 in popluar color models

756439
RGB11710057
HSL43°34.48%34.12%
HSB/HSV43°51.28%45.88%
CMYK0.00%14.53%51.28%
54.12%

Color #756439 in popluar number systems.

HEX756439
Decimal11710057
Binary11101011100100111001
Octal16514471

Shades and tints

Shades of #756439

#756439
(117,100,57)
#6B5B34
(107,91,52)
#61522F
(97,82,47)
#57492A
(87,73,42)
#4D4025
(77,64,37)
#433720
(67,55,32)
#392E1B
(57,46,27)
#2F2516
(47,37,22)
#251C11
(37,28,17)
#1B130C
(27,19,12)
#110A07
(17,10,7)
#000000
(0,0,0)

Tints of #756439

#756439
(117,100,57)
#81724B
(129,114,75)
#8D805D
(141,128,93)
#998E6F
(153,142,111)
#A59C81
(165,156,129)
#B1AA93
(177,170,147)
#BDB8A5
(189,184,165)
#C9C6B7
(201,198,183)
#D5D4C9
(213,212,201)
#E1E2DB
(225,226,219)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756439; }

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

This text font color is #756439.


Background Color

.myBgColor { background-color: #756439; }

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

This div background color is #756439.


Border color

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

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

This div border color is #756439.


Opacity

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

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

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

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

This text has shadow with #756439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756439 on black background.


Color preview on white background

This text has color #756439 on white background.



Black color preview on #756439 background

This text has black color on #756439 background.


White color preview on #756439 background

This text has white color on #756439 background.