COLOR #746053

HEX: #746053
RGB: (116,96,83)

Color info

#746053 contains red, green and blue colors in about the same proportion. Web safe color of #746053 is #666666 (or #666).

RGB color model

#746053 color RGB value is (116,96,83).

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

RGB channels and saturation

R 116 of 255 = 45%
G 96 of 255 = 38%
B 83 of 255 = 33%

116
96
83

R + G + B ~ 39%. #746053 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 96 + 83 = 295 (100%)
R 116 of 295 ~ 39.32%
G 96 of 295 ~ 32.54%
B 83 of 295 ~ 28.14%

%39.32
%32.54
%28.14

CMYK color model

#746053 color CMYK value is (0,17,28,55).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 28.45%
  • key color value is 54.51%
CMYK:
(0,17,28,55)
C0M17Y28K55 
(0%,17%,28%,55%)
(0.00/0.17/0.28/0.55)	

CMYK percentages

%0
%17.24
%28.45
%54.51

Codes

Color #746053 in popluar color models

746053
RGB1169683
HSL24°16.58%39.02%
HSB/HSV24°28.45%45.49%
CMYK0.00%17.24%28.45%
54.51%

Color #746053 in popluar number systems.

HEX746053
Decimal1169683
Binary111010011000001010011
Octal164140123

Shades and tints

Shades of #746053

#746053
(116,96,83)
#6A584C
(106,88,76)
#605045
(96,80,69)
#56483E
(86,72,62)
#4C4037
(76,64,55)
#423830
(66,56,48)
#383029
(56,48,41)
#2E2822
(46,40,34)
#24201B
(36,32,27)
#1A1814
(26,24,20)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #746053

#746053
(116,96,83)
#806E62
(128,110,98)
#8C7C71
(140,124,113)
#988A80
(152,138,128)
#A4988F
(164,152,143)
#B0A69E
(176,166,158)
#BCB4AD
(188,180,173)
#C8C2BC
(200,194,188)
#D4D0CB
(212,208,203)
#E0DEDA
(224,222,218)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746053; }

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

This text font color is #746053.


Background Color

.myBgColor { background-color: #746053; }

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

This div background color is #746053.


Border color

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

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

This div border color is #746053.


Opacity

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

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

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

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

This text has shadow with #746053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746053 on black background.


Color preview on white background

This text has color #746053 on white background.



Black color preview on #746053 background

This text has black color on #746053 background.


White color preview on #746053 background

This text has white color on #746053 background.