COLOR #746238

HEX: #746238
RGB: (116,98,56)

Color info

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

RGB color model

#746238 color RGB value is (116,98,56).

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

RGB channels and saturation

R 116 of 255 = 45%
G 98 of 255 = 38%
B 56 of 255 = 22%

116
98
56

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

Portions of RGB colors in percentages

R + G + B =
116 + 98 + 56 = 270 (100%)
R 116 of 270 ~ 42.96%
G 98 of 270 ~ 36.3%
B 56 of 270 ~ 20.74%

%42.96
%36.3
%20.74

CMYK color model

#746238 color CMYK value is (0,16,52,55).

  • cyan value is 0.00%
  • magenta value is 15.52%
  • yellow value is 51.72%
  • key color value is 54.51%
CMYK:
(0,16,52,55)
C0M16Y52K55 
(0%,16%,52%,55%)
(0.00/0.16/0.52/0.55)	

CMYK percentages

%0
%15.52
%51.72
%54.51

Codes

Color #746238 in popluar color models

746238
RGB1169856
HSL42°34.88%33.73%
HSB/HSV42°51.72%45.49%
CMYK0.00%15.52%51.72%
54.51%

Color #746238 in popluar number systems.

HEX746238
Decimal1169856
Binary11101001100010111000
Octal16414270

Shades and tints

Shades of #746238

#746238
(116,98,56)
#6A5A33
(106,90,51)
#60522E
(96,82,46)
#564A29
(86,74,41)
#4C4224
(76,66,36)
#423A1F
(66,58,31)
#38321A
(56,50,26)
#2E2A15
(46,42,21)
#242210
(36,34,16)
#1A1A0B
(26,26,11)
#101206
(16,18,6)
#000000
(0,0,0)

Tints of #746238

#746238
(116,98,56)
#80704A
(128,112,74)
#8C7E5C
(140,126,92)
#988C6E
(152,140,110)
#A49A80
(164,154,128)
#B0A892
(176,168,146)
#BCB6A4
(188,182,164)
#C8C4B6
(200,196,182)
#D4D2C8
(212,210,200)
#E0E0DA
(224,224,218)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746238; }

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

This text font color is #746238.


Background Color

.myBgColor { background-color: #746238; }

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

This div background color is #746238.


Border color

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

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

This div border color is #746238.


Opacity

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

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

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

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

This text has shadow with #746238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746238 on black background.


Color preview on white background

This text has color #746238 on white background.



Black color preview on #746238 background

This text has black color on #746238 background.


White color preview on #746238 background

This text has white color on #746238 background.