COLOR #756E39

HEX: #756E39
RGB: (117,110,57)

Color info

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

RGB color model

#756E39 color RGB value is (117,110,57).

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

RGB channels and saturation

R 117 of 255 = 46%
G 110 of 255 = 43%
B 57 of 255 = 22%

117
110
57

R + G + B ~ 37%. #756E39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 110 + 57 = 284 (100%)
R 117 of 284 ~ 41.2%
G 110 of 284 ~ 38.73%
B 57 of 284 ~ 20.07%

%41.2
%38.73
%20.07

CMYK color model

#756E39 color CMYK value is (0,6,51,54).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 51.28%
  • key color value is 54.12%
CMYK:
(0,6,51,54)
C0M6Y51K54 
(0%,6%,51%,54%)
(0.00/0.06/0.51/0.54)	

CMYK percentages

%0
%5.98
%51.28
%54.12

Codes

Color #756E39 in popluar color models

756E39
RGB11711057
HSL53°34.48%34.12%
HSB/HSV53°51.28%45.88%
CMYK0.00%5.98%51.28%
54.12%

Color #756E39 in popluar number systems.

HEX756E39
Decimal11711057
Binary11101011101110111001
Octal16515671

Shades and tints

Shades of #756E39

#756E39
(117,110,57)
#6B6434
(107,100,52)
#615A2F
(97,90,47)
#57502A
(87,80,42)
#4D4625
(77,70,37)
#433C20
(67,60,32)
#39321B
(57,50,27)
#2F2816
(47,40,22)
#251E11
(37,30,17)
#1B140C
(27,20,12)
#110A07
(17,10,7)
#000000
(0,0,0)

Tints of #756E39

#756E39
(117,110,57)
#817B4B
(129,123,75)
#8D885D
(141,136,93)
#99956F
(153,149,111)
#A5A281
(165,162,129)
#B1AF93
(177,175,147)
#BDBCA5
(189,188,165)
#C9C9B7
(201,201,183)
#D5D6C9
(213,214,201)
#E1E3DB
(225,227,219)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756E39; }

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

This text font color is #756E39.


Background Color

.myBgColor { background-color: #756E39; }

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

This div background color is #756E39.


Border color

.myBorderColor { border: 1px solid #756E39; }

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

This div border color is #756E39.


Opacity

.myOpacity80 { color: #756E39; opacity: 0.8; }

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

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

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

This text has shadow with #756E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756E39 on black background.


Color preview on white background

This text has color #756E39 on white background.



Black color preview on #756E39 background

This text has black color on #756E39 background.


White color preview on #756E39 background

This text has white color on #756E39 background.