COLOR #714225

HEX: #714225
RGB: (113,66,37)

Color info

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

RGB color model

#714225 color RGB value is (113,66,37).

  • red value is 113;
  • green value is 66;
  • blue value is 37.
RGB:
(113,66,37)
(44%,26%,15%)

RGB channels and saturation

R 113 of 255 = 44%
G 66 of 255 = 26%
B 37 of 255 = 15%

113
66
37

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

Portions of RGB colors in percentages

R + G + B =
113 + 66 + 37 = 216 (100%)
R 113 of 216 ~ 52.31%
G 66 of 216 ~ 30.56%
B 37 of 216 ~ 17.13%

%52.31
%30.56
%17.13

CMYK color model

#714225 color CMYK value is (0,42,67,56).

  • cyan value is 0.00%
  • magenta value is 41.59%
  • yellow value is 67.26%
  • key color value is 55.69%
CMYK:
(0,42,67,56)
C0M42Y67K56 
(0%,42%,67%,56%)
(0.00/0.42/0.67/0.56)	

CMYK percentages

%0
%41.59
%67.26
%55.69

Codes

Color #714225 in popluar color models

714225
RGB1136637
HSL23°50.67%29.41%
HSB/HSV23°67.26%44.31%
CMYK0.00%41.59%67.26%
55.69%

Color #714225 in popluar number systems.

HEX714225
Decimal1136637
Binary11100011000010100101
Octal16110245

Shades and tints

Shades of #714225

#714225
(113,66,37)
#673C22
(103,60,34)
#5D361F
(93,54,31)
#53301C
(83,48,28)
#492A19
(73,42,25)
#3F2416
(63,36,22)
#351E13
(53,30,19)
#2B1810
(43,24,16)
#21120D
(33,18,13)
#170C0A
(23,12,10)
#0D0607
(13,6,7)
#000000
(0,0,0)

Tints of #714225

#714225
(113,66,37)
#7D5338
(125,83,56)
#89644B
(137,100,75)
#95755E
(149,117,94)
#A18671
(161,134,113)
#AD9784
(173,151,132)
#B9A897
(185,168,151)
#C5B9AA
(197,185,170)
#D1CABD
(209,202,189)
#DDDBD0
(221,219,208)
#E9ECE3
(233,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714225 color. Also use rgb(113,66,37) instead hex code.

Text Font Color

.myTextColor { color: #714225; }

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

This text font color is #714225.


Background Color

.myBgColor { background-color: #714225; }

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

This div background color is #714225.


Border color

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

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

This div border color is #714225.


Opacity

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

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

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

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

This text has shadow with #714225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714225 on black background.


Color preview on white background

This text has color #714225 on white background.



Black color preview on #714225 background

This text has black color on #714225 background.


White color preview on #714225 background

This text has white color on #714225 background.