COLOR #714035

HEX: #714035
RGB: (113,64,53)

Color info

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

RGB color model

#714035 color RGB value is (113,64,53).

  • red value is 113;
  • green value is 64;
  • blue value is 53.
RGB:
(113,64,53)
(44%,25%,21%)

RGB channels and saturation

R 113 of 255 = 44%
G 64 of 255 = 25%
B 53 of 255 = 21%

113
64
53

R + G + B ~ 30%. #714035 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 64 + 53 = 230 (100%)
R 113 of 230 ~ 49.13%
G 64 of 230 ~ 27.83%
B 53 of 230 ~ 23.04%

%49.13
%27.83
%23.04

CMYK color model

#714035 color CMYK value is (0,43,53,56).

  • cyan value is 0.00%
  • magenta value is 43.36%
  • yellow value is 53.10%
  • key color value is 55.69%
CMYK:
(0,43,53,56)
C0M43Y53K56 
(0%,43%,53%,56%)
(0.00/0.43/0.53/0.56)	

CMYK percentages

%0
%43.36
%53.1
%55.69

Codes

Color #714035 in popluar color models

714035
RGB1136453
HSL11°36.14%32.55%
HSB/HSV11°53.10%44.31%
CMYK0.00%43.36%53.10%
55.69%

Color #714035 in popluar number systems.

HEX714035
Decimal1136453
Binary11100011000000110101
Octal16110065

Shades and tints

Shades of #714035

#714035
(113,64,53)
#673B31
(103,59,49)
#5D362D
(93,54,45)
#533129
(83,49,41)
#492C25
(73,44,37)
#3F2721
(63,39,33)
#35221D
(53,34,29)
#2B1D19
(43,29,25)
#211815
(33,24,21)
#171311
(23,19,17)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #714035

#714035
(113,64,53)
#7D5147
(125,81,71)
#896259
(137,98,89)
#95736B
(149,115,107)
#A1847D
(161,132,125)
#AD958F
(173,149,143)
#B9A6A1
(185,166,161)
#C5B7B3
(197,183,179)
#D1C8C5
(209,200,197)
#DDD9D7
(221,217,215)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #714035 color. Also use rgb(113,64,53) instead hex code.

Text Font Color

.myTextColor { color: #714035; }

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

This text font color is #714035.


Background Color

.myBgColor { background-color: #714035; }

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

This div background color is #714035.


Border color

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

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

This div border color is #714035.


Opacity

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

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

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

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

This text has shadow with #714035 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #714035 on black background.


Color preview on white background

This text has color #714035 on white background.



Black color preview on #714035 background

This text has black color on #714035 background.


White color preview on #714035 background

This text has white color on #714035 background.