COLOR #756138

HEX: #756138
RGB: (117,97,56)

Color info

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

RGB color model

#756138 color RGB value is (117,97,56).

  • red value is 117;
  • green value is 97;
  • blue value is 56.
RGB:
(117,97,56)
(46%,38%,22%)

RGB channels and saturation

R 117 of 255 = 46%
G 97 of 255 = 38%
B 56 of 255 = 22%

117
97
56

R + G + B ~ 35%. #756138 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 97 + 56 = 270 (100%)
R 117 of 270 ~ 43.33%
G 97 of 270 ~ 35.93%
B 56 of 270 ~ 20.74%

%43.33
%35.93
%20.74

CMYK color model

#756138 color CMYK value is (0,17,52,54).

  • cyan value is 0.00%
  • magenta value is 17.09%
  • yellow value is 52.14%
  • key color value is 54.12%
CMYK:
(0,17,52,54)
C0M17Y52K54 
(0%,17%,52%,54%)
(0.00/0.17/0.52/0.54)	

CMYK percentages

%0
%17.09
%52.14
%54.12

Codes

Color #756138 in popluar color models

756138
RGB1179756
HSL40°35.26%33.92%
HSB/HSV40°52.14%45.88%
CMYK0.00%17.09%52.14%
54.12%

Color #756138 in popluar number systems.

HEX756138
Decimal1179756
Binary11101011100001111000
Octal16514170

Shades and tints

Shades of #756138

#756138
(117,97,56)
#6B5933
(107,89,51)
#61512E
(97,81,46)
#574929
(87,73,41)
#4D4124
(77,65,36)
#43391F
(67,57,31)
#39311A
(57,49,26)
#2F2915
(47,41,21)
#252110
(37,33,16)
#1B190B
(27,25,11)
#111106
(17,17,6)
#000000
(0,0,0)

Tints of #756138

#756138
(117,97,56)
#816F4A
(129,111,74)
#8D7D5C
(141,125,92)
#998B6E
(153,139,110)
#A59980
(165,153,128)
#B1A792
(177,167,146)
#BDB5A4
(189,181,164)
#C9C3B6
(201,195,182)
#D5D1C8
(213,209,200)
#E1DFDA
(225,223,218)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756138 color. Also use rgb(117,97,56) instead hex code.

Text Font Color

.myTextColor { color: #756138; }

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

This text font color is #756138.


Background Color

.myBgColor { background-color: #756138; }

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

This div background color is #756138.


Border color

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

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

This div border color is #756138.


Opacity

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

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

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

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

This text has shadow with #756138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756138 on black background.


Color preview on white background

This text has color #756138 on white background.



Black color preview on #756138 background

This text has black color on #756138 background.


White color preview on #756138 background

This text has white color on #756138 background.