COLOR #737168

HEX: #737168
RGB: (115,113,104)

Color info

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

RGB color model

#737168 color RGB value is (115,113,104).

  • red value is 115;
  • green value is 113;
  • blue value is 104.
RGB:
(115,113,104)
(45%,44%,41%)

RGB channels and saturation

R 115 of 255 = 45%
G 113 of 255 = 44%
B 104 of 255 = 41%

115
113
104

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

Portions of RGB colors in percentages

R + G + B =
115 + 113 + 104 = 332 (100%)
R 115 of 332 ~ 34.64%
G 113 of 332 ~ 34.04%
B 104 of 332 ~ 31.33%

%34.64
%34.04
%31.33

CMYK color model

#737168 color CMYK value is (0,2,10,55).

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 9.57%
  • key color value is 54.90%
CMYK:
(0,2,10,55)
C0M2Y10K55 
(0%,2%,10%,55%)
(0.00/0.02/0.10/0.55)	

CMYK percentages

%0
%1.74
%9.57
%54.9

Codes

Color #737168 in popluar color models

737168
RGB115113104
HSL49°5.02%42.94%
HSB/HSV49°9.57%45.10%
CMYK0.00%1.74%9.57%
54.90%

Color #737168 in popluar number systems.

HEX737168
Decimal115113104
Binary111001111100011101000
Octal163161150

Shades and tints

Shades of #737168

#737168
(115,113,104)
#69675F
(105,103,95)
#5F5D56
(95,93,86)
#55534D
(85,83,77)
#4B4944
(75,73,68)
#413F3B
(65,63,59)
#373532
(55,53,50)
#2D2B29
(45,43,41)
#232120
(35,33,32)
#191717
(25,23,23)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #737168

#737168
(115,113,104)
#7F7D75
(127,125,117)
#8B8982
(139,137,130)
#97958F
(151,149,143)
#A3A19C
(163,161,156)
#AFADA9
(175,173,169)
#BBB9B6
(187,185,182)
#C7C5C3
(199,197,195)
#D3D1D0
(211,209,208)
#DFDDDD
(223,221,221)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737168 color. Also use rgb(115,113,104) instead hex code.

Text Font Color

.myTextColor { color: #737168; }

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

This text font color is #737168.


Background Color

.myBgColor { background-color: #737168; }

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

This div background color is #737168.


Border color

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

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

This div border color is #737168.


Opacity

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

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

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

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

This text has shadow with #737168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737168 on black background.


Color preview on white background

This text has color #737168 on white background.



Black color preview on #737168 background

This text has black color on #737168 background.


White color preview on #737168 background

This text has white color on #737168 background.