COLOR #714028

HEX: #714028
RGB: (113,64,40)

Color info

#714028 contains mainly red and green colors. Web safe color of #714028 is #663333 (or #633).

RGB color model

#714028 color RGB value is (113,64,40).

  • red value is 113;
  • green value is 64;
  • blue value is 40.
RGB:
(113,64,40)
(44%,25%,16%)

RGB channels and saturation

R 113 of 255 = 44%
G 64 of 255 = 25%
B 40 of 255 = 16%

113
64
40

R + G + B ~ 28%. #714028 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 64 + 40 = 217 (100%)
R 113 of 217 ~ 52.07%
G 64 of 217 ~ 29.49%
B 40 of 217 ~ 18.43%

%52.07
%29.49
%18.43

CMYK color model

#714028 color CMYK value is (0,43,65,56).

  • cyan value is 0.00%
  • magenta value is 43.36%
  • yellow value is 64.60%
  • key color value is 55.69%
CMYK:
(0,43,65,56)
C0M43Y65K56 
(0%,43%,65%,56%)
(0.00/0.43/0.65/0.56)	

CMYK percentages

%0
%43.36
%64.6
%55.69

Codes

Color #714028 in popluar color models

714028
RGB1136440
HSL20°47.71%30.00%
HSB/HSV20°64.60%44.31%
CMYK0.00%43.36%64.60%
55.69%

Color #714028 in popluar number systems.

HEX714028
Decimal1136440
Binary11100011000000101000
Octal16110050

Shades and tints

Shades of #714028

#714028
(113,64,40)
#673B25
(103,59,37)
#5D3622
(93,54,34)
#53311F
(83,49,31)
#492C1C
(73,44,28)
#3F2719
(63,39,25)
#352216
(53,34,22)
#2B1D13
(43,29,19)
#211810
(33,24,16)
#17130D
(23,19,13)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #714028

#714028
(113,64,40)
#7D513B
(125,81,59)
#89624E
(137,98,78)
#957361
(149,115,97)
#A18474
(161,132,116)
#AD9587
(173,149,135)
#B9A69A
(185,166,154)
#C5B7AD
(197,183,173)
#D1C8C0
(209,200,192)
#DDD9D3
(221,217,211)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714028 color. Also use rgb(113,64,40) instead hex code.

Text Font Color

.myTextColor { color: #714028; }

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

This text font color is #714028.


Background Color

.myBgColor { background-color: #714028; }

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

This div background color is #714028.


Border color

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

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

This div border color is #714028.


Opacity

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

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

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

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

This text has shadow with #714028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714028 on black background.


Color preview on white background

This text has color #714028 on white background.



Black color preview on #714028 background

This text has black color on #714028 background.


White color preview on #714028 background

This text has white color on #714028 background.