COLOR #714D7D

HEX: #714D7D
RGB: (113,77,125)

Color info

#714D7D contains red, green and blue colors in about the same proportion. Web safe color of #714D7D is #663366 (or #636).

RGB color model

#714D7D color RGB value is (113,77,125).

  • red value is 113;
  • green value is 77;
  • blue value is 125.
RGB:
(113,77,125)
(44%,30%,49%)

RGB channels and saturation

R 113 of 255 = 44%
G 77 of 255 = 30%
B 125 of 255 = 49%

113
77
125

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

Portions of RGB colors in percentages

R + G + B =
113 + 77 + 125 = 315 (100%)
R 113 of 315 ~ 35.87%
G 77 of 315 ~ 24.44%
B 125 of 315 ~ 39.68%

%35.87
%24.44
%39.68

CMYK color model

#714D7D color CMYK value is (10,38,0,51).

  • cyan value is 9.60%
  • magenta value is 38.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(10,38,0,51)
C10M38Y0K51 
(10%,38%,0%,51%)
(0.10/0.38/0.00/0.51)	

CMYK percentages

%9.6
%38.4
%0
%50.98

Codes

Color #714D7D in popluar color models

714D7D
RGB11377125
HSL285°23.76%39.61%
HSB/HSV285°38.40%49.02%
CMYK9.60%38.40%0.00%
50.98%

Color #714D7D in popluar number systems.

HEX714D7D
Decimal11377125
Binary111000110011011111101
Octal161115175

Shades and tints

Shades of #714D7D

#714D7D
(113,77,125)
#674672
(103,70,114)
#5D3F67
(93,63,103)
#53385C
(83,56,92)
#493151
(73,49,81)
#3F2A46
(63,42,70)
#35233B
(53,35,59)
#2B1C30
(43,28,48)
#211525
(33,21,37)
#170E1A
(23,14,26)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #714D7D

#714D7D
(113,77,125)
#7D5D88
(125,93,136)
#896D93
(137,109,147)
#957D9E
(149,125,158)
#A18DA9
(161,141,169)
#AD9DB4
(173,157,180)
#B9ADBF
(185,173,191)
#C5BDCA
(197,189,202)
#D1CDD5
(209,205,213)
#DDDDE0
(221,221,224)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714D7D color. Also use rgb(113,77,125) instead hex code.

Text Font Color

.myTextColor { color: #714D7D; }

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

This text font color is #714D7D.


Background Color

.myBgColor { background-color: #714D7D; }

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

This div background color is #714D7D.


Border color

.myBorderColor { border: 1px solid #714D7D; }

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

This div border color is #714D7D.


Opacity

.myOpacity80 { color: #714D7D; opacity: 0.8; }

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

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

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

This text has shadow with #714D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714D7D on black background.


Color preview on white background

This text has color #714D7D on white background.



Black color preview on #714D7D background

This text has black color on #714D7D background.


White color preview on #714D7D background

This text has white color on #714D7D background.