COLOR #736562

HEX: #736562
RGB: (115,101,98)

Color info

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

RGB color model

#736562 color RGB value is (115,101,98).

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

RGB channels and saturation

R 115 of 255 = 45%
G 101 of 255 = 40%
B 98 of 255 = 38%

115
101
98

R + G + B ~ 41%. #736562 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 101 + 98 = 314 (100%)
R 115 of 314 ~ 36.62%
G 101 of 314 ~ 32.17%
B 98 of 314 ~ 31.21%

%36.62
%32.17
%31.21

CMYK color model

#736562 color CMYK value is (0,12,15,55).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 14.78%
  • key color value is 54.90%
CMYK:
(0,12,15,55)
C0M12Y15K55 
(0%,12%,15%,55%)
(0.00/0.12/0.15/0.55)	

CMYK percentages

%0
%12.17
%14.78
%54.9

Codes

Color #736562 in popluar color models

736562
RGB11510198
HSL11°7.98%41.76%
HSB/HSV11°14.78%45.10%
CMYK0.00%12.17%14.78%
54.90%

Color #736562 in popluar number systems.

HEX736562
Decimal11510198
Binary111001111001011100010
Octal163145142

Shades and tints

Shades of #736562

#736562
(115,101,98)
#695C5A
(105,92,90)
#5F5352
(95,83,82)
#554A4A
(85,74,74)
#4B4142
(75,65,66)
#41383A
(65,56,58)
#372F32
(55,47,50)
#2D262A
(45,38,42)
#231D22
(35,29,34)
#19141A
(25,20,26)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #736562

#736562
(115,101,98)
#7F7370
(127,115,112)
#8B817E
(139,129,126)
#978F8C
(151,143,140)
#A39D9A
(163,157,154)
#AFABA8
(175,171,168)
#BBB9B6
(187,185,182)
#C7C7C4
(199,199,196)
#D3D5D2
(211,213,210)
#DFE3E0
(223,227,224)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736562; }

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

This text font color is #736562.


Background Color

.myBgColor { background-color: #736562; }

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

This div background color is #736562.


Border color

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

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

This div border color is #736562.


Opacity

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

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

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

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

This text has shadow with #736562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736562 on black background.


Color preview on white background

This text has color #736562 on white background.



Black color preview on #736562 background

This text has black color on #736562 background.


White color preview on #736562 background

This text has white color on #736562 background.