COLOR #736456

HEX: #736456
RGB: (115,100,86)

Color info

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

RGB color model

#736456 color RGB value is (115,100,86).

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

RGB channels and saturation

R 115 of 255 = 45%
G 100 of 255 = 39%
B 86 of 255 = 34%

115
100
86

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

Portions of RGB colors in percentages

R + G + B =
115 + 100 + 86 = 301 (100%)
R 115 of 301 ~ 38.21%
G 100 of 301 ~ 33.22%
B 86 of 301 ~ 28.57%

%38.21
%33.22
%28.57

CMYK color model

#736456 color CMYK value is (0,13,25,55).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 25.22%
  • key color value is 54.90%
CMYK:
(0,13,25,55)
C0M13Y25K55 
(0%,13%,25%,55%)
(0.00/0.13/0.25/0.55)	

CMYK percentages

%0
%13.04
%25.22
%54.9

Codes

Color #736456 in popluar color models

736456
RGB11510086
HSL29°14.43%39.41%
HSB/HSV29°25.22%45.10%
CMYK0.00%13.04%25.22%
54.90%

Color #736456 in popluar number systems.

HEX736456
Decimal11510086
Binary111001111001001010110
Octal163144126

Shades and tints

Shades of #736456

#736456
(115,100,86)
#695B4F
(105,91,79)
#5F5248
(95,82,72)
#554941
(85,73,65)
#4B403A
(75,64,58)
#413733
(65,55,51)
#372E2C
(55,46,44)
#2D2525
(45,37,37)
#231C1E
(35,28,30)
#191317
(25,19,23)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #736456

#736456
(115,100,86)
#7F7265
(127,114,101)
#8B8074
(139,128,116)
#978E83
(151,142,131)
#A39C92
(163,156,146)
#AFAAA1
(175,170,161)
#BBB8B0
(187,184,176)
#C7C6BF
(199,198,191)
#D3D4CE
(211,212,206)
#DFE2DD
(223,226,221)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736456; }

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

This text font color is #736456.


Background Color

.myBgColor { background-color: #736456; }

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

This div background color is #736456.


Border color

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

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

This div border color is #736456.


Opacity

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

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

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

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

This text has shadow with #736456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736456 on black background.


Color preview on white background

This text has color #736456 on white background.



Black color preview on #736456 background

This text has black color on #736456 background.


White color preview on #736456 background

This text has white color on #736456 background.