COLOR #746219

HEX: #746219
RGB: (116,98,25)

Color info

#746219 contains mainly red and green colors. Web safe color of #746219 is #666600 (or #660).

RGB color model

#746219 color RGB value is (116,98,25).

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

RGB channels and saturation

R 116 of 255 = 45%
G 98 of 255 = 38%
B 25 of 255 = 10%

116
98
25

R + G + B ~ 31%. #746219 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 98 + 25 = 239 (100%)
R 116 of 239 ~ 48.54%
G 98 of 239 ~ 41%
B 25 of 239 ~ 10.46%

%48.54
%41
%10.46

CMYK color model

#746219 color CMYK value is (0,16,78,55).

  • cyan value is 0.00%
  • magenta value is 15.52%
  • yellow value is 78.45%
  • key color value is 54.51%
CMYK:
(0,16,78,55)
C0M16Y78K55 
(0%,16%,78%,55%)
(0.00/0.16/0.78/0.55)	

CMYK percentages

%0
%15.52
%78.45
%54.51

Codes

Color #746219 in popluar color models

746219
RGB1169825
HSL48°64.54%27.65%
HSB/HSV48°78.45%45.49%
CMYK0.00%15.52%78.45%
54.51%

Color #746219 in popluar number systems.

HEX746219
Decimal1169825
Binary1110100110001011001
Octal16414231

Shades and tints

Shades of #746219

#746219
(116,98,25)
#6A5A17
(106,90,23)
#605215
(96,82,21)
#564A13
(86,74,19)
#4C4211
(76,66,17)
#423A0F
(66,58,15)
#38320D
(56,50,13)
#2E2A0B
(46,42,11)
#242209
(36,34,9)
#1A1A07
(26,26,7)
#101205
(16,18,5)
#000000
(0,0,0)

Tints of #746219

#746219
(116,98,25)
#80702D
(128,112,45)
#8C7E41
(140,126,65)
#988C55
(152,140,85)
#A49A69
(164,154,105)
#B0A87D
(176,168,125)
#BCB691
(188,182,145)
#C8C4A5
(200,196,165)
#D4D2B9
(212,210,185)
#E0E0CD
(224,224,205)
#ECEEE1
(236,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746219; }

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

This text font color is #746219.


Background Color

.myBgColor { background-color: #746219; }

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

This div background color is #746219.


Border color

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

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

This div border color is #746219.


Opacity

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

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

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

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

This text has shadow with #746219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746219 on black background.


Color preview on white background

This text has color #746219 on white background.



Black color preview on #746219 background

This text has black color on #746219 background.


White color preview on #746219 background

This text has white color on #746219 background.