COLOR #712234

HEX: #712234
RGB: (113,34,52)

Color info

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

RGB color model

#712234 color RGB value is (113,34,52).

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

RGB channels and saturation

R 113 of 255 = 44%
G 34 of 255 = 13%
B 52 of 255 = 20%

113
34
52

R + G + B ~ 26%. #712234 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 34 + 52 = 199 (100%)
R 113 of 199 ~ 56.78%
G 34 of 199 ~ 17.09%
B 52 of 199 ~ 26.13%

%56.78
%17.09
%26.13

CMYK color model

#712234 color CMYK value is (0,70,54,56).

  • cyan value is 0.00%
  • magenta value is 69.91%
  • yellow value is 53.98%
  • key color value is 55.69%
CMYK:
(0,70,54,56)
C0M70Y54K56 
(0%,70%,54%,56%)
(0.00/0.70/0.54/0.56)	

CMYK percentages

%0
%69.91
%53.98
%55.69

Codes

Color #712234 in popluar color models

712234
RGB1133452
HSL346°53.74%28.82%
HSB/HSV346°69.91%44.31%
CMYK0.00%69.91%53.98%
55.69%

Color #712234 in popluar number systems.

HEX712234
Decimal1133452
Binary1110001100010110100
Octal1614264

Shades and tints

Shades of #712234

#712234
(113,34,52)
#671F30
(103,31,48)
#5D1C2C
(93,28,44)
#531928
(83,25,40)
#491624
(73,22,36)
#3F1320
(63,19,32)
#35101C
(53,16,28)
#2B0D18
(43,13,24)
#210A14
(33,10,20)
#170710
(23,7,16)
#0D040C
(13,4,12)
#000000
(0,0,0)

Tints of #712234

#712234
(113,34,52)
#7D3646
(125,54,70)
#894A58
(137,74,88)
#955E6A
(149,94,106)
#A1727C
(161,114,124)
#AD868E
(173,134,142)
#B99AA0
(185,154,160)
#C5AEB2
(197,174,178)
#D1C2C4
(209,194,196)
#DDD6D6
(221,214,214)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712234; }

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

This text font color is #712234.


Background Color

.myBgColor { background-color: #712234; }

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

This div background color is #712234.


Border color

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

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

This div border color is #712234.


Opacity

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

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

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

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

This text has shadow with #712234 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712234 on black background.


Color preview on white background

This text has color #712234 on white background.



Black color preview on #712234 background

This text has black color on #712234 background.


White color preview on #712234 background

This text has white color on #712234 background.