COLOR #746969

HEX: #746969
RGB: (116,105,105)

Color info

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

RGB color model

#746969 color RGB value is (116,105,105).

  • red value is 116;
  • green value is 105;
  • blue value is 105.
RGB:
(116,105,105)
(45%,41%,41%)

RGB channels and saturation

R 116 of 255 = 45%
G 105 of 255 = 41%
B 105 of 255 = 41%

116
105
105

R + G + B ~ 42%. #746969 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 105 + 105 = 326 (100%)
R 116 of 326 ~ 35.58%
G 105 of 326 ~ 32.21%
B 105 of 326 ~ 32.21%

%35.58
%32.21
%32.21

CMYK color model

#746969 color CMYK value is (0,9,9,55).

  • cyan value is 0.00%
  • magenta value is 9.48%
  • yellow value is 9.48%
  • key color value is 54.51%
CMYK:
(0,9,9,55)
C0M9Y9K55 
(0%,9%,9%,55%)
(0.00/0.09/0.09/0.55)	

CMYK percentages

%0
%9.48
%9.48
%54.51

Codes

Color #746969 in popluar color models

746969
RGB116105105
HSL4.98%43.33%
HSB/HSV9.48%45.49%
CMYK0.00%9.48%9.48%
54.51%

Color #746969 in popluar number systems.

HEX746969
Decimal116105105
Binary111010011010011101001
Octal164151151

Shades and tints

Shades of #746969

#746969
(116,105,105)
#6A6060
(106,96,96)
#605757
(96,87,87)
#564E4E
(86,78,78)
#4C4545
(76,69,69)
#423C3C
(66,60,60)
#383333
(56,51,51)
#2E2A2A
(46,42,42)
#242121
(36,33,33)
#1A1818
(26,24,24)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #746969

#746969
(116,105,105)
#807676
(128,118,118)
#8C8383
(140,131,131)
#989090
(152,144,144)
#A49D9D
(164,157,157)
#B0AAAA
(176,170,170)
#BCB7B7
(188,183,183)
#C8C4C4
(200,196,196)
#D4D1D1
(212,209,209)
#E0DEDE
(224,222,222)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746969; }

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

This text font color is #746969.


Background Color

.myBgColor { background-color: #746969; }

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

This div background color is #746969.


Border color

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

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

This div border color is #746969.


Opacity

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

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

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

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

This text has shadow with #746969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746969 on black background.


Color preview on white background

This text has color #746969 on white background.



Black color preview on #746969 background

This text has black color on #746969 background.


White color preview on #746969 background

This text has white color on #746969 background.