COLOR #714841

HEX: #714841
RGB: (113,72,65)

Color info

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

RGB color model

#714841 color RGB value is (113,72,65).

  • red value is 113;
  • green value is 72;
  • blue value is 65.
RGB:
(113,72,65)
(44%,28%,25%)

RGB channels and saturation

R 113 of 255 = 44%
G 72 of 255 = 28%
B 65 of 255 = 25%

113
72
65

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

Portions of RGB colors in percentages

R + G + B =
113 + 72 + 65 = 250 (100%)
R 113 of 250 ~ 45.2%
G 72 of 250 ~ 28.8%
B 65 of 250 ~ 26%

%45.2
%28.8
%26

CMYK color model

#714841 color CMYK value is (0,36,42,56).

  • cyan value is 0.00%
  • magenta value is 36.28%
  • yellow value is 42.48%
  • key color value is 55.69%
CMYK:
(0,36,42,56)
C0M36Y42K56 
(0%,36%,42%,56%)
(0.00/0.36/0.42/0.56)	

CMYK percentages

%0
%36.28
%42.48
%55.69

Codes

Color #714841 in popluar color models

714841
RGB1137265
HSL26.97%34.90%
HSB/HSV42.48%44.31%
CMYK0.00%36.28%42.48%
55.69%

Color #714841 in popluar number systems.

HEX714841
Decimal1137265
Binary111000110010001000001
Octal161110101

Shades and tints

Shades of #714841

#714841
(113,72,65)
#67423C
(103,66,60)
#5D3C37
(93,60,55)
#533632
(83,54,50)
#49302D
(73,48,45)
#3F2A28
(63,42,40)
#352423
(53,36,35)
#2B1E1E
(43,30,30)
#211819
(33,24,25)
#171214
(23,18,20)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #714841

#714841
(113,72,65)
#7D5852
(125,88,82)
#896863
(137,104,99)
#957874
(149,120,116)
#A18885
(161,136,133)
#AD9896
(173,152,150)
#B9A8A7
(185,168,167)
#C5B8B8
(197,184,184)
#D1C8C9
(209,200,201)
#DDD8DA
(221,216,218)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714841 color. Also use rgb(113,72,65) instead hex code.

Text Font Color

.myTextColor { color: #714841; }

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

This text font color is #714841.


Background Color

.myBgColor { background-color: #714841; }

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

This div background color is #714841.


Border color

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

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

This div border color is #714841.


Opacity

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

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

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

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

This text has shadow with #714841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714841 on black background.


Color preview on white background

This text has color #714841 on white background.



Black color preview on #714841 background

This text has black color on #714841 background.


White color preview on #714841 background

This text has white color on #714841 background.