COLOR #746725

HEX: #746725
RGB: (116,103,37)

Color info

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

RGB color model

#746725 color RGB value is (116,103,37).

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

RGB channels and saturation

R 116 of 255 = 45%
G 103 of 255 = 40%
B 37 of 255 = 15%

116
103
37

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

Portions of RGB colors in percentages

R + G + B =
116 + 103 + 37 = 256 (100%)
R 116 of 256 ~ 45.31%
G 103 of 256 ~ 40.23%
B 37 of 256 ~ 14.45%

%45.31
%40.23
%14.45

CMYK color model

#746725 color CMYK value is (0,11,68,55).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 68.10%
  • key color value is 54.51%
CMYK:
(0,11,68,55)
C0M11Y68K55 
(0%,11%,68%,55%)
(0.00/0.11/0.68/0.55)	

CMYK percentages

%0
%11.21
%68.1
%54.51

Codes

Color #746725 in popluar color models

746725
RGB11610337
HSL50°51.63%30.00%
HSB/HSV50°68.10%45.49%
CMYK0.00%11.21%68.10%
54.51%

Color #746725 in popluar number systems.

HEX746725
Decimal11610337
Binary11101001100111100101
Octal16414745

Shades and tints

Shades of #746725

#746725
(116,103,37)
#6A5E22
(106,94,34)
#60551F
(96,85,31)
#564C1C
(86,76,28)
#4C4319
(76,67,25)
#423A16
(66,58,22)
#383113
(56,49,19)
#2E2810
(46,40,16)
#241F0D
(36,31,13)
#1A160A
(26,22,10)
#100D07
(16,13,7)
#000000
(0,0,0)

Tints of #746725

#746725
(116,103,37)
#807438
(128,116,56)
#8C814B
(140,129,75)
#988E5E
(152,142,94)
#A49B71
(164,155,113)
#B0A884
(176,168,132)
#BCB597
(188,181,151)
#C8C2AA
(200,194,170)
#D4CFBD
(212,207,189)
#E0DCD0
(224,220,208)
#ECE9E3
(236,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746725; }

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

This text font color is #746725.


Background Color

.myBgColor { background-color: #746725; }

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

This div background color is #746725.


Border color

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

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

This div border color is #746725.


Opacity

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

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

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

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

This text has shadow with #746725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746725 on black background.


Color preview on white background

This text has color #746725 on white background.



Black color preview on #746725 background

This text has black color on #746725 background.


White color preview on #746725 background

This text has white color on #746725 background.