COLOR #746229

HEX: #746229
RGB: (116,98,41)

Color info

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

RGB color model

#746229 color RGB value is (116,98,41).

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

RGB channels and saturation

R 116 of 255 = 45%
G 98 of 255 = 38%
B 41 of 255 = 16%

116
98
41

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

Portions of RGB colors in percentages

R + G + B =
116 + 98 + 41 = 255 (100%)
R 116 of 255 ~ 45.49%
G 98 of 255 ~ 38.43%
B 41 of 255 ~ 16.08%

%45.49
%38.43
%16.08

CMYK color model

#746229 color CMYK value is (0,16,65,55).

  • cyan value is 0.00%
  • magenta value is 15.52%
  • yellow value is 64.66%
  • key color value is 54.51%
CMYK:
(0,16,65,55)
C0M16Y65K55 
(0%,16%,65%,55%)
(0.00/0.16/0.65/0.55)	

CMYK percentages

%0
%15.52
%64.66
%54.51

Codes

Color #746229 in popluar color models

746229
RGB1169841
HSL46°47.77%30.78%
HSB/HSV46°64.66%45.49%
CMYK0.00%15.52%64.66%
54.51%

Color #746229 in popluar number systems.

HEX746229
Decimal1169841
Binary11101001100010101001
Octal16414251

Shades and tints

Shades of #746229

#746229
(116,98,41)
#6A5A26
(106,90,38)
#605223
(96,82,35)
#564A20
(86,74,32)
#4C421D
(76,66,29)
#423A1A
(66,58,26)
#383217
(56,50,23)
#2E2A14
(46,42,20)
#242211
(36,34,17)
#1A1A0E
(26,26,14)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #746229

#746229
(116,98,41)
#80703C
(128,112,60)
#8C7E4F
(140,126,79)
#988C62
(152,140,98)
#A49A75
(164,154,117)
#B0A888
(176,168,136)
#BCB69B
(188,182,155)
#C8C4AE
(200,196,174)
#D4D2C1
(212,210,193)
#E0E0D4
(224,224,212)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746229; }

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

This text font color is #746229.


Background Color

.myBgColor { background-color: #746229; }

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

This div background color is #746229.


Border color

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

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

This div border color is #746229.


Opacity

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

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

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

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

This text has shadow with #746229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746229 on black background.


Color preview on white background

This text has color #746229 on white background.



Black color preview on #746229 background

This text has black color on #746229 background.


White color preview on #746229 background

This text has white color on #746229 background.