COLOR #712634

HEX: #712634
RGB: (113,38,52)

Color info

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

RGB color model

#712634 color RGB value is (113,38,52).

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

RGB channels and saturation

R 113 of 255 = 44%
G 38 of 255 = 15%
B 52 of 255 = 20%

113
38
52

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

Portions of RGB colors in percentages

R + G + B =
113 + 38 + 52 = 203 (100%)
R 113 of 203 ~ 55.67%
G 38 of 203 ~ 18.72%
B 52 of 203 ~ 25.62%

%55.67
%18.72
%25.62

CMYK color model

#712634 color CMYK value is (0,66,54,56).

  • cyan value is 0.00%
  • magenta value is 66.37%
  • yellow value is 53.98%
  • key color value is 55.69%
CMYK:
(0,66,54,56)
C0M66Y54K56 
(0%,66%,54%,56%)
(0.00/0.66/0.54/0.56)	

CMYK percentages

%0
%66.37
%53.98
%55.69

Codes

Color #712634 in popluar color models

712634
RGB1133852
HSL349°49.67%29.61%
HSB/HSV349°66.37%44.31%
CMYK0.00%66.37%53.98%
55.69%

Color #712634 in popluar number systems.

HEX712634
Decimal1133852
Binary1110001100110110100
Octal1614664

Shades and tints

Shades of #712634

#712634
(113,38,52)
#672330
(103,35,48)
#5D202C
(93,32,44)
#531D28
(83,29,40)
#491A24
(73,26,36)
#3F1720
(63,23,32)
#35141C
(53,20,28)
#2B1118
(43,17,24)
#210E14
(33,14,20)
#170B10
(23,11,16)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #712634

#712634
(113,38,52)
#7D3946
(125,57,70)
#894C58
(137,76,88)
#955F6A
(149,95,106)
#A1727C
(161,114,124)
#AD858E
(173,133,142)
#B998A0
(185,152,160)
#C5ABB2
(197,171,178)
#D1BEC4
(209,190,196)
#DDD1D6
(221,209,214)
#E9E4E8
(233,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712634; }

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

This text font color is #712634.


Background Color

.myBgColor { background-color: #712634; }

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

This div background color is #712634.


Border color

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

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

This div border color is #712634.


Opacity

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

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

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

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

This text has shadow with #712634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712634 on black background.


Color preview on white background

This text has color #712634 on white background.



Black color preview on #712634 background

This text has black color on #712634 background.


White color preview on #712634 background

This text has white color on #712634 background.