COLOR #747455

HEX: #747455
RGB: (116,116,85)

Color info

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

RGB color model

#747455 color RGB value is (116,116,85).

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

RGB channels and saturation

R 116 of 255 = 45%
G 116 of 255 = 45%
B 85 of 255 = 33%

116
116
85

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

Portions of RGB colors in percentages

R + G + B =
116 + 116 + 85 = 317 (100%)
R 116 of 317 ~ 36.59%
G 116 of 317 ~ 36.59%
B 85 of 317 ~ 26.81%

%36.59
%36.59
%26.81

CMYK color model

#747455 color CMYK value is (0,0,27,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 26.72%
  • key color value is 54.51%
CMYK:
(0,0,27,55)
C0M0Y27K55 
(0%,0%,27%,55%)
(0.00/0.00/0.27/0.55)	

CMYK percentages

%0
%0
%26.72
%54.51

Codes

Color #747455 in popluar color models

747455
RGB11611685
HSL60°15.42%39.41%
HSB/HSV60°26.72%45.49%
CMYK0.00%0.00%26.72%
54.51%

Color #747455 in popluar number systems.

HEX747455
Decimal11611685
Binary111010011101001010101
Octal164164125

Shades and tints

Shades of #747455

#747455
(116,116,85)
#6A6A4E
(106,106,78)
#606047
(96,96,71)
#565640
(86,86,64)
#4C4C39
(76,76,57)
#424232
(66,66,50)
#38382B
(56,56,43)
#2E2E24
(46,46,36)
#24241D
(36,36,29)
#1A1A16
(26,26,22)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #747455

#747455
(116,116,85)
#808064
(128,128,100)
#8C8C73
(140,140,115)
#989882
(152,152,130)
#A4A491
(164,164,145)
#B0B0A0
(176,176,160)
#BCBCAF
(188,188,175)
#C8C8BE
(200,200,190)
#D4D4CD
(212,212,205)
#E0E0DC
(224,224,220)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747455; }

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

This text font color is #747455.


Background Color

.myBgColor { background-color: #747455; }

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

This div background color is #747455.


Border color

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

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

This div border color is #747455.


Opacity

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

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

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

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

This text has shadow with #747455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747455 on black background.


Color preview on white background

This text has color #747455 on white background.



Black color preview on #747455 background

This text has black color on #747455 background.


White color preview on #747455 background

This text has white color on #747455 background.