COLOR #736E50

HEX: #736E50
RGB: (115,110,80)

Color info

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

RGB color model

#736E50 color RGB value is (115,110,80).

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

RGB channels and saturation

R 115 of 255 = 45%
G 110 of 255 = 43%
B 80 of 255 = 31%

115
110
80

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

Portions of RGB colors in percentages

R + G + B =
115 + 110 + 80 = 305 (100%)
R 115 of 305 ~ 37.7%
G 110 of 305 ~ 36.07%
B 80 of 305 ~ 26.23%

%37.7
%36.07
%26.23

CMYK color model

#736E50 color CMYK value is (0,4,30,55).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 30.43%
  • key color value is 54.90%
CMYK:
(0,4,30,55)
C0M4Y30K55 
(0%,4%,30%,55%)
(0.00/0.04/0.30/0.55)	

CMYK percentages

%0
%4.35
%30.43
%54.9

Codes

Color #736E50 in popluar color models

736E50
RGB11511080
HSL51°17.95%38.24%
HSB/HSV51°30.43%45.10%
CMYK0.00%4.35%30.43%
54.90%

Color #736E50 in popluar number systems.

HEX736E50
Decimal11511080
Binary111001111011101010000
Octal163156120

Shades and tints

Shades of #736E50

#736E50
(115,110,80)
#696449
(105,100,73)
#5F5A42
(95,90,66)
#55503B
(85,80,59)
#4B4634
(75,70,52)
#413C2D
(65,60,45)
#373226
(55,50,38)
#2D281F
(45,40,31)
#231E18
(35,30,24)
#191411
(25,20,17)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #736E50

#736E50
(115,110,80)
#7F7B5F
(127,123,95)
#8B886E
(139,136,110)
#97957D
(151,149,125)
#A3A28C
(163,162,140)
#AFAF9B
(175,175,155)
#BBBCAA
(187,188,170)
#C7C9B9
(199,201,185)
#D3D6C8
(211,214,200)
#DFE3D7
(223,227,215)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736E50; }

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

This text font color is #736E50.


Background Color

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

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

This div background color is #736E50.


Border color

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

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

This div border color is #736E50.


Opacity

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

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

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

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

This text has shadow with #736E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736E50 on black background.


Color preview on white background

This text has color #736E50 on white background.



Black color preview on #736E50 background

This text has black color on #736E50 background.


White color preview on #736E50 background

This text has white color on #736E50 background.