COLOR #736A5E

HEX: #736A5E
RGB: (115,106,94)

Color info

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

RGB color model

#736A5E color RGB value is (115,106,94).

  • red value is 115;
  • green value is 106;
  • blue value is 94.
RGB:
(115,106,94)
(45%,42%,37%)

RGB channels and saturation

R 115 of 255 = 45%
G 106 of 255 = 42%
B 94 of 255 = 37%

115
106
94

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

Portions of RGB colors in percentages

R + G + B =
115 + 106 + 94 = 315 (100%)
R 115 of 315 ~ 36.51%
G 106 of 315 ~ 33.65%
B 94 of 315 ~ 29.84%

%36.51
%33.65
%29.84

CMYK color model

#736A5E color CMYK value is (0,8,18,55).

  • cyan value is 0.00%
  • magenta value is 7.83%
  • yellow value is 18.26%
  • key color value is 54.90%
CMYK:
(0,8,18,55)
C0M8Y18K55 
(0%,8%,18%,55%)
(0.00/0.08/0.18/0.55)	

CMYK percentages

%0
%7.83
%18.26
%54.9

Codes

Color #736A5E in popluar color models

736A5E
RGB11510694
HSL34°10.05%40.98%
HSB/HSV34°18.26%45.10%
CMYK0.00%7.83%18.26%
54.90%

Color #736A5E in popluar number systems.

HEX736A5E
Decimal11510694
Binary111001111010101011110
Octal163152136

Shades and tints

Shades of #736A5E

#736A5E
(115,106,94)
#696156
(105,97,86)
#5F584E
(95,88,78)
#554F46
(85,79,70)
#4B463E
(75,70,62)
#413D36
(65,61,54)
#37342E
(55,52,46)
#2D2B26
(45,43,38)
#23221E
(35,34,30)
#191916
(25,25,22)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #736A5E

#736A5E
(115,106,94)
#7F776C
(127,119,108)
#8B847A
(139,132,122)
#979188
(151,145,136)
#A39E96
(163,158,150)
#AFABA4
(175,171,164)
#BBB8B2
(187,184,178)
#C7C5C0
(199,197,192)
#D3D2CE
(211,210,206)
#DFDFDC
(223,223,220)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736A5E; }

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

This text font color is #736A5E.


Background Color

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

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

This div background color is #736A5E.


Border color

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

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

This div border color is #736A5E.


Opacity

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

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

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

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

This text has shadow with #736A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736A5E on black background.


Color preview on white background

This text has color #736A5E on white background.



Black color preview on #736A5E background

This text has black color on #736A5E background.


White color preview on #736A5E background

This text has white color on #736A5E background.