COLOR #714A30

HEX: #714A30
RGB: (113,74,48)

Color info

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

RGB color model

#714A30 color RGB value is (113,74,48).

  • red value is 113;
  • green value is 74;
  • blue value is 48.
RGB:
(113,74,48)
(44%,29%,19%)

RGB channels and saturation

R 113 of 255 = 44%
G 74 of 255 = 29%
B 48 of 255 = 19%

113
74
48

R + G + B ~ 31%. #714A30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 74 + 48 = 235 (100%)
R 113 of 235 ~ 48.09%
G 74 of 235 ~ 31.49%
B 48 of 235 ~ 20.43%

%48.09
%31.49
%20.43

CMYK color model

#714A30 color CMYK value is (0,35,58,56).

  • cyan value is 0.00%
  • magenta value is 34.51%
  • yellow value is 57.52%
  • key color value is 55.69%
CMYK:
(0,35,58,56)
C0M35Y58K56 
(0%,35%,58%,56%)
(0.00/0.35/0.58/0.56)	

CMYK percentages

%0
%34.51
%57.52
%55.69

Codes

Color #714A30 in popluar color models

714A30
RGB1137448
HSL24°40.37%31.57%
HSB/HSV24°57.52%44.31%
CMYK0.00%34.51%57.52%
55.69%

Color #714A30 in popluar number systems.

HEX714A30
Decimal1137448
Binary11100011001010110000
Octal16111260

Shades and tints

Shades of #714A30

#714A30
(113,74,48)
#67442C
(103,68,44)
#5D3E28
(93,62,40)
#533824
(83,56,36)
#493220
(73,50,32)
#3F2C1C
(63,44,28)
#352618
(53,38,24)
#2B2014
(43,32,20)
#211A10
(33,26,16)
#17140C
(23,20,12)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #714A30

#714A30
(113,74,48)
#7D5A42
(125,90,66)
#896A54
(137,106,84)
#957A66
(149,122,102)
#A18A78
(161,138,120)
#AD9A8A
(173,154,138)
#B9AA9C
(185,170,156)
#C5BAAE
(197,186,174)
#D1CAC0
(209,202,192)
#DDDAD2
(221,218,210)
#E9EAE4
(233,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714A30 color. Also use rgb(113,74,48) instead hex code.

Text Font Color

.myTextColor { color: #714A30; }

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

This text font color is #714A30.


Background Color

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

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

This div background color is #714A30.


Border color

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

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

This div border color is #714A30.


Opacity

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

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

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

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

This text has shadow with #714A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714A30 on black background.


Color preview on white background

This text has color #714A30 on white background.



Black color preview on #714A30 background

This text has black color on #714A30 background.


White color preview on #714A30 background

This text has white color on #714A30 background.