COLOR #710634

HEX: #710634
RGB: (113,6,52)

Color info

#710634 contains mainly red color. Web safe color of #710634 is #660033 (or #603).

RGB color model

#710634 color RGB value is (113,6,52).

  • red value is 113;
  • green value is 6;
  • blue value is 52.
RGB:
(113,6,52)
(44%,2%,20%)

RGB channels and saturation

R 113 of 255 = 44%
G 6 of 255 = 2%
B 52 of 255 = 20%

113
6
52

R + G + B ~ 22%. #710634 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 6 + 52 = 171 (100%)
R 113 of 171 ~ 66.08%
G 6 of 171 ~ 3.51%
B 52 of 171 ~ 30.41%

%66.08
%30.41

CMYK color model

#710634 color CMYK value is (0,95,54,56).

  • cyan value is 0.00%
  • magenta value is 94.69%
  • yellow value is 53.98%
  • key color value is 55.69%
CMYK:
(0,95,54,56)
C0M95Y54K56 
(0%,95%,54%,56%)
(0.00/0.95/0.54/0.56)	

CMYK percentages

%0
%94.69
%53.98
%55.69

Codes

Color #710634 in popluar color models

710634
RGB113652
HSL334°89.92%23.33%
HSB/HSV334°94.69%44.31%
CMYK0.00%94.69%53.98%
55.69%

Color #710634 in popluar number systems.

HEX710634
Decimal113652
Binary1110001110110100
Octal161664

Shades and tints

Shades of #710634

#710634
(113,6,52)
#670630
(103,6,48)
#5D062C
(93,6,44)
#530628
(83,6,40)
#490624
(73,6,36)
#3F0620
(63,6,32)
#35061C
(53,6,28)
#2B0618
(43,6,24)
#210614
(33,6,20)
#170610
(23,6,16)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #710634

#710634
(113,6,52)
#7D1C46
(125,28,70)
#893258
(137,50,88)
#95486A
(149,72,106)
#A15E7C
(161,94,124)
#AD748E
(173,116,142)
#B98AA0
(185,138,160)
#C5A0B2
(197,160,178)
#D1B6C4
(209,182,196)
#DDCCD6
(221,204,214)
#E9E2E8
(233,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #710634 color. Also use rgb(113,6,52) instead hex code.

Text Font Color

.myTextColor { color: #710634; }

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

This text font color is #710634.


Background Color

.myBgColor { background-color: #710634; }

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

This div background color is #710634.


Border color

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

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

This div border color is #710634.


Opacity

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

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

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

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

This text has shadow with #710634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #710634 on black background.


Color preview on white background

This text has color #710634 on white background.



Black color preview on #710634 background

This text has black color on #710634 background.


White color preview on #710634 background

This text has white color on #710634 background.