COLOR #712E1A

HEX: #712E1A
RGB: (113,46,26)

Renk bilgisi

#712E1A contains mainly red color. #712E1A ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#712E1A color RGB value is (113,46,26).

  • kırmız ton 113;
  • yeşil ton 46;
  • mavi ton 26.
RGB:
(113,46,26)
(44%,18%,10%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 46 of 255 = 18%
B 26 of 255 = 10%

113
46
26

R + G + B ~ 24%. #712E1A is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 46 + 26 = 185 (100%)
R 113 of 185 ~ 61.08%
G 46 of 185 ~ 24.86%
B 26 of 185 ~ 14.05%

%61.08
%24.86
%14.05

CMYK RENK MODELİ

#712E1A rengi CMYK tonu (0,59,77,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.29%
  • sarı tonu 76.99%
  • ana renk tonu 55.69%
CMYK:
(0,59,77,56)
C0M59Y77K56 
(0%,59%,77%,56%)
(0.00/0.59/0.77/0.56)	

CMYK yüzdeleri

%0
%59.29
%76.99
%55.69

Codes

Color #712E1A in popluar color models

712E1A
RGB1134626
HSL14°62.59%27.25%
HSB/HSV14°76.99%44.31%
CMYK0.00%59.29%76.99%
55.69%

Color #712E1A in popluar number systems.

HEX712E1A
Decimal1134626
Binary111000110111011010
Octal1615632

Shades and tints

Shades of #712E1A

#712E1A
(113,46,26)
#672A18
(103,42,24)
#5D2616
(93,38,22)
#532214
(83,34,20)
#491E12
(73,30,18)
#3F1A10
(63,26,16)
#35160E
(53,22,14)
#2B120C
(43,18,12)
#210E0A
(33,14,10)
#170A08
(23,10,8)
#0D0606
(13,6,6)
#000000
(0,0,0)

Tints of #712E1A

#712E1A
(113,46,26)
#7D412E
(125,65,46)
#895442
(137,84,66)
#956756
(149,103,86)
#A17A6A
(161,122,106)
#AD8D7E
(173,141,126)
#B9A092
(185,160,146)
#C5B3A6
(197,179,166)
#D1C6BA
(209,198,186)
#DDD9CE
(221,217,206)
#E9ECE2
(233,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #712E1A color. Also use rgb(113,46,26) instead hex code.

Text Font Color

.myTextColor { color: #712E1A; }

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

This text font color is #712E1A.


Background Color

.myBgColor { background-color: #712E1A; }

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

This div background color is #712E1A.


Border color

.myBorderColor { border: 1px solid #712E1A; }

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

This div border color is #712E1A.


Opacity

.myOpacity80 { color: #712E1A; opacity: 0.8; }

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

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

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

This text has shadow with #712E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #712E1A on black background.


Color preview on white background

This text has color #712E1A on white background.



Black color preview on #712E1A background

This text has black color on #712E1A background.


White color preview on #712E1A background

This text has white color on #712E1A background.