COLOR #725F5A

HEX: #725F5A
RGB: (114,95,90)

Color info

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

RGB color model

#725F5A color RGB value is (114,95,90).

  • red value is 114;
  • green value is 95;
  • blue value is 90.
RGB:
(114,95,90)
(45%,37%,35%)

RGB channels and saturation

R 114 of 255 = 45%
G 95 of 255 = 37%
B 90 of 255 = 35%

114
95
90

R + G + B ~ 39%. #725F5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 95 + 90 = 299 (100%)
R 114 of 299 ~ 38.13%
G 95 of 299 ~ 31.77%
B 90 of 299 ~ 30.1%

%38.13
%31.77
%30.1

CMYK color model

#725F5A color CMYK value is (0,17,21,55).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 21.05%
  • key color value is 55.29%
CMYK:
(0,17,21,55)
C0M17Y21K55 
(0%,17%,21%,55%)
(0.00/0.17/0.21/0.55)	

CMYK percentages

%0
%16.67
%21.05
%55.29

Codes

Color #725F5A in popluar color models

725F5A
RGB1149590
HSL13°11.76%40.00%
HSB/HSV13°21.05%44.71%
CMYK0.00%16.67%21.05%
55.29%

Color #725F5A in popluar number systems.

HEX725F5A
Decimal1149590
Binary111001010111111011010
Octal162137132

Shades and tints

Shades of #725F5A

#725F5A
(114,95,90)
#685752
(104,87,82)
#5E4F4A
(94,79,74)
#544742
(84,71,66)
#4A3F3A
(74,63,58)
#403732
(64,55,50)
#362F2A
(54,47,42)
#2C2722
(44,39,34)
#221F1A
(34,31,26)
#181712
(24,23,18)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #725F5A

#725F5A
(114,95,90)
#7E6D69
(126,109,105)
#8A7B78
(138,123,120)
#968987
(150,137,135)
#A29796
(162,151,150)
#AEA5A5
(174,165,165)
#BAB3B4
(186,179,180)
#C6C1C3
(198,193,195)
#D2CFD2
(210,207,210)
#DEDDE1
(222,221,225)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725F5A color. Also use rgb(114,95,90) instead hex code.

Text Font Color

.myTextColor { color: #725F5A; }

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

This text font color is #725F5A.


Background Color

.myBgColor { background-color: #725F5A; }

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

This div background color is #725F5A.


Border color

.myBorderColor { border: 1px solid #725F5A; }

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

This div border color is #725F5A.


Opacity

.myOpacity80 { color: #725F5A; opacity: 0.8; }

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

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

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

This text has shadow with #725F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725F5A on black background.


Color preview on white background

This text has color #725F5A on white background.



Black color preview on #725F5A background

This text has black color on #725F5A background.


White color preview on #725F5A background

This text has white color on #725F5A background.