COLOR #736F4E

HEX: #736F4E
RGB: (115,111,78)

Color info

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

RGB color model

#736F4E color RGB value is (115,111,78).

  • red value is 115;
  • green value is 111;
  • blue value is 78.
RGB:
(115,111,78)
(45%,44%,31%)

RGB channels and saturation

R 115 of 255 = 45%
G 111 of 255 = 44%
B 78 of 255 = 31%

115
111
78

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

Portions of RGB colors in percentages

R + G + B =
115 + 111 + 78 = 304 (100%)
R 115 of 304 ~ 37.83%
G 111 of 304 ~ 36.51%
B 78 of 304 ~ 25.66%

%37.83
%36.51
%25.66

CMYK color model

#736F4E color CMYK value is (0,3,32,55).

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 32.17%
  • key color value is 54.90%
CMYK:
(0,3,32,55)
C0M3Y32K55 
(0%,3%,32%,55%)
(0.00/0.03/0.32/0.55)	

CMYK percentages

%0
%3.48
%32.17
%54.9

Codes

Color #736F4E in popluar color models

736F4E
RGB11511178
HSL54°19.17%37.84%
HSB/HSV54°32.17%45.10%
CMYK0.00%3.48%32.17%
54.90%

Color #736F4E in popluar number systems.

HEX736F4E
Decimal11511178
Binary111001111011111001110
Octal163157116

Shades and tints

Shades of #736F4E

#736F4E
(115,111,78)
#696547
(105,101,71)
#5F5B40
(95,91,64)
#555139
(85,81,57)
#4B4732
(75,71,50)
#413D2B
(65,61,43)
#373324
(55,51,36)
#2D291D
(45,41,29)
#231F16
(35,31,22)
#19150F
(25,21,15)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #736F4E

#736F4E
(115,111,78)
#7F7C5E
(127,124,94)
#8B896E
(139,137,110)
#97967E
(151,150,126)
#A3A38E
(163,163,142)
#AFB09E
(175,176,158)
#BBBDAE
(187,189,174)
#C7CABE
(199,202,190)
#D3D7CE
(211,215,206)
#DFE4DE
(223,228,222)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736F4E color. Also use rgb(115,111,78) instead hex code.

Text Font Color

.myTextColor { color: #736F4E; }

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

This text font color is #736F4E.


Background Color

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

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

This div background color is #736F4E.


Border color

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

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

This div border color is #736F4E.


Opacity

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

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

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

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

This text has shadow with #736F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736F4E on black background.


Color preview on white background

This text has color #736F4E on white background.



Black color preview on #736F4E background

This text has black color on #736F4E background.


White color preview on #736F4E background

This text has white color on #736F4E background.