COLOR #736450

HEX: #736450
RGB: (115,100,80)

Color info

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

RGB color model

#736450 color RGB value is (115,100,80).

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

RGB channels and saturation

R 115 of 255 = 45%
G 100 of 255 = 39%
B 80 of 255 = 31%

115
100
80

R + G + B ~ 38%. #736450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 100 + 80 = 295 (100%)
R 115 of 295 ~ 38.98%
G 100 of 295 ~ 33.9%
B 80 of 295 ~ 27.12%

%38.98
%33.9
%27.12

CMYK color model

#736450 color CMYK value is (0,13,30,55).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 30.43%
  • key color value is 54.90%
CMYK:
(0,13,30,55)
C0M13Y30K55 
(0%,13%,30%,55%)
(0.00/0.13/0.30/0.55)	

CMYK percentages

%0
%13.04
%30.43
%54.9

Codes

Color #736450 in popluar color models

736450
RGB11510080
HSL34°17.95%38.24%
HSB/HSV34°30.43%45.10%
CMYK0.00%13.04%30.43%
54.90%

Color #736450 in popluar number systems.

HEX736450
Decimal11510080
Binary111001111001001010000
Octal163144120

Shades and tints

Shades of #736450

#736450
(115,100,80)
#695B49
(105,91,73)
#5F5242
(95,82,66)
#55493B
(85,73,59)
#4B4034
(75,64,52)
#41372D
(65,55,45)
#372E26
(55,46,38)
#2D251F
(45,37,31)
#231C18
(35,28,24)
#191311
(25,19,17)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #736450

#736450
(115,100,80)
#7F725F
(127,114,95)
#8B806E
(139,128,110)
#978E7D
(151,142,125)
#A39C8C
(163,156,140)
#AFAA9B
(175,170,155)
#BBB8AA
(187,184,170)
#C7C6B9
(199,198,185)
#D3D4C8
(211,212,200)
#DFE2D7
(223,226,215)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736450; }

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

This text font color is #736450.


Background Color

.myBgColor { background-color: #736450; }

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

This div background color is #736450.


Border color

.myBorderColor { border: 1px solid #736450; }

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

This div border color is #736450.


Opacity

.myOpacity80 { color: #736450; opacity: 0.8; }

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

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

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

This text has shadow with #736450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736450 on black background.


Color preview on white background

This text has color #736450 on white background.



Black color preview on #736450 background

This text has black color on #736450 background.


White color preview on #736450 background

This text has white color on #736450 background.