COLOR #736C5C

HEX: #736C5C
RGB: (115,108,92)

Color info

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

RGB color model

#736C5C color RGB value is (115,108,92).

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

RGB channels and saturation

R 115 of 255 = 45%
G 108 of 255 = 42%
B 92 of 255 = 36%

115
108
92

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

Portions of RGB colors in percentages

R + G + B =
115 + 108 + 92 = 315 (100%)
R 115 of 315 ~ 36.51%
G 108 of 315 ~ 34.29%
B 92 of 315 ~ 29.21%

%36.51
%34.29
%29.21

CMYK color model

#736C5C color CMYK value is (0,6,20,55).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 20.00%
  • key color value is 54.90%
CMYK:
(0,6,20,55)
C0M6Y20K55 
(0%,6%,20%,55%)
(0.00/0.06/0.20/0.55)	

CMYK percentages

%0
%6.09
%20
%54.9

Codes

Color #736C5C in popluar color models

736C5C
RGB11510892
HSL42°11.11%40.59%
HSB/HSV42°20.00%45.10%
CMYK0.00%6.09%20.00%
54.90%

Color #736C5C in popluar number systems.

HEX736C5C
Decimal11510892
Binary111001111011001011100
Octal163154134

Shades and tints

Shades of #736C5C

#736C5C
(115,108,92)
#696354
(105,99,84)
#5F5A4C
(95,90,76)
#555144
(85,81,68)
#4B483C
(75,72,60)
#413F34
(65,63,52)
#37362C
(55,54,44)
#2D2D24
(45,45,36)
#23241C
(35,36,28)
#191B14
(25,27,20)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #736C5C

#736C5C
(115,108,92)
#7F796A
(127,121,106)
#8B8678
(139,134,120)
#979386
(151,147,134)
#A3A094
(163,160,148)
#AFADA2
(175,173,162)
#BBBAB0
(187,186,176)
#C7C7BE
(199,199,190)
#D3D4CC
(211,212,204)
#DFE1DA
(223,225,218)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736C5C color. Also use rgb(115,108,92) instead hex code.

Text Font Color

.myTextColor { color: #736C5C; }

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

This text font color is #736C5C.


Background Color

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

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

This div background color is #736C5C.


Border color

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

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

This div border color is #736C5C.


Opacity

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

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

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

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

This text has shadow with #736C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736C5C on black background.


Color preview on white background

This text has color #736C5C on white background.



Black color preview on #736C5C background

This text has black color on #736C5C background.


White color preview on #736C5C background

This text has white color on #736C5C background.