COLOR #736E5E

HEX: #736E5E RGB: (115,110,94)

Color info

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

RGB color model

#736E5E color RGB value is (115,110,94).

RGB: (115,110,94) (45%, 43%, 37%)

RGB channels and saturation

R 115 of 255 = 45%
G 110 of 255 = 43%
B 94 of 255 = 37%

115
110
94

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

Portions of RGB colors in percentages

R + G + B = 115 + 110 + 94 = 319 (100%)
R 115 of 319 ~ 36.05%
G 110 of 319 ~ 34.48%
B 94 of 319 ~ 29.47'%

%36.05
%34.48
%29.47

CMYK color model

#736E5E color CMYK value is (0,4,18,55).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 18.26%
  • key color value is 54.90%

CMYK: (0,4,18,55)
C0M4Y18K55 (0%, 4%, 18%, 55%)
(0.00 / 0.04 / 0.18 / 0.55)

CMYK percentages

%0
%4.35
%18.26
%54.9

Codes

Color #736E5E in popluar color models

73 6E 5E
RGB 115 110 94
HSL 46° 10.05% 40.98%
HSB/HSV 46° 18.26% 45.10%
CMYK 0.00% 4.35% 18.26%
54.90%

Color #736E5E in popluar number systems.

HEX 73 6E 5E
Decimal 115 110 94
Binary 1110011 1101110 1011110
Octal 163 156 136

Shades and tints

Shades of #736E5E

#736E5E
(115,110,94)
#696456
(105,100,86)
#5F5A4E
(95,90,78)
#555046
(85,80,70)
#4B463E
(75,70,62)
#413C36
(65,60,54)
#37322E
(55,50,46)
#2D2826
(45,40,38)
#231E1E
(35,30,30)
#191416
(25,20,22)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #736E5E

#736E5E
(115,110,94)
#7F7B6C
(127,123,108)
#8B887A
(139,136,122)
#979588
(151,149,136)
#A3A296
(163,162,150)
#AFAFA4
(175,175,164)
#BBBCB2
(187,188,178)
#C7C9C0
(199,201,192)
#D3D6CE
(211,214,206)
#DFE3DC
(223,227,220)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736E5E color. Also use rgb(115,110,94) instead hex code.

Text Font Color

.myTextColor { color: #736E5E; }

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

This text font color is #736E5E.

Background Color

.myBgColor { background-color: #736E5E; }

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

This div background color is #736E5E.

Border color

.myBorderColor { border: 1px solid #736E5E; }

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

This div border color is #736E5E.

Opacity

.myOpacity80 { color: #736E5E; opacity: 0.8; }

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

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

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

This text has shadow with #736E5E color.


.textShadow {text-shadow: 3px 3px 1px #736E5E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #736E5E; -webkit-box-shadow: 1px 1px 3px 2px #736E5E; box-shadow:1px 1px 3px 2px #736E5E;">
Div content here
</div>

This div box has shadow with color #736E5E.

Preview

Color preview on black background

This text has color #736E5E on black background.


Color preview on white background

This text has color #736E5E on white background.


Black color preview on #736E5E background

This text has black color on #736E5E background.


White color preview on #736E5E background

This text has white color on #736E5E background.


Related colors

Complementary color

Complementary color for #hex is #8C91A1.


I love getcolorcode.com

Triadic colors

1 #5E736E and #6E5E73 with #736E5E are triadic colors.

2 #5E6E73 and #6E735E with #736E5E are triadic colors.