COLOR #756226

HEX: #756226
RGB: (117,98,38)

Color info

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

RGB color model

#756226 color RGB value is (117,98,38).

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

RGB channels and saturation

R 117 of 255 = 46%
G 98 of 255 = 38%
B 38 of 255 = 15%

117
98
38

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

Portions of RGB colors in percentages

R + G + B =
117 + 98 + 38 = 253 (100%)
R 117 of 253 ~ 46.25%
G 98 of 253 ~ 38.74%
B 38 of 253 ~ 15.02%

%46.25
%38.74
%15.02

CMYK color model

#756226 color CMYK value is (0,16,68,54).

  • cyan value is 0.00%
  • magenta value is 16.24%
  • yellow value is 67.52%
  • key color value is 54.12%
CMYK:
(0,16,68,54)
C0M16Y68K54 
(0%,16%,68%,54%)
(0.00/0.16/0.68/0.54)	

CMYK percentages

%0
%16.24
%67.52
%54.12

Codes

Color #756226 in popluar color models

756226
RGB1179838
HSL46°50.97%30.39%
HSB/HSV46°67.52%45.88%
CMYK0.00%16.24%67.52%
54.12%

Color #756226 in popluar number systems.

HEX756226
Decimal1179838
Binary11101011100010100110
Octal16514246

Shades and tints

Shades of #756226

#756226
(117,98,38)
#6B5A23
(107,90,35)
#615220
(97,82,32)
#574A1D
(87,74,29)
#4D421A
(77,66,26)
#433A17
(67,58,23)
#393214
(57,50,20)
#2F2A11
(47,42,17)
#25220E
(37,34,14)
#1B1A0B
(27,26,11)
#111208
(17,18,8)
#000000
(0,0,0)

Tints of #756226

#756226
(117,98,38)
#817039
(129,112,57)
#8D7E4C
(141,126,76)
#998C5F
(153,140,95)
#A59A72
(165,154,114)
#B1A885
(177,168,133)
#BDB698
(189,182,152)
#C9C4AB
(201,196,171)
#D5D2BE
(213,210,190)
#E1E0D1
(225,224,209)
#EDEEE4
(237,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756226; }

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

This text font color is #756226.


Background Color

.myBgColor { background-color: #756226; }

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

This div background color is #756226.


Border color

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

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

This div border color is #756226.


Opacity

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

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

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

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

This text has shadow with #756226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756226 on black background.


Color preview on white background

This text has color #756226 on white background.



Black color preview on #756226 background

This text has black color on #756226 background.


White color preview on #756226 background

This text has white color on #756226 background.