COLOR #71393D

HEX: #71393D
RGB: (113,57,61)

Renk bilgisi

#71393D contains red, green and blue colors in about the same proportion. #71393D ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#71393D color RGB value is (113,57,61).

  • kırmız ton 113;
  • yeşil ton 57;
  • mavi ton 61.
RGB:
(113,57,61)
(44%,22%,24%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 57 of 255 = 22%
B 61 of 255 = 24%

113
57
61

R + G + B ~ 30%. #71393D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 57 + 61 = 231 (100%)
R 113 of 231 ~ 48.92%
G 57 of 231 ~ 24.68%
B 61 of 231 ~ 26.41%

%48.92
%24.68
%26.41

CMYK RENK MODELİ

#71393D rengi CMYK tonu (0,50,46,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.56%
  • sarı tonu 46.02%
  • ana renk tonu 55.69%
CMYK:
(0,50,46,56)
C0M50Y46K56 
(0%,50%,46%,56%)
(0.00/0.50/0.46/0.56)	

CMYK yüzdeleri

%0
%49.56
%46.02
%55.69

Codes

Color #71393D in popluar color models

71393D
RGB1135761
HSL356°32.94%33.33%
HSB/HSV356°49.56%44.31%
CMYK0.00%49.56%46.02%
55.69%

Color #71393D in popluar number systems.

HEX71393D
Decimal1135761
Binary1110001111001111101
Octal1617175

Shades and tints

Shades of #71393D

#71393D
(113,57,61)
#673438
(103,52,56)
#5D2F33
(93,47,51)
#532A2E
(83,42,46)
#492529
(73,37,41)
#3F2024
(63,32,36)
#351B1F
(53,27,31)
#2B161A
(43,22,26)
#211115
(33,17,21)
#170C10
(23,12,16)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #71393D

#71393D
(113,57,61)
#7D4B4E
(125,75,78)
#895D5F
(137,93,95)
#956F70
(149,111,112)
#A18181
(161,129,129)
#AD9392
(173,147,146)
#B9A5A3
(185,165,163)
#C5B7B4
(197,183,180)
#D1C9C5
(209,201,197)
#DDDBD6
(221,219,214)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71393D color. Also use rgb(113,57,61) instead hex code.

Text Font Color

.myTextColor { color: #71393D; }

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

This text font color is #71393D.


Background Color

.myBgColor { background-color: #71393D; }

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

This div background color is #71393D.


Border color

.myBorderColor { border: 1px solid #71393D; }

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

This div border color is #71393D.


Opacity

.myOpacity80 { color: #71393D; opacity: 0.8; }

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

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

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

This text has shadow with #71393D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71393D on black background.


Color preview on white background

This text has color #71393D on white background.



Black color preview on #71393D background

This text has black color on #71393D background.


White color preview on #71393D background

This text has white color on #71393D background.