COLOR #714443

HEX: #714443
RGB: (113,68,67)

Color info

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

RGB color model

#714443 color RGB value is (113,68,67).

  • red value is 113;
  • green value is 68;
  • blue value is 67.
RGB:
(113,68,67)
(44%,27%,26%)

RGB channels and saturation

R 113 of 255 = 44%
G 68 of 255 = 27%
B 67 of 255 = 26%

113
68
67

R + G + B ~ 32%. #714443 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 68 + 67 = 248 (100%)
R 113 of 248 ~ 45.56%
G 68 of 248 ~ 27.42%
B 67 of 248 ~ 27.02%

%45.56
%27.42
%27.02

CMYK color model

#714443 color CMYK value is (0,40,41,56).

  • cyan value is 0.00%
  • magenta value is 39.82%
  • yellow value is 40.71%
  • key color value is 55.69%
CMYK:
(0,40,41,56)
C0M40Y41K56 
(0%,40%,41%,56%)
(0.00/0.40/0.41/0.56)	

CMYK percentages

%0
%39.82
%40.71
%55.69

Codes

Color #714443 in popluar color models

714443
RGB1136867
HSL25.56%35.29%
HSB/HSV40.71%44.31%
CMYK0.00%39.82%40.71%
55.69%

Color #714443 in popluar number systems.

HEX714443
Decimal1136867
Binary111000110001001000011
Octal161104103

Shades and tints

Shades of #714443

#714443
(113,68,67)
#673E3D
(103,62,61)
#5D3837
(93,56,55)
#533231
(83,50,49)
#492C2B
(73,44,43)
#3F2625
(63,38,37)
#35201F
(53,32,31)
#2B1A19
(43,26,25)
#211413
(33,20,19)
#170E0D
(23,14,13)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #714443

#714443
(113,68,67)
#7D5554
(125,85,84)
#896665
(137,102,101)
#957776
(149,119,118)
#A18887
(161,136,135)
#AD9998
(173,153,152)
#B9AAA9
(185,170,169)
#C5BBBA
(197,187,186)
#D1CCCB
(209,204,203)
#DDDDDC
(221,221,220)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714443 color. Also use rgb(113,68,67) instead hex code.

Text Font Color

.myTextColor { color: #714443; }

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

This text font color is #714443.


Background Color

.myBgColor { background-color: #714443; }

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

This div background color is #714443.


Border color

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

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

This div border color is #714443.


Opacity

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

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

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

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

This text has shadow with #714443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714443 on black background.


Color preview on white background

This text has color #714443 on white background.



Black color preview on #714443 background

This text has black color on #714443 background.


White color preview on #714443 background

This text has white color on #714443 background.