COLOR #736062

HEX: #736062
RGB: (115,96,98)

Color info

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

RGB color model

#736062 color RGB value is (115,96,98).

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

RGB channels and saturation

R 115 of 255 = 45%
G 96 of 255 = 38%
B 98 of 255 = 38%

115
96
98

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

Portions of RGB colors in percentages

R + G + B =
115 + 96 + 98 = 309 (100%)
R 115 of 309 ~ 37.22%
G 96 of 309 ~ 31.07%
B 98 of 309 ~ 31.72%

%37.22
%31.07
%31.72

CMYK color model

#736062 color CMYK value is (0,17,15,55).

  • cyan value is 0.00%
  • magenta value is 16.52%
  • yellow value is 14.78%
  • key color value is 54.90%
CMYK:
(0,17,15,55)
C0M17Y15K55 
(0%,17%,15%,55%)
(0.00/0.17/0.15/0.55)	

CMYK percentages

%0
%16.52
%14.78
%54.9

Codes

Color #736062 in popluar color models

736062
RGB1159698
HSL354°9.00%41.37%
HSB/HSV354°16.52%45.10%
CMYK0.00%16.52%14.78%
54.90%

Color #736062 in popluar number systems.

HEX736062
Decimal1159698
Binary111001111000001100010
Octal163140142

Shades and tints

Shades of #736062

#736062
(115,96,98)
#69585A
(105,88,90)
#5F5052
(95,80,82)
#55484A
(85,72,74)
#4B4042
(75,64,66)
#41383A
(65,56,58)
#373032
(55,48,50)
#2D282A
(45,40,42)
#232022
(35,32,34)
#19181A
(25,24,26)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #736062

#736062
(115,96,98)
#7F6E70
(127,110,112)
#8B7C7E
(139,124,126)
#978A8C
(151,138,140)
#A3989A
(163,152,154)
#AFA6A8
(175,166,168)
#BBB4B6
(187,180,182)
#C7C2C4
(199,194,196)
#D3D0D2
(211,208,210)
#DFDEE0
(223,222,224)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736062; }

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

This text font color is #736062.


Background Color

.myBgColor { background-color: #736062; }

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

This div background color is #736062.


Border color

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

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

This div border color is #736062.


Opacity

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

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

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

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

This text has shadow with #736062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736062 on black background.


Color preview on white background

This text has color #736062 on white background.



Black color preview on #736062 background

This text has black color on #736062 background.


White color preview on #736062 background

This text has white color on #736062 background.