COLOR #747567

HEX: #747567
RGB: (116,117,103)

Color info

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

RGB color model

#747567 color RGB value is (116,117,103).

  • red value is 116;
  • green value is 117;
  • blue value is 103.
RGB:
(116,117,103)
(45%,46%,40%)

RGB channels and saturation

R 116 of 255 = 45%
G 117 of 255 = 46%
B 103 of 255 = 40%

116
117
103

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

Portions of RGB colors in percentages

R + G + B =
116 + 117 + 103 = 336 (100%)
R 116 of 336 ~ 34.52%
G 117 of 336 ~ 34.82%
B 103 of 336 ~ 30.65%

%34.52
%34.82
%30.65

CMYK color model

#747567 color CMYK value is (1,0,12,54).

  • cyan value is 0.85%
  • magenta value is 0.00%
  • yellow value is 11.97%
  • key color value is 54.12%
CMYK:
(1,0,12,54)
C1M0Y12K54 
(1%,0%,12%,54%)
(0.01/0.00/0.12/0.54)	

CMYK percentages

%0.85
%0
%11.97
%54.12

Codes

Color #747567 in popluar color models

747567
RGB116117103
HSL64°6.36%43.14%
HSB/HSV64°11.97%45.88%
CMYK0.85%0.00%11.97%
54.12%

Color #747567 in popluar number systems.

HEX747567
Decimal116117103
Binary111010011101011100111
Octal164165147

Shades and tints

Shades of #747567

#747567
(116,117,103)
#6A6B5E
(106,107,94)
#606155
(96,97,85)
#56574C
(86,87,76)
#4C4D43
(76,77,67)
#42433A
(66,67,58)
#383931
(56,57,49)
#2E2F28
(46,47,40)
#24251F
(36,37,31)
#1A1B16
(26,27,22)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #747567

#747567
(116,117,103)
#808174
(128,129,116)
#8C8D81
(140,141,129)
#98998E
(152,153,142)
#A4A59B
(164,165,155)
#B0B1A8
(176,177,168)
#BCBDB5
(188,189,181)
#C8C9C2
(200,201,194)
#D4D5CF
(212,213,207)
#E0E1DC
(224,225,220)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747567; }

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

This text font color is #747567.


Background Color

.myBgColor { background-color: #747567; }

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

This div background color is #747567.


Border color

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

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

This div border color is #747567.


Opacity

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

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

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

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

This text has shadow with #747567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747567 on black background.


Color preview on white background

This text has color #747567 on white background.



Black color preview on #747567 background

This text has black color on #747567 background.


White color preview on #747567 background

This text has white color on #747567 background.