COLOR #736154

HEX: #736154
RGB: (115,97,84)

Color info

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

RGB color model

#736154 color RGB value is (115,97,84).

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

RGB channels and saturation

R 115 of 255 = 45%
G 97 of 255 = 38%
B 84 of 255 = 33%

115
97
84

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

Portions of RGB colors in percentages

R + G + B =
115 + 97 + 84 = 296 (100%)
R 115 of 296 ~ 38.85%
G 97 of 296 ~ 32.77%
B 84 of 296 ~ 28.38%

%38.85
%32.77
%28.38

CMYK color model

#736154 color CMYK value is (0,16,27,55).

  • cyan value is 0.00%
  • magenta value is 15.65%
  • yellow value is 26.96%
  • key color value is 54.90%
CMYK:
(0,16,27,55)
C0M16Y27K55 
(0%,16%,27%,55%)
(0.00/0.16/0.27/0.55)	

CMYK percentages

%0
%15.65
%26.96
%54.9

Codes

Color #736154 in popluar color models

736154
RGB1159784
HSL25°15.58%39.02%
HSB/HSV25°26.96%45.10%
CMYK0.00%15.65%26.96%
54.90%

Color #736154 in popluar number systems.

HEX736154
Decimal1159784
Binary111001111000011010100
Octal163141124

Shades and tints

Shades of #736154

#736154
(115,97,84)
#69594D
(105,89,77)
#5F5146
(95,81,70)
#55493F
(85,73,63)
#4B4138
(75,65,56)
#413931
(65,57,49)
#37312A
(55,49,42)
#2D2923
(45,41,35)
#23211C
(35,33,28)
#191915
(25,25,21)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #736154

#736154
(115,97,84)
#7F6F63
(127,111,99)
#8B7D72
(139,125,114)
#978B81
(151,139,129)
#A39990
(163,153,144)
#AFA79F
(175,167,159)
#BBB5AE
(187,181,174)
#C7C3BD
(199,195,189)
#D3D1CC
(211,209,204)
#DFDFDB
(223,223,219)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736154; }

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

This text font color is #736154.


Background Color

.myBgColor { background-color: #736154; }

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

This div background color is #736154.


Border color

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

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

This div border color is #736154.


Opacity

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

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

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

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

This text has shadow with #736154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736154 on black background.


Color preview on white background

This text has color #736154 on white background.



Black color preview on #736154 background

This text has black color on #736154 background.


White color preview on #736154 background

This text has white color on #736154 background.