COLOR #746724

HEX: #746724
RGB: (116,103,36)

Color info

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

RGB color model

#746724 color RGB value is (116,103,36).

  • red value is 116;
  • green value is 103;
  • blue value is 36.
RGB:
(116,103,36)
(45%,40%,14%)

RGB channels and saturation

R 116 of 255 = 45%
G 103 of 255 = 40%
B 36 of 255 = 14%

116
103
36

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

Portions of RGB colors in percentages

R + G + B =
116 + 103 + 36 = 255 (100%)
R 116 of 255 ~ 45.49%
G 103 of 255 ~ 40.39%
B 36 of 255 ~ 14.12%

%45.49
%40.39
%14.12

CMYK color model

#746724 color CMYK value is (0,11,69,55).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 68.97%
  • key color value is 54.51%
CMYK:
(0,11,69,55)
C0M11Y69K55 
(0%,11%,69%,55%)
(0.00/0.11/0.69/0.55)	

CMYK percentages

%0
%11.21
%68.97
%54.51

Codes

Color #746724 in popluar color models

746724
RGB11610336
HSL50°52.63%29.80%
HSB/HSV50°68.97%45.49%
CMYK0.00%11.21%68.97%
54.51%

Color #746724 in popluar number systems.

HEX746724
Decimal11610336
Binary11101001100111100100
Octal16414744

Shades and tints

Shades of #746724

#746724
(116,103,36)
#6A5E21
(106,94,33)
#60551E
(96,85,30)
#564C1B
(86,76,27)
#4C4318
(76,67,24)
#423A15
(66,58,21)
#383112
(56,49,18)
#2E280F
(46,40,15)
#241F0C
(36,31,12)
#1A1609
(26,22,9)
#100D06
(16,13,6)
#000000
(0,0,0)

Tints of #746724

#746724
(116,103,36)
#807437
(128,116,55)
#8C814A
(140,129,74)
#988E5D
(152,142,93)
#A49B70
(164,155,112)
#B0A883
(176,168,131)
#BCB596
(188,181,150)
#C8C2A9
(200,194,169)
#D4CFBC
(212,207,188)
#E0DCCF
(224,220,207)
#ECE9E2
(236,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746724 color. Also use rgb(116,103,36) instead hex code.

Text Font Color

.myTextColor { color: #746724; }

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

This text font color is #746724.


Background Color

.myBgColor { background-color: #746724; }

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

This div background color is #746724.


Border color

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

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

This div border color is #746724.


Opacity

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

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

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

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

This text has shadow with #746724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746724 on black background.


Color preview on white background

This text has color #746724 on white background.



Black color preview on #746724 background

This text has black color on #746724 background.


White color preview on #746724 background

This text has white color on #746724 background.