COLOR #714748

HEX: #714748
RGB: (113,71,72)

Color info

#714748 contains red, green and blue colors in about the same proportion. Web safe color of #714748 is #663333 (or #633).

RGB color model

#714748 color RGB value is (113,71,72).

  • red value is 113;
  • green value is 71;
  • blue value is 72.
RGB:
(113,71,72)
(44%,28%,28%)

RGB channels and saturation

R 113 of 255 = 44%
G 71 of 255 = 28%
B 72 of 255 = 28%

113
71
72

R + G + B ~ 33%. #714748 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 71 + 72 = 256 (100%)
R 113 of 256 ~ 44.14%
G 71 of 256 ~ 27.73%
B 72 of 256 ~ 28.13%

%44.14
%27.73
%28.13

CMYK color model

#714748 color CMYK value is (0,37,36,56).

  • cyan value is 0.00%
  • magenta value is 37.17%
  • yellow value is 36.28%
  • key color value is 55.69%
CMYK:
(0,37,36,56)
C0M37Y36K56 
(0%,37%,36%,56%)
(0.00/0.37/0.36/0.56)	

CMYK percentages

%0
%37.17
%36.28
%55.69

Codes

Color #714748 in popluar color models

714748
RGB1137172
HSL359°22.83%36.08%
HSB/HSV359°37.17%44.31%
CMYK0.00%37.17%36.28%
55.69%

Color #714748 in popluar number systems.

HEX714748
Decimal1137172
Binary111000110001111001000
Octal161107110

Shades and tints

Shades of #714748

#714748
(113,71,72)
#674142
(103,65,66)
#5D3B3C
(93,59,60)
#533536
(83,53,54)
#492F30
(73,47,48)
#3F292A
(63,41,42)
#352324
(53,35,36)
#2B1D1E
(43,29,30)
#211718
(33,23,24)
#171112
(23,17,18)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #714748

#714748
(113,71,72)
#7D5758
(125,87,88)
#896768
(137,103,104)
#957778
(149,119,120)
#A18788
(161,135,136)
#AD9798
(173,151,152)
#B9A7A8
(185,167,168)
#C5B7B8
(197,183,184)
#D1C7C8
(209,199,200)
#DDD7D8
(221,215,216)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714748 color. Also use rgb(113,71,72) instead hex code.

Text Font Color

.myTextColor { color: #714748; }

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

This text font color is #714748.


Background Color

.myBgColor { background-color: #714748; }

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

This div background color is #714748.


Border color

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

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

This div border color is #714748.


Opacity

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

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

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

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

This text has shadow with #714748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714748 on black background.


Color preview on white background

This text has color #714748 on white background.



Black color preview on #714748 background

This text has black color on #714748 background.


White color preview on #714748 background

This text has white color on #714748 background.