COLOR #712626

HEX: #712626
RGB: (113,38,38)

Color info

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

RGB color model

#712626 color RGB value is (113,38,38).

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

RGB channels and saturation

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

113
38
38

R + G + B ~ 25%. #712626 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 38 + 38 = 189 (100%)
R 113 of 189 ~ 59.79%
G 38 of 189 ~ 20.11%
B 38 of 189 ~ 20.11%

%59.79
%20.11
%20.11

CMYK color model

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

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

CMYK percentages

%0
%66.37
%66.37
%55.69

Codes

Color #712626 in popluar color models

712626
RGB1133838
HSL49.67%29.61%
HSB/HSV66.37%44.31%
CMYK0.00%66.37%66.37%
55.69%

Color #712626 in popluar number systems.

HEX712626
Decimal1133838
Binary1110001100110100110
Octal1614646

Shades and tints

Shades of #712626

#712626
(113,38,38)
#672323
(103,35,35)
#5D2020
(93,32,32)
#531D1D
(83,29,29)
#491A1A
(73,26,26)
#3F1717
(63,23,23)
#351414
(53,20,20)
#2B1111
(43,17,17)
#210E0E
(33,14,14)
#170B0B
(23,11,11)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #712626

#712626
(113,38,38)
#7D3939
(125,57,57)
#894C4C
(137,76,76)
#955F5F
(149,95,95)
#A17272
(161,114,114)
#AD8585
(173,133,133)
#B99898
(185,152,152)
#C5ABAB
(197,171,171)
#D1BEBE
(209,190,190)
#DDD1D1
(221,209,209)
#E9E4E4
(233,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712626; }

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

This text font color is #712626.


Background Color

.myBgColor { background-color: #712626; }

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

This div background color is #712626.


Border color

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

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

This div border color is #712626.


Opacity

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

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

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

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

This text has shadow with #712626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712626 on black background.


Color preview on white background

This text has color #712626 on white background.



Black color preview on #712626 background

This text has black color on #712626 background.


White color preview on #712626 background

This text has white color on #712626 background.