COLOR #713F4B

HEX: #713F4B
RGB: (113,63,75)

Renk bilgisi

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

RGB renk modeli

#713F4B color RGB value is (113,63,75).

  • kırmız ton 113;
  • yeşil ton 63;
  • mavi ton 75.
RGB:
(113,63,75)
(44%,25%,29%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 63 of 255 = 25%
B 75 of 255 = 29%

113
63
75

R + G + B ~ 33%. #713F4B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 63 + 75 = 251 (100%)
R 113 of 251 ~ 45.02%
G 63 of 251 ~ 25.1%
B 75 of 251 ~ 29.88%

%45.02
%25.1
%29.88

CMYK RENK MODELİ

#713F4B rengi CMYK tonu (0,44,34,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.25%
  • sarı tonu 33.63%
  • ana renk tonu 55.69%
CMYK:
(0,44,34,56)
C0M44Y34K56 
(0%,44%,34%,56%)
(0.00/0.44/0.34/0.56)	

CMYK yüzdeleri

%0
%44.25
%33.63
%55.69

Codes

Color #713F4B in popluar color models

713F4B
RGB1136375
HSL346°28.41%34.51%
HSB/HSV346°44.25%44.31%
CMYK0.00%44.25%33.63%
55.69%

Color #713F4B in popluar number systems.

HEX713F4B
Decimal1136375
Binary11100011111111001011
Octal16177113

Shades and tints

Shades of #713F4B

#713F4B
(113,63,75)
#673A45
(103,58,69)
#5D353F
(93,53,63)
#533039
(83,48,57)
#492B33
(73,43,51)
#3F262D
(63,38,45)
#352127
(53,33,39)
#2B1C21
(43,28,33)
#21171B
(33,23,27)
#171215
(23,18,21)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #713F4B

#713F4B
(113,63,75)
#7D505B
(125,80,91)
#89616B
(137,97,107)
#95727B
(149,114,123)
#A1838B
(161,131,139)
#AD949B
(173,148,155)
#B9A5AB
(185,165,171)
#C5B6BB
(197,182,187)
#D1C7CB
(209,199,203)
#DDD8DB
(221,216,219)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #713F4B color. Also use rgb(113,63,75) instead hex code.

Text Font Color

.myTextColor { color: #713F4B; }

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

This text font color is #713F4B.


Background Color

.myBgColor { background-color: #713F4B; }

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

This div background color is #713F4B.


Border color

.myBorderColor { border: 1px solid #713F4B; }

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

This div border color is #713F4B.


Opacity

.myOpacity80 { color: #713F4B; opacity: 0.8; }

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

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

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

This text has shadow with #713F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #713F4B on black background.


Color preview on white background

This text has color #713F4B on white background.



Black color preview on #713F4B background

This text has black color on #713F4B background.


White color preview on #713F4B background

This text has white color on #713F4B background.