COLOR #72567B

HEX: #72567B
RGB: (114,86,123)

Color info

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

RGB color model

#72567B color RGB value is (114,86,123).

  • red value is 114;
  • green value is 86;
  • blue value is 123.
RGB:
(114,86,123)
(45%,34%,48%)

RGB channels and saturation

R 114 of 255 = 45%
G 86 of 255 = 34%
B 123 of 255 = 48%

114
86
123

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

Portions of RGB colors in percentages

R + G + B =
114 + 86 + 123 = 323 (100%)
R 114 of 323 ~ 35.29%
G 86 of 323 ~ 26.63%
B 123 of 323 ~ 38.08%

%35.29
%26.63
%38.08

CMYK color model

#72567B color CMYK value is (7,30,0,52).

  • cyan value is 7.32%
  • magenta value is 30.08%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(7,30,0,52)
C7M30Y0K52 
(7%,30%,0%,52%)
(0.07/0.30/0.00/0.52)	

CMYK percentages

%7.32
%30.08
%0
%51.76

Codes

Color #72567B in popluar color models

72567B
RGB11486123
HSL285°17.70%40.98%
HSB/HSV285°30.08%48.24%
CMYK7.32%30.08%0.00%
51.76%

Color #72567B in popluar number systems.

HEX72567B
Decimal11486123
Binary111001010101101111011
Octal162126173

Shades and tints

Shades of #72567B

#72567B
(114,86,123)
#684F70
(104,79,112)
#5E4865
(94,72,101)
#54415A
(84,65,90)
#4A3A4F
(74,58,79)
#403344
(64,51,68)
#362C39
(54,44,57)
#2C252E
(44,37,46)
#221E23
(34,30,35)
#181718
(24,23,24)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #72567B

#72567B
(114,86,123)
#7E6587
(126,101,135)
#8A7493
(138,116,147)
#96839F
(150,131,159)
#A292AB
(162,146,171)
#AEA1B7
(174,161,183)
#BAB0C3
(186,176,195)
#C6BFCF
(198,191,207)
#D2CEDB
(210,206,219)
#DEDDE7
(222,221,231)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72567B color. Also use rgb(114,86,123) instead hex code.

Text Font Color

.myTextColor { color: #72567B; }

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

This text font color is #72567B.


Background Color

.myBgColor { background-color: #72567B; }

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

This div background color is #72567B.


Border color

.myBorderColor { border: 1px solid #72567B; }

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

This div border color is #72567B.


Opacity

.myOpacity80 { color: #72567B; opacity: 0.8; }

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

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

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

This text has shadow with #72567B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72567B on black background.


Color preview on white background

This text has color #72567B on white background.



Black color preview on #72567B background

This text has black color on #72567B background.


White color preview on #72567B background

This text has white color on #72567B background.