COLOR #714B52

HEX: #714B52
RGB: (113,75,82)

Color info

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

RGB color model

#714B52 color RGB value is (113,75,82).

  • red value is 113;
  • green value is 75;
  • blue value is 82.
RGB:
(113,75,82)
(44%,29%,32%)

RGB channels and saturation

R 113 of 255 = 44%
G 75 of 255 = 29%
B 82 of 255 = 32%

113
75
82

R + G + B ~ 35%. #714B52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 75 + 82 = 270 (100%)
R 113 of 270 ~ 41.85%
G 75 of 270 ~ 27.78%
B 82 of 270 ~ 30.37%

%41.85
%27.78
%30.37

CMYK color model

#714B52 color CMYK value is (0,34,27,56).

  • cyan value is 0.00%
  • magenta value is 33.63%
  • yellow value is 27.43%
  • key color value is 55.69%
CMYK:
(0,34,27,56)
C0M34Y27K56 
(0%,34%,27%,56%)
(0.00/0.34/0.27/0.56)	

CMYK percentages

%0
%33.63
%27.43
%55.69

Codes

Color #714B52 in popluar color models

714B52
RGB1137582
HSL349°20.21%36.86%
HSB/HSV349°33.63%44.31%
CMYK0.00%33.63%27.43%
55.69%

Color #714B52 in popluar number systems.

HEX714B52
Decimal1137582
Binary111000110010111010010
Octal161113122

Shades and tints

Shades of #714B52

#714B52
(113,75,82)
#67454B
(103,69,75)
#5D3F44
(93,63,68)
#53393D
(83,57,61)
#493336
(73,51,54)
#3F2D2F
(63,45,47)
#352728
(53,39,40)
#2B2121
(43,33,33)
#211B1A
(33,27,26)
#171513
(23,21,19)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #714B52

#714B52
(113,75,82)
#7D5B61
(125,91,97)
#896B70
(137,107,112)
#957B7F
(149,123,127)
#A18B8E
(161,139,142)
#AD9B9D
(173,155,157)
#B9ABAC
(185,171,172)
#C5BBBB
(197,187,187)
#D1CBCA
(209,203,202)
#DDDBD9
(221,219,217)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714B52 color. Also use rgb(113,75,82) instead hex code.

Text Font Color

.myTextColor { color: #714B52; }

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

This text font color is #714B52.


Background Color

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

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

This div background color is #714B52.


Border color

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

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

This div border color is #714B52.


Opacity

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

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

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

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

This text has shadow with #714B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714B52 on black background.


Color preview on white background

This text has color #714B52 on white background.



Black color preview on #714B52 background

This text has black color on #714B52 background.


White color preview on #714B52 background

This text has white color on #714B52 background.