COLOR #736B54

HEX: #736B54
RGB: (115,107,84)

Color info

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

RGB color model

#736B54 color RGB value is (115,107,84).

  • red value is 115;
  • green value is 107;
  • blue value is 84.
RGB:
(115,107,84)
(45%,42%,33%)

RGB channels and saturation

R 115 of 255 = 45%
G 107 of 255 = 42%
B 84 of 255 = 33%

115
107
84

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

Portions of RGB colors in percentages

R + G + B =
115 + 107 + 84 = 306 (100%)
R 115 of 306 ~ 37.58%
G 107 of 306 ~ 34.97%
B 84 of 306 ~ 27.45%

%37.58
%34.97
%27.45

CMYK color model

#736B54 color CMYK value is (0,7,27,55).

  • cyan value is 0.00%
  • magenta value is 6.96%
  • yellow value is 26.96%
  • key color value is 54.90%
CMYK:
(0,7,27,55)
C0M7Y27K55 
(0%,7%,27%,55%)
(0.00/0.07/0.27/0.55)	

CMYK percentages

%0
%6.96
%26.96
%54.9

Codes

Color #736B54 in popluar color models

736B54
RGB11510784
HSL45°15.58%39.02%
HSB/HSV45°26.96%45.10%
CMYK0.00%6.96%26.96%
54.90%

Color #736B54 in popluar number systems.

HEX736B54
Decimal11510784
Binary111001111010111010100
Octal163153124

Shades and tints

Shades of #736B54

#736B54
(115,107,84)
#69624D
(105,98,77)
#5F5946
(95,89,70)
#55503F
(85,80,63)
#4B4738
(75,71,56)
#413E31
(65,62,49)
#37352A
(55,53,42)
#2D2C23
(45,44,35)
#23231C
(35,35,28)
#191A15
(25,26,21)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #736B54

#736B54
(115,107,84)
#7F7863
(127,120,99)
#8B8572
(139,133,114)
#979281
(151,146,129)
#A39F90
(163,159,144)
#AFAC9F
(175,172,159)
#BBB9AE
(187,185,174)
#C7C6BD
(199,198,189)
#D3D3CC
(211,211,204)
#DFE0DB
(223,224,219)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736B54 color. Also use rgb(115,107,84) instead hex code.

Text Font Color

.myTextColor { color: #736B54; }

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

This text font color is #736B54.


Background Color

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

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

This div background color is #736B54.


Border color

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

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

This div border color is #736B54.


Opacity

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

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

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

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

This text has shadow with #736B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736B54 on black background.


Color preview on white background

This text has color #736B54 on white background.



Black color preview on #736B54 background

This text has black color on #736B54 background.


White color preview on #736B54 background

This text has white color on #736B54 background.