COLOR #854A63

HEX: #854A63
RGB: (133,74,99)

Renk bilgisi

#854A63 contains red, green and blue colors in about the same proportion. #854A63 ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#854A63 color RGB value is (133,74,99).

  • kırmız ton 133;
  • yeşil ton 74;
  • mavi ton 99.
RGB:
(133,74,99)
(52%,29%,39%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 74 of 255 = 29%
B 99 of 255 = 39%

133
74
99

R + G + B ~ 40%. #854A63 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 74 + 99 = 306 (100%)
R 133 of 306 ~ 43.46%
G 74 of 306 ~ 24.18%
B 99 of 306 ~ 32.35%

%43.46
%24.18
%32.35

CMYK RENK MODELİ

#854A63 rengi CMYK tonu (0,44,26,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.36%
  • sarı tonu 25.56%
  • ana renk tonu 47.84%
CMYK:
(0,44,26,48)
C0M44Y26K48 
(0%,44%,26%,48%)
(0.00/0.44/0.26/0.48)	

CMYK yüzdeleri

%0
%44.36
%25.56
%47.84

Codes

Color #854A63 in popluar color models

854A63
RGB1337499
HSL335°28.50%40.59%
HSB/HSV335°44.36%52.16%
CMYK0.00%44.36%25.56%
47.84%

Color #854A63 in popluar number systems.

HEX854A63
Decimal1337499
Binary1000010110010101100011
Octal205112143

Shades and tints

Shades of #854A63

#854A63
(133,74,99)
#79445A
(121,68,90)
#6D3E51
(109,62,81)
#613848
(97,56,72)
#55323F
(85,50,63)
#492C36
(73,44,54)
#3D262D
(61,38,45)
#312024
(49,32,36)
#251A1B
(37,26,27)
#191412
(25,20,18)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #854A63

#854A63
(133,74,99)
#905A71
(144,90,113)
#9B6A7F
(155,106,127)
#A67A8D
(166,122,141)
#B18A9B
(177,138,155)
#BC9AA9
(188,154,169)
#C7AAB7
(199,170,183)
#D2BAC5
(210,186,197)
#DDCAD3
(221,202,211)
#E8DAE1
(232,218,225)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854A63 color. Also use rgb(133,74,99) instead hex code.

Text Font Color

.myTextColor { color: #854A63; }

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

This text font color is #854A63.


Background Color

.myBgColor { background-color: #854A63; }

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

This div background color is #854A63.


Border color

.myBorderColor { border: 1px solid #854A63; }

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

This div border color is #854A63.


Opacity

.myOpacity80 { color: #854A63; opacity: 0.8; }

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

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

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

This text has shadow with #854A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854A63 on black background.


Color preview on white background

This text has color #854A63 on white background.



Black color preview on #854A63 background

This text has black color on #854A63 background.


White color preview on #854A63 background

This text has white color on #854A63 background.