COLOR #727263

HEX: #727263
RGB: (114,114,99)

Color info

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

RGB color model

#727263 color RGB value is (114,114,99).

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

RGB channels and saturation

R 114 of 255 = 45%
G 114 of 255 = 45%
B 99 of 255 = 39%

114
114
99

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

Portions of RGB colors in percentages

R + G + B =
114 + 114 + 99 = 327 (100%)
R 114 of 327 ~ 34.86%
G 114 of 327 ~ 34.86%
B 99 of 327 ~ 30.28%

%34.86
%34.86
%30.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 55.29%
CMYK:
(0,0,13,55)
C0M0Y13K55 
(0%,0%,13%,55%)
(0.00/0.00/0.13/0.55)	

CMYK percentages

%0
%0
%13.16
%55.29

Codes

Color #727263 in popluar color models

727263
RGB11411499
HSL60°7.04%41.76%
HSB/HSV60°13.16%44.71%
CMYK0.00%0.00%13.16%
55.29%

Color #727263 in popluar number systems.

HEX727263
Decimal11411499
Binary111001011100101100011
Octal162162143

Shades and tints

Shades of #727263

#727263
(114,114,99)
#68685A
(104,104,90)
#5E5E51
(94,94,81)
#545448
(84,84,72)
#4A4A3F
(74,74,63)
#404036
(64,64,54)
#36362D
(54,54,45)
#2C2C24
(44,44,36)
#22221B
(34,34,27)
#181812
(24,24,18)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #727263

#727263
(114,114,99)
#7E7E71
(126,126,113)
#8A8A7F
(138,138,127)
#96968D
(150,150,141)
#A2A29B
(162,162,155)
#AEAEA9
(174,174,169)
#BABAB7
(186,186,183)
#C6C6C5
(198,198,197)
#D2D2D3
(210,210,211)
#DEDEE1
(222,222,225)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727263; }

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

This text font color is #727263.


Background Color

.myBgColor { background-color: #727263; }

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

This div background color is #727263.


Border color

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

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

This div border color is #727263.


Opacity

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

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

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

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

This text has shadow with #727263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727263 on black background.


Color preview on white background

This text has color #727263 on white background.



Black color preview on #727263 background

This text has black color on #727263 background.


White color preview on #727263 background

This text has white color on #727263 background.