COLOR #727368

HEX: #727368
RGB: (114,115,104)

Color info

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

RGB color model

#727368 color RGB value is (114,115,104).

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

RGB channels and saturation

R 114 of 255 = 45%
G 115 of 255 = 45%
B 104 of 255 = 41%

114
115
104

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

Portions of RGB colors in percentages

R + G + B =
114 + 115 + 104 = 333 (100%)
R 114 of 333 ~ 34.23%
G 115 of 333 ~ 34.53%
B 104 of 333 ~ 31.23%

%34.23
%34.53
%31.23

CMYK color model

#727368 color CMYK value is (1,0,10,55).

  • cyan value is 0.87%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 54.90%
CMYK:
(1,0,10,55)
C1M0Y10K55 
(1%,0%,10%,55%)
(0.01/0.00/0.10/0.55)	

CMYK percentages

%0.87
%0
%9.57
%54.9

Codes

Color #727368 in popluar color models

727368
RGB114115104
HSL65°5.02%42.94%
HSB/HSV65°9.57%45.10%
CMYK0.87%0.00%9.57%
54.90%

Color #727368 in popluar number systems.

HEX727368
Decimal114115104
Binary111001011100111101000
Octal162163150

Shades and tints

Shades of #727368

#727368
(114,115,104)
#68695F
(104,105,95)
#5E5F56
(94,95,86)
#54554D
(84,85,77)
#4A4B44
(74,75,68)
#40413B
(64,65,59)
#363732
(54,55,50)
#2C2D29
(44,45,41)
#222320
(34,35,32)
#181917
(24,25,23)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #727368

#727368
(114,115,104)
#7E7F75
(126,127,117)
#8A8B82
(138,139,130)
#96978F
(150,151,143)
#A2A39C
(162,163,156)
#AEAFA9
(174,175,169)
#BABBB6
(186,187,182)
#C6C7C3
(198,199,195)
#D2D3D0
(210,211,208)
#DEDFDD
(222,223,221)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727368; }

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

This text font color is #727368.


Background Color

.myBgColor { background-color: #727368; }

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

This div background color is #727368.


Border color

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

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

This div border color is #727368.


Opacity

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

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

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

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

This text has shadow with #727368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727368 on black background.


Color preview on white background

This text has color #727368 on white background.



Black color preview on #727368 background

This text has black color on #727368 background.


White color preview on #727368 background

This text has white color on #727368 background.