COLOR #736451

HEX: #736451
RGB: (115,100,81)

Color info

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

RGB color model

#736451 color RGB value is (115,100,81).

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

RGB channels and saturation

R 115 of 255 = 45%
G 100 of 255 = 39%
B 81 of 255 = 32%

115
100
81

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

Portions of RGB colors in percentages

R + G + B =
115 + 100 + 81 = 296 (100%)
R 115 of 296 ~ 38.85%
G 100 of 296 ~ 33.78%
B 81 of 296 ~ 27.36%

%38.85
%33.78
%27.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 29.57%
  • 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
%29.57
%54.9

Codes

Color #736451 in popluar color models

736451
RGB11510081
HSL34°17.35%38.43%
HSB/HSV34°29.57%45.10%
CMYK0.00%13.04%29.57%
54.90%

Color #736451 in popluar number systems.

HEX736451
Decimal11510081
Binary111001111001001010001
Octal163144121

Shades and tints

Shades of #736451

#736451
(115,100,81)
#695B4A
(105,91,74)
#5F5243
(95,82,67)
#55493C
(85,73,60)
#4B4035
(75,64,53)
#41372E
(65,55,46)
#372E27
(55,46,39)
#2D2520
(45,37,32)
#231C19
(35,28,25)
#191312
(25,19,18)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #736451

#736451
(115,100,81)
#7F7260
(127,114,96)
#8B806F
(139,128,111)
#978E7E
(151,142,126)
#A39C8D
(163,156,141)
#AFAA9C
(175,170,156)
#BBB8AB
(187,184,171)
#C7C6BA
(199,198,186)
#D3D4C9
(211,212,201)
#DFE2D8
(223,226,216)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736451; }

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

This text font color is #736451.


Background Color

.myBgColor { background-color: #736451; }

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

This div background color is #736451.


Border color

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

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

This div border color is #736451.


Opacity

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

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

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

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

This text has shadow with #736451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736451 on black background.


Color preview on white background

This text has color #736451 on white background.



Black color preview on #736451 background

This text has black color on #736451 background.


White color preview on #736451 background

This text has white color on #736451 background.