COLOR #756229

HEX: #756229
RGB: (117,98,41)

Color info

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

RGB color model

#756229 color RGB value is (117,98,41).

  • red value is 117;
  • green value is 98;
  • blue value is 41.
RGB:
(117,98,41)
(46%,38%,16%)

RGB channels and saturation

R 117 of 255 = 46%
G 98 of 255 = 38%
B 41 of 255 = 16%

117
98
41

R + G + B ~ 33%. #756229 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 98 + 41 = 256 (100%)
R 117 of 256 ~ 45.7%
G 98 of 256 ~ 38.28%
B 41 of 256 ~ 16.02%

%45.7
%38.28
%16.02

CMYK color model

#756229 color CMYK value is (0,16,65,54).

  • cyan value is 0.00%
  • magenta value is 16.24%
  • yellow value is 64.96%
  • key color value is 54.12%
CMYK:
(0,16,65,54)
C0M16Y65K54 
(0%,16%,65%,54%)
(0.00/0.16/0.65/0.54)	

CMYK percentages

%0
%16.24
%64.96
%54.12

Codes

Color #756229 in popluar color models

756229
RGB1179841
HSL45°48.10%30.98%
HSB/HSV45°64.96%45.88%
CMYK0.00%16.24%64.96%
54.12%

Color #756229 in popluar number systems.

HEX756229
Decimal1179841
Binary11101011100010101001
Octal16514251

Shades and tints

Shades of #756229

#756229
(117,98,41)
#6B5A26
(107,90,38)
#615223
(97,82,35)
#574A20
(87,74,32)
#4D421D
(77,66,29)
#433A1A
(67,58,26)
#393217
(57,50,23)
#2F2A14
(47,42,20)
#252211
(37,34,17)
#1B1A0E
(27,26,14)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #756229

#756229
(117,98,41)
#81703C
(129,112,60)
#8D7E4F
(141,126,79)
#998C62
(153,140,98)
#A59A75
(165,154,117)
#B1A888
(177,168,136)
#BDB69B
(189,182,155)
#C9C4AE
(201,196,174)
#D5D2C1
(213,210,193)
#E1E0D4
(225,224,212)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756229 color. Also use rgb(117,98,41) instead hex code.

Text Font Color

.myTextColor { color: #756229; }

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

This text font color is #756229.


Background Color

.myBgColor { background-color: #756229; }

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

This div background color is #756229.


Border color

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

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

This div border color is #756229.


Opacity

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

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

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

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

This text has shadow with #756229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756229 on black background.


Color preview on white background

This text has color #756229 on white background.



Black color preview on #756229 background

This text has black color on #756229 background.


White color preview on #756229 background

This text has white color on #756229 background.