COLOR #714B37

HEX: #714B37
RGB: (113,75,55)

Color info

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

RGB color model

#714B37 color RGB value is (113,75,55).

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

RGB channels and saturation

R 113 of 255 = 44%
G 75 of 255 = 29%
B 55 of 255 = 22%

113
75
55

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

Portions of RGB colors in percentages

R + G + B =
113 + 75 + 55 = 243 (100%)
R 113 of 243 ~ 46.5%
G 75 of 243 ~ 30.86%
B 55 of 243 ~ 22.63%

%46.5
%30.86
%22.63

CMYK color model

#714B37 color CMYK value is (0,34,51,56).

  • cyan value is 0.00%
  • magenta value is 33.63%
  • yellow value is 51.33%
  • key color value is 55.69%
CMYK:
(0,34,51,56)
C0M34Y51K56 
(0%,34%,51%,56%)
(0.00/0.34/0.51/0.56)	

CMYK percentages

%0
%33.63
%51.33
%55.69

Codes

Color #714B37 in popluar color models

714B37
RGB1137555
HSL21°34.52%32.94%
HSB/HSV21°51.33%44.31%
CMYK0.00%33.63%51.33%
55.69%

Color #714B37 in popluar number systems.

HEX714B37
Decimal1137555
Binary11100011001011110111
Octal16111367

Shades and tints

Shades of #714B37

#714B37
(113,75,55)
#674532
(103,69,50)
#5D3F2D
(93,63,45)
#533928
(83,57,40)
#493323
(73,51,35)
#3F2D1E
(63,45,30)
#352719
(53,39,25)
#2B2114
(43,33,20)
#211B0F
(33,27,15)
#17150A
(23,21,10)
#0D0F05
(13,15,5)
#000000
(0,0,0)

Tints of #714B37

#714B37
(113,75,55)
#7D5B49
(125,91,73)
#896B5B
(137,107,91)
#957B6D
(149,123,109)
#A18B7F
(161,139,127)
#AD9B91
(173,155,145)
#B9ABA3
(185,171,163)
#C5BBB5
(197,187,181)
#D1CBC7
(209,203,199)
#DDDBD9
(221,219,217)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #714B37; }

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

This text font color is #714B37.


Background Color

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

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

This div background color is #714B37.


Border color

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

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

This div border color is #714B37.


Opacity

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

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

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

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

This text has shadow with #714B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714B37 on black background.


Color preview on white background

This text has color #714B37 on white background.



Black color preview on #714B37 background

This text has black color on #714B37 background.


White color preview on #714B37 background

This text has white color on #714B37 background.