COLOR #736F52

HEX: #736F52
RGB: (115,111,82)

Color info

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

RGB color model

#736F52 color RGB value is (115,111,82).

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

RGB channels and saturation

R 115 of 255 = 45%
G 111 of 255 = 44%
B 82 of 255 = 32%

115
111
82

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

Portions of RGB colors in percentages

R + G + B =
115 + 111 + 82 = 308 (100%)
R 115 of 308 ~ 37.34%
G 111 of 308 ~ 36.04%
B 82 of 308 ~ 26.62%

%37.34
%36.04
%26.62

CMYK color model

#736F52 color CMYK value is (0,3,29,55).

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 28.70%
  • key color value is 54.90%
CMYK:
(0,3,29,55)
C0M3Y29K55 
(0%,3%,29%,55%)
(0.00/0.03/0.29/0.55)	

CMYK percentages

%0
%3.48
%28.7
%54.9

Codes

Color #736F52 in popluar color models

736F52
RGB11511182
HSL53°16.75%38.63%
HSB/HSV53°28.70%45.10%
CMYK0.00%3.48%28.70%
54.90%

Color #736F52 in popluar number systems.

HEX736F52
Decimal11511182
Binary111001111011111010010
Octal163157122

Shades and tints

Shades of #736F52

#736F52
(115,111,82)
#69654B
(105,101,75)
#5F5B44
(95,91,68)
#55513D
(85,81,61)
#4B4736
(75,71,54)
#413D2F
(65,61,47)
#373328
(55,51,40)
#2D2921
(45,41,33)
#231F1A
(35,31,26)
#191513
(25,21,19)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #736F52

#736F52
(115,111,82)
#7F7C61
(127,124,97)
#8B8970
(139,137,112)
#97967F
(151,150,127)
#A3A38E
(163,163,142)
#AFB09D
(175,176,157)
#BBBDAC
(187,189,172)
#C7CABB
(199,202,187)
#D3D7CA
(211,215,202)
#DFE4D9
(223,228,217)
#EBF1E8
(235,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736F52; }

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

This text font color is #736F52.


Background Color

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

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

This div background color is #736F52.


Border color

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

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

This div border color is #736F52.


Opacity

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

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

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

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

This text has shadow with #736F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736F52 on black background.


Color preview on white background

This text has color #736F52 on white background.



Black color preview on #736F52 background

This text has black color on #736F52 background.


White color preview on #736F52 background

This text has white color on #736F52 background.