COLOR #746515

HEX: #746515
RGB: (116,101,21)

Color info

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

RGB color model

#746515 color RGB value is (116,101,21).

  • red value is 116;
  • green value is 101;
  • blue value is 21.
RGB:
(116,101,21)
(45%,40%,8%)

RGB channels and saturation

R 116 of 255 = 45%
G 101 of 255 = 40%
B 21 of 255 = 8%

116
101
21

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

Portions of RGB colors in percentages

R + G + B =
116 + 101 + 21 = 238 (100%)
R 116 of 238 ~ 48.74%
G 101 of 238 ~ 42.44%
B 21 of 238 ~ 8.82%

%48.74
%42.44

CMYK color model

#746515 color CMYK value is (0,13,82,55).

  • cyan value is 0.00%
  • magenta value is 12.93%
  • yellow value is 81.90%
  • key color value is 54.51%
CMYK:
(0,13,82,55)
C0M13Y82K55 
(0%,13%,82%,55%)
(0.00/0.13/0.82/0.55)	

CMYK percentages

%0
%12.93
%81.9
%54.51

Codes

Color #746515 in popluar color models

746515
RGB11610121
HSL51°69.34%26.86%
HSB/HSV51°81.90%45.49%
CMYK0.00%12.93%81.90%
54.51%

Color #746515 in popluar number systems.

HEX746515
Decimal11610121
Binary1110100110010110101
Octal16414525

Shades and tints

Shades of #746515

#746515
(116,101,21)
#6A5C14
(106,92,20)
#605313
(96,83,19)
#564A12
(86,74,18)
#4C4111
(76,65,17)
#423810
(66,56,16)
#382F0F
(56,47,15)
#2E260E
(46,38,14)
#241D0D
(36,29,13)
#1A140C
(26,20,12)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #746515

#746515
(116,101,21)
#80732A
(128,115,42)
#8C813F
(140,129,63)
#988F54
(152,143,84)
#A49D69
(164,157,105)
#B0AB7E
(176,171,126)
#BCB993
(188,185,147)
#C8C7A8
(200,199,168)
#D4D5BD
(212,213,189)
#E0E3D2
(224,227,210)
#ECF1E7
(236,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746515 color. Also use rgb(116,101,21) instead hex code.

Text Font Color

.myTextColor { color: #746515; }

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

This text font color is #746515.


Background Color

.myBgColor { background-color: #746515; }

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

This div background color is #746515.


Border color

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

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

This div border color is #746515.


Opacity

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

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

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

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

This text has shadow with #746515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746515 on black background.


Color preview on white background

This text has color #746515 on white background.



Black color preview on #746515 background

This text has black color on #746515 background.


White color preview on #746515 background

This text has white color on #746515 background.