COLOR #714A3D

HEX: #714A3D
RGB: (113,74,61)

Color info

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

RGB color model

#714A3D color RGB value is (113,74,61).

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

RGB channels and saturation

R 113 of 255 = 44%
G 74 of 255 = 29%
B 61 of 255 = 24%

113
74
61

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

Portions of RGB colors in percentages

R + G + B =
113 + 74 + 61 = 248 (100%)
R 113 of 248 ~ 45.56%
G 74 of 248 ~ 29.84%
B 61 of 248 ~ 24.6%

%45.56
%29.84
%24.6

CMYK color model

#714A3D color CMYK value is (0,35,46,56).

  • cyan value is 0.00%
  • magenta value is 34.51%
  • yellow value is 46.02%
  • key color value is 55.69%
CMYK:
(0,35,46,56)
C0M35Y46K56 
(0%,35%,46%,56%)
(0.00/0.35/0.46/0.56)	

CMYK percentages

%0
%34.51
%46.02
%55.69

Codes

Color #714A3D in popluar color models

714A3D
RGB1137461
HSL15°29.89%34.12%
HSB/HSV15°46.02%44.31%
CMYK0.00%34.51%46.02%
55.69%

Color #714A3D in popluar number systems.

HEX714A3D
Decimal1137461
Binary11100011001010111101
Octal16111275

Shades and tints

Shades of #714A3D

#714A3D
(113,74,61)
#674438
(103,68,56)
#5D3E33
(93,62,51)
#53382E
(83,56,46)
#493229
(73,50,41)
#3F2C24
(63,44,36)
#35261F
(53,38,31)
#2B201A
(43,32,26)
#211A15
(33,26,21)
#171410
(23,20,16)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #714A3D

#714A3D
(113,74,61)
#7D5A4E
(125,90,78)
#896A5F
(137,106,95)
#957A70
(149,122,112)
#A18A81
(161,138,129)
#AD9A92
(173,154,146)
#B9AAA3
(185,170,163)
#C5BAB4
(197,186,180)
#D1CAC5
(209,202,197)
#DDDAD6
(221,218,214)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714A3D; }

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

This text font color is #714A3D.


Background Color

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

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

This div background color is #714A3D.


Border color

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

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

This div border color is #714A3D.


Opacity

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

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

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

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

This text has shadow with #714A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714A3D on black background.


Color preview on white background

This text has color #714A3D on white background.



Black color preview on #714A3D background

This text has black color on #714A3D background.


White color preview on #714A3D background

This text has white color on #714A3D background.