COLOR #713338

HEX: #713338
RGB: (113,51,56)

Color info

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

RGB color model

#713338 color RGB value is (113,51,56).

  • red value is 113;
  • green value is 51;
  • blue value is 56.
RGB:
(113,51,56)
(44%,20%,22%)

RGB channels and saturation

R 113 of 255 = 44%
G 51 of 255 = 20%
B 56 of 255 = 22%

113
51
56

R + G + B ~ 29%. #713338 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 51 + 56 = 220 (100%)
R 113 of 220 ~ 51.36%
G 51 of 220 ~ 23.18%
B 56 of 220 ~ 25.45%

%51.36
%23.18
%25.45

CMYK color model

#713338 color CMYK value is (0,55,50,56).

  • cyan value is 0.00%
  • magenta value is 54.87%
  • yellow value is 50.44%
  • key color value is 55.69%
CMYK:
(0,55,50,56)
C0M55Y50K56 
(0%,55%,50%,56%)
(0.00/0.55/0.50/0.56)	

CMYK percentages

%0
%54.87
%50.44
%55.69

Codes

Color #713338 in popluar color models

713338
RGB1135156
HSL355°37.80%32.16%
HSB/HSV355°54.87%44.31%
CMYK0.00%54.87%50.44%
55.69%

Color #713338 in popluar number systems.

HEX713338
Decimal1135156
Binary1110001110011111000
Octal1616370

Shades and tints

Shades of #713338

#713338
(113,51,56)
#672F33
(103,47,51)
#5D2B2E
(93,43,46)
#532729
(83,39,41)
#492324
(73,35,36)
#3F1F1F
(63,31,31)
#351B1A
(53,27,26)
#2B1715
(43,23,21)
#211310
(33,19,16)
#170F0B
(23,15,11)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #713338

#713338
(113,51,56)
#7D454A
(125,69,74)
#89575C
(137,87,92)
#95696E
(149,105,110)
#A17B80
(161,123,128)
#AD8D92
(173,141,146)
#B99FA4
(185,159,164)
#C5B1B6
(197,177,182)
#D1C3C8
(209,195,200)
#DDD5DA
(221,213,218)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713338 color. Also use rgb(113,51,56) instead hex code.

Text Font Color

.myTextColor { color: #713338; }

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

This text font color is #713338.


Background Color

.myBgColor { background-color: #713338; }

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

This div background color is #713338.


Border color

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

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

This div border color is #713338.


Opacity

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

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

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

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

This text has shadow with #713338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713338 on black background.


Color preview on white background

This text has color #713338 on white background.



Black color preview on #713338 background

This text has black color on #713338 background.


White color preview on #713338 background

This text has white color on #713338 background.