COLOR #727351

HEX: #727351
RGB: (114,115,81)

Color info

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

RGB color model

#727351 color RGB value is (114,115,81).

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

RGB channels and saturation

R 114 of 255 = 45%
G 115 of 255 = 45%
B 81 of 255 = 32%

114
115
81

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

Portions of RGB colors in percentages

R + G + B =
114 + 115 + 81 = 310 (100%)
R 114 of 310 ~ 36.77%
G 115 of 310 ~ 37.1%
B 81 of 310 ~ 26.13%

%36.77
%37.1
%26.13

CMYK color model

#727351 color CMYK value is (1,0,30,55).

  • cyan value is 0.87%
  • magenta value is 0.00%
  • yellow value is 29.57%
  • key color value is 54.90%
CMYK:
(1,0,30,55)
C1M0Y30K55 
(1%,0%,30%,55%)
(0.01/0.00/0.30/0.55)	

CMYK percentages

%0.87
%0
%29.57
%54.9

Codes

Color #727351 in popluar color models

727351
RGB11411581
HSL62°17.35%38.43%
HSB/HSV62°29.57%45.10%
CMYK0.87%0.00%29.57%
54.90%

Color #727351 in popluar number systems.

HEX727351
Decimal11411581
Binary111001011100111010001
Octal162163121

Shades and tints

Shades of #727351

#727351
(114,115,81)
#68694A
(104,105,74)
#5E5F43
(94,95,67)
#54553C
(84,85,60)
#4A4B35
(74,75,53)
#40412E
(64,65,46)
#363727
(54,55,39)
#2C2D20
(44,45,32)
#222319
(34,35,25)
#181912
(24,25,18)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #727351

#727351
(114,115,81)
#7E7F60
(126,127,96)
#8A8B6F
(138,139,111)
#96977E
(150,151,126)
#A2A38D
(162,163,141)
#AEAF9C
(174,175,156)
#BABBAB
(186,187,171)
#C6C7BA
(198,199,186)
#D2D3C9
(210,211,201)
#DEDFD8
(222,223,216)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727351; }

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

This text font color is #727351.


Background Color

.myBgColor { background-color: #727351; }

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

This div background color is #727351.


Border color

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

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

This div border color is #727351.


Opacity

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

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

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

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

This text has shadow with #727351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727351 on black background.


Color preview on white background

This text has color #727351 on white background.



Black color preview on #727351 background

This text has black color on #727351 background.


White color preview on #727351 background

This text has white color on #727351 background.