COLOR #895349

HEX: #895349
RGB: (137,83,73)

Renk bilgisi

#895349 contains mainly red and green colors. #895349 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#895349 color RGB value is (137,83,73).

  • kırmız ton 137;
  • yeşil ton 83;
  • mavi ton 73.
RGB:
(137,83,73)
(54%,33%,29%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 83 of 255 = 33%
B 73 of 255 = 29%

137
83
73

R + G + B ~ 39%. #895349 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 83 + 73 = 293 (100%)
R 137 of 293 ~ 46.76%
G 83 of 293 ~ 28.33%
B 73 of 293 ~ 24.91%

%46.76
%28.33
%24.91

CMYK RENK MODELİ

#895349 rengi CMYK tonu (0,39,47,46).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.42%
  • sarı tonu 46.72%
  • ana renk tonu 46.27%
CMYK:
(0,39,47,46)
C0M39Y47K46 
(0%,39%,47%,46%)
(0.00/0.39/0.47/0.46)	

CMYK yüzdeleri

%0
%39.42
%46.72
%46.27

Codes

Color #895349 in popluar color models

895349
RGB1378373
HSL30.48%41.18%
HSB/HSV46.72%53.73%
CMYK0.00%39.42%46.72%
46.27%

Color #895349 in popluar number systems.

HEX895349
Decimal1378373
Binary1000100110100111001001
Octal211123111

Shades and tints

Shades of #895349

#895349
(137,83,73)
#7D4C43
(125,76,67)
#71453D
(113,69,61)
#653E37
(101,62,55)
#593731
(89,55,49)
#4D302B
(77,48,43)
#412925
(65,41,37)
#35221F
(53,34,31)
#291B19
(41,27,25)
#1D1413
(29,20,19)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #895349

#895349
(137,83,73)
#936259
(147,98,89)
#9D7169
(157,113,105)
#A78079
(167,128,121)
#B18F89
(177,143,137)
#BB9E99
(187,158,153)
#C5ADA9
(197,173,169)
#CFBCB9
(207,188,185)
#D9CBC9
(217,203,201)
#E3DAD9
(227,218,217)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895349 color. Also use rgb(137,83,73) instead hex code.

Text Font Color

.myTextColor { color: #895349; }

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

This text font color is #895349.


Background Color

.myBgColor { background-color: #895349; }

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

This div background color is #895349.


Border color

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

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

This div border color is #895349.


Opacity

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

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

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

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

This text has shadow with #895349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895349 on black background.


Color preview on white background

This text has color #895349 on white background.



Black color preview on #895349 background

This text has black color on #895349 background.


White color preview on #895349 background

This text has white color on #895349 background.