COLOR #727364

HEX: #727364
RGB: (114,115,100)

Color info

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

RGB color model

#727364 color RGB value is (114,115,100).

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

RGB channels and saturation

R 114 of 255 = 45%
G 115 of 255 = 45%
B 100 of 255 = 39%

114
115
100

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

Portions of RGB colors in percentages

R + G + B =
114 + 115 + 100 = 329 (100%)
R 114 of 329 ~ 34.65%
G 115 of 329 ~ 34.95%
B 100 of 329 ~ 30.4%

%34.65
%34.95
%30.4

CMYK color model

#727364 color CMYK value is (1,0,13,55).

  • cyan value is 0.87%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 54.90%
CMYK:
(1,0,13,55)
C1M0Y13K55 
(1%,0%,13%,55%)
(0.01/0.00/0.13/0.55)	

CMYK percentages

%0.87
%0
%13.04
%54.9

Codes

Color #727364 in popluar color models

727364
RGB114115100
HSL64°6.98%42.16%
HSB/HSV64°13.04%45.10%
CMYK0.87%0.00%13.04%
54.90%

Color #727364 in popluar number systems.

HEX727364
Decimal114115100
Binary111001011100111100100
Octal162163144

Shades and tints

Shades of #727364

#727364
(114,115,100)
#68695B
(104,105,91)
#5E5F52
(94,95,82)
#545549
(84,85,73)
#4A4B40
(74,75,64)
#404137
(64,65,55)
#36372E
(54,55,46)
#2C2D25
(44,45,37)
#22231C
(34,35,28)
#181913
(24,25,19)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #727364

#727364
(114,115,100)
#7E7F72
(126,127,114)
#8A8B80
(138,139,128)
#96978E
(150,151,142)
#A2A39C
(162,163,156)
#AEAFAA
(174,175,170)
#BABBB8
(186,187,184)
#C6C7C6
(198,199,198)
#D2D3D4
(210,211,212)
#DEDFE2
(222,223,226)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727364; }

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

This text font color is #727364.


Background Color

.myBgColor { background-color: #727364; }

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

This div background color is #727364.


Border color

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

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

This div border color is #727364.


Opacity

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

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

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

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

This text has shadow with #727364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727364 on black background.


Color preview on white background

This text has color #727364 on white background.



Black color preview on #727364 background

This text has black color on #727364 background.


White color preview on #727364 background

This text has white color on #727364 background.