COLOR #712503

HEX: #712503
RGB: (113,37,3)

Color info

#712503 contains mainly red color. Web safe color of #712503 is #663300 (or #630).

RGB color model

#712503 color RGB value is (113,37,3).

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

RGB channels and saturation

R 113 of 255 = 44%
G 37 of 255 = 15%
B 3 of 255 = 1%

113
37
3

R + G + B ~ 20%. #712503 is dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 37 + 3 = 153 (100%)
R 113 of 153 ~ 73.86%
G 37 of 153 ~ 24.18%
B 3 of 153 ~ 1.96%

%73.86
%24.18

CMYK color model

#712503 color CMYK value is (0,67,97,56).

  • cyan value is 0.00%
  • magenta value is 67.26%
  • yellow value is 97.35%
  • key color value is 55.69%
CMYK:
(0,67,97,56)
C0M67Y97K56 
(0%,67%,97%,56%)
(0.00/0.67/0.97/0.56)	

CMYK percentages

%0
%67.26
%97.35
%55.69

Codes

Color #712503 in popluar color models

712503
RGB113373
HSL19°94.83%22.75%
HSB/HSV19°97.35%44.31%
CMYK0.00%67.26%97.35%
55.69%

Color #712503 in popluar number systems.

HEX712503
Decimal113373
Binary111000110010111
Octal161453

Shades and tints

Shades of #712503

#712503
(113,37,3)
#672203
(103,34,3)
#5D1F03
(93,31,3)
#531C03
(83,28,3)
#491903
(73,25,3)
#3F1603
(63,22,3)
#351303
(53,19,3)
#2B1003
(43,16,3)
#210D03
(33,13,3)
#170A03
(23,10,3)
#0D0703
(13,7,3)
#000000
(0,0,0)

Tints of #712503

#712503
(113,37,3)
#7D3819
(125,56,25)
#894B2F
(137,75,47)
#955E45
(149,94,69)
#A1715B
(161,113,91)
#AD8471
(173,132,113)
#B99787
(185,151,135)
#C5AA9D
(197,170,157)
#D1BDB3
(209,189,179)
#DDD0C9
(221,208,201)
#E9E3DF
(233,227,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #712503; }

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

This text font color is #712503.


Background Color

.myBgColor { background-color: #712503; }

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

This div background color is #712503.


Border color

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

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

This div border color is #712503.


Opacity

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

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

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

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

This text has shadow with #712503 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712503 on black background.


Color preview on white background

This text has color #712503 on white background.



Black color preview on #712503 background

This text has black color on #712503 background.


White color preview on #712503 background

This text has white color on #712503 background.