COLOR #746630

HEX: #746630
RGB: (116,102,48)

Color info

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

RGB color model

#746630 color RGB value is (116,102,48).

  • red value is 116;
  • green value is 102;
  • blue value is 48.
RGB:
(116,102,48)
(45%,40%,19%)

RGB channels and saturation

R 116 of 255 = 45%
G 102 of 255 = 40%
B 48 of 255 = 19%

116
102
48

R + G + B ~ 35%. #746630 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 102 + 48 = 266 (100%)
R 116 of 266 ~ 43.61%
G 102 of 266 ~ 38.35%
B 48 of 266 ~ 18.05%

%43.61
%38.35
%18.05

CMYK color model

#746630 color CMYK value is (0,12,59,55).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 58.62%
  • key color value is 54.51%
CMYK:
(0,12,59,55)
C0M12Y59K55 
(0%,12%,59%,55%)
(0.00/0.12/0.59/0.55)	

CMYK percentages

%0
%12.07
%58.62
%54.51

Codes

Color #746630 in popluar color models

746630
RGB11610248
HSL48°41.46%32.16%
HSB/HSV48°58.62%45.49%
CMYK0.00%12.07%58.62%
54.51%

Color #746630 in popluar number systems.

HEX746630
Decimal11610248
Binary11101001100110110000
Octal16414660

Shades and tints

Shades of #746630

#746630
(116,102,48)
#6A5D2C
(106,93,44)
#605428
(96,84,40)
#564B24
(86,75,36)
#4C4220
(76,66,32)
#42391C
(66,57,28)
#383018
(56,48,24)
#2E2714
(46,39,20)
#241E10
(36,30,16)
#1A150C
(26,21,12)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #746630

#746630
(116,102,48)
#807342
(128,115,66)
#8C8054
(140,128,84)
#988D66
(152,141,102)
#A49A78
(164,154,120)
#B0A78A
(176,167,138)
#BCB49C
(188,180,156)
#C8C1AE
(200,193,174)
#D4CEC0
(212,206,192)
#E0DBD2
(224,219,210)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746630 color. Also use rgb(116,102,48) instead hex code.

Text Font Color

.myTextColor { color: #746630; }

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

This text font color is #746630.


Background Color

.myBgColor { background-color: #746630; }

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

This div background color is #746630.


Border color

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

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

This div border color is #746630.


Opacity

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

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

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

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

This text has shadow with #746630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746630 on black background.


Color preview on white background

This text has color #746630 on white background.



Black color preview on #746630 background

This text has black color on #746630 background.


White color preview on #746630 background

This text has white color on #746630 background.