COLOR #736552

HEX: #736552
RGB: (115,101,82)

Color info

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

RGB color model

#736552 color RGB value is (115,101,82).

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

RGB channels and saturation

R 115 of 255 = 45%
G 101 of 255 = 40%
B 82 of 255 = 32%

115
101
82

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

Portions of RGB colors in percentages

R + G + B =
115 + 101 + 82 = 298 (100%)
R 115 of 298 ~ 38.59%
G 101 of 298 ~ 33.89%
B 82 of 298 ~ 27.52%

%38.59
%33.89
%27.52

CMYK color model

#736552 color CMYK value is (0,12,29,55).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 28.70%
  • key color value is 54.90%
CMYK:
(0,12,29,55)
C0M12Y29K55 
(0%,12%,29%,55%)
(0.00/0.12/0.29/0.55)	

CMYK percentages

%0
%12.17
%28.7
%54.9

Codes

Color #736552 in popluar color models

736552
RGB11510182
HSL35°16.75%38.63%
HSB/HSV35°28.70%45.10%
CMYK0.00%12.17%28.70%
54.90%

Color #736552 in popluar number systems.

HEX736552
Decimal11510182
Binary111001111001011010010
Octal163145122

Shades and tints

Shades of #736552

#736552
(115,101,82)
#695C4B
(105,92,75)
#5F5344
(95,83,68)
#554A3D
(85,74,61)
#4B4136
(75,65,54)
#41382F
(65,56,47)
#372F28
(55,47,40)
#2D2621
(45,38,33)
#231D1A
(35,29,26)
#191413
(25,20,19)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #736552

#736552
(115,101,82)
#7F7361
(127,115,97)
#8B8170
(139,129,112)
#978F7F
(151,143,127)
#A39D8E
(163,157,142)
#AFAB9D
(175,171,157)
#BBB9AC
(187,185,172)
#C7C7BB
(199,199,187)
#D3D5CA
(211,213,202)
#DFE3D9
(223,227,217)
#EBF1E8
(235,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736552; }

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

This text font color is #736552.


Background Color

.myBgColor { background-color: #736552; }

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

This div background color is #736552.


Border color

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

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

This div border color is #736552.


Opacity

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

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

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

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

This text has shadow with #736552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736552 on black background.


Color preview on white background

This text has color #736552 on white background.



Black color preview on #736552 background

This text has black color on #736552 background.


White color preview on #736552 background

This text has white color on #736552 background.