COLOR #736A5B

HEX: #736A5B
RGB: (115,106,91)

Color info

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

RGB color model

#736A5B color RGB value is (115,106,91).

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

RGB channels and saturation

R 115 of 255 = 45%
G 106 of 255 = 42%
B 91 of 255 = 36%

115
106
91

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

Portions of RGB colors in percentages

R + G + B =
115 + 106 + 91 = 312 (100%)
R 115 of 312 ~ 36.86%
G 106 of 312 ~ 33.97%
B 91 of 312 ~ 29.17%

%36.86
%33.97
%29.17

CMYK color model

#736A5B color CMYK value is (0,8,21,55).

  • cyan value is 0.00%
  • magenta value is 7.83%
  • yellow value is 20.87%
  • key color value is 54.90%
CMYK:
(0,8,21,55)
C0M8Y21K55 
(0%,8%,21%,55%)
(0.00/0.08/0.21/0.55)	

CMYK percentages

%0
%7.83
%20.87
%54.9

Codes

Color #736A5B in popluar color models

736A5B
RGB11510691
HSL38°11.65%40.39%
HSB/HSV38°20.87%45.10%
CMYK0.00%7.83%20.87%
54.90%

Color #736A5B in popluar number systems.

HEX736A5B
Decimal11510691
Binary111001111010101011011
Octal163152133

Shades and tints

Shades of #736A5B

#736A5B
(115,106,91)
#696153
(105,97,83)
#5F584B
(95,88,75)
#554F43
(85,79,67)
#4B463B
(75,70,59)
#413D33
(65,61,51)
#37342B
(55,52,43)
#2D2B23
(45,43,35)
#23221B
(35,34,27)
#191913
(25,25,19)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #736A5B

#736A5B
(115,106,91)
#7F7769
(127,119,105)
#8B8477
(139,132,119)
#979185
(151,145,133)
#A39E93
(163,158,147)
#AFABA1
(175,171,161)
#BBB8AF
(187,184,175)
#C7C5BD
(199,197,189)
#D3D2CB
(211,210,203)
#DFDFD9
(223,223,217)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736A5B; }

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

This text font color is #736A5B.


Background Color

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

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

This div background color is #736A5B.


Border color

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

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

This div border color is #736A5B.


Opacity

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

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

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

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

This text has shadow with #736A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736A5B on black background.


Color preview on white background

This text has color #736A5B on white background.



Black color preview on #736A5B background

This text has black color on #736A5B background.


White color preview on #736A5B background

This text has white color on #736A5B background.