COLOR #746038

HEX: #746038
RGB: (116,96,56)

Color info

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

RGB color model

#746038 color RGB value is (116,96,56).

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

RGB channels and saturation

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

116
96
56

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

Portions of RGB colors in percentages

R + G + B =
116 + 96 + 56 = 268 (100%)
R 116 of 268 ~ 43.28%
G 96 of 268 ~ 35.82%
B 56 of 268 ~ 20.9%

%43.28
%35.82
%20.9

CMYK color model

#746038 color CMYK value is (0,17,52,55).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 51.72%
  • key color value is 54.51%
CMYK:
(0,17,52,55)
C0M17Y52K55 
(0%,17%,52%,55%)
(0.00/0.17/0.52/0.55)	

CMYK percentages

%0
%17.24
%51.72
%54.51

Codes

Color #746038 in popluar color models

746038
RGB1169656
HSL40°34.88%33.73%
HSB/HSV40°51.72%45.49%
CMYK0.00%17.24%51.72%
54.51%

Color #746038 in popluar number systems.

HEX746038
Decimal1169656
Binary11101001100000111000
Octal16414070

Shades and tints

Shades of #746038

#746038
(116,96,56)
#6A5833
(106,88,51)
#60502E
(96,80,46)
#564829
(86,72,41)
#4C4024
(76,64,36)
#42381F
(66,56,31)
#38301A
(56,48,26)
#2E2815
(46,40,21)
#242010
(36,32,16)
#1A180B
(26,24,11)
#101006
(16,16,6)
#000000
(0,0,0)

Tints of #746038

#746038
(116,96,56)
#806E4A
(128,110,74)
#8C7C5C
(140,124,92)
#988A6E
(152,138,110)
#A49880
(164,152,128)
#B0A692
(176,166,146)
#BCB4A4
(188,180,164)
#C8C2B6
(200,194,182)
#D4D0C8
(212,208,200)
#E0DEDA
(224,222,218)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746038; }

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

This text font color is #746038.


Background Color

.myBgColor { background-color: #746038; }

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

This div background color is #746038.


Border color

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

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

This div border color is #746038.


Opacity

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

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

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

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

This text has shadow with #746038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746038 on black background.


Color preview on white background

This text has color #746038 on white background.



Black color preview on #746038 background

This text has black color on #746038 background.


White color preview on #746038 background

This text has white color on #746038 background.