COLOR #736C50

HEX: #736C50
RGB: (115,108,80)

Color info

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

RGB color model

#736C50 color RGB value is (115,108,80).

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

RGB channels and saturation

R 115 of 255 = 45%
G 108 of 255 = 42%
B 80 of 255 = 31%

115
108
80

R + G + B ~ 39%. #736C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 108 + 80 = 303 (100%)
R 115 of 303 ~ 37.95%
G 108 of 303 ~ 35.64%
B 80 of 303 ~ 26.4%

%37.95
%35.64
%26.4

CMYK color model

#736C50 color CMYK value is (0,6,30,55).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 30.43%
  • key color value is 54.90%
CMYK:
(0,6,30,55)
C0M6Y30K55 
(0%,6%,30%,55%)
(0.00/0.06/0.30/0.55)	

CMYK percentages

%0
%6.09
%30.43
%54.9

Codes

Color #736C50 in popluar color models

736C50
RGB11510880
HSL48°17.95%38.24%
HSB/HSV48°30.43%45.10%
CMYK0.00%6.09%30.43%
54.90%

Color #736C50 in popluar number systems.

HEX736C50
Decimal11510880
Binary111001111011001010000
Octal163154120

Shades and tints

Shades of #736C50

#736C50
(115,108,80)
#696349
(105,99,73)
#5F5A42
(95,90,66)
#55513B
(85,81,59)
#4B4834
(75,72,52)
#413F2D
(65,63,45)
#373626
(55,54,38)
#2D2D1F
(45,45,31)
#232418
(35,36,24)
#191B11
(25,27,17)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #736C50

#736C50
(115,108,80)
#7F795F
(127,121,95)
#8B866E
(139,134,110)
#97937D
(151,147,125)
#A3A08C
(163,160,140)
#AFAD9B
(175,173,155)
#BBBAAA
(187,186,170)
#C7C7B9
(199,199,185)
#D3D4C8
(211,212,200)
#DFE1D7
(223,225,215)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736C50; }

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

This text font color is #736C50.


Background Color

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

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

This div background color is #736C50.


Border color

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

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

This div border color is #736C50.


Opacity

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

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

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

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

This text has shadow with #736C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736C50 on black background.


Color preview on white background

This text has color #736C50 on white background.



Black color preview on #736C50 background

This text has black color on #736C50 background.


White color preview on #736C50 background

This text has white color on #736C50 background.