COLOR #713135

HEX: #713135
RGB: (113,49,53)

Color info

#713135 contains mainly red color. Web safe color of #713135 is #663333 (or #633).

RGB color model

#713135 color RGB value is (113,49,53).

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

RGB channels and saturation

R 113 of 255 = 44%
G 49 of 255 = 19%
B 53 of 255 = 21%

113
49
53

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

Portions of RGB colors in percentages

R + G + B =
113 + 49 + 53 = 215 (100%)
R 113 of 215 ~ 52.56%
G 49 of 215 ~ 22.79%
B 53 of 215 ~ 24.65%

%52.56
%22.79
%24.65

CMYK color model

#713135 color CMYK value is (0,57,53,56).

  • cyan value is 0.00%
  • magenta value is 56.64%
  • yellow value is 53.10%
  • key color value is 55.69%
CMYK:
(0,57,53,56)
C0M57Y53K56 
(0%,57%,53%,56%)
(0.00/0.57/0.53/0.56)	

CMYK percentages

%0
%56.64
%53.1
%55.69

Codes

Color #713135 in popluar color models

713135
RGB1134953
HSL356°39.51%31.76%
HSB/HSV356°56.64%44.31%
CMYK0.00%56.64%53.10%
55.69%

Color #713135 in popluar number systems.

HEX713135
Decimal1134953
Binary1110001110001110101
Octal1616165

Shades and tints

Shades of #713135

#713135
(113,49,53)
#672D31
(103,45,49)
#5D292D
(93,41,45)
#532529
(83,37,41)
#492125
(73,33,37)
#3F1D21
(63,29,33)
#35191D
(53,25,29)
#2B1519
(43,21,25)
#211115
(33,17,21)
#170D11
(23,13,17)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #713135

#713135
(113,49,53)
#7D4347
(125,67,71)
#895559
(137,85,89)
#95676B
(149,103,107)
#A1797D
(161,121,125)
#AD8B8F
(173,139,143)
#B99DA1
(185,157,161)
#C5AFB3
(197,175,179)
#D1C1C5
(209,193,197)
#DDD3D7
(221,211,215)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #713135; }

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

This text font color is #713135.


Background Color

.myBgColor { background-color: #713135; }

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

This div background color is #713135.


Border color

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

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

This div border color is #713135.


Opacity

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

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

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

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

This text has shadow with #713135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713135 on black background.


Color preview on white background

This text has color #713135 on white background.



Black color preview on #713135 background

This text has black color on #713135 background.


White color preview on #713135 background

This text has white color on #713135 background.