COLOR #873939

HEX: #873939
RGB: (135,57,57)

Renk bilgisi

#873939 contains mainly red color. #873939 ‘ nin web güvenlik rengi #993333 (ya da #933) dir.

RGB renk modeli

#873939 color RGB value is (135,57,57).

  • kırmız ton 135;
  • yeşil ton 57;
  • mavi ton 57.
RGB:
(135,57,57)
(53%,22%,22%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 57 of 255 = 22%
B 57 of 255 = 22%

135
57
57

R + G + B ~ 32%. #873939 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 57 + 57 = 249 (100%)
R 135 of 249 ~ 54.22%
G 57 of 249 ~ 22.89%
B 57 of 249 ~ 22.89%

%54.22
%22.89
%22.89

CMYK RENK MODELİ

#873939 rengi CMYK tonu (0,58,58,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.78%
  • sarı tonu 57.78%
  • ana renk tonu 47.06%
CMYK:
(0,58,58,47)
C0M58Y58K47 
(0%,58%,58%,47%)
(0.00/0.58/0.58/0.47)	

CMYK yüzdeleri

%0
%57.78
%57.78
%47.06

Codes

Color #873939 in popluar color models

873939
RGB1355757
HSL40.63%37.65%
HSB/HSV57.78%52.94%
CMYK0.00%57.78%57.78%
47.06%

Color #873939 in popluar number systems.

HEX873939
Decimal1355757
Binary10000111111001111001
Octal2077171

Shades and tints

Shades of #873939

#873939
(135,57,57)
#7B3434
(123,52,52)
#6F2F2F
(111,47,47)
#632A2A
(99,42,42)
#572525
(87,37,37)
#4B2020
(75,32,32)
#3F1B1B
(63,27,27)
#331616
(51,22,22)
#271111
(39,17,17)
#1B0C0C
(27,12,12)
#0F0707
(15,7,7)
#000000
(0,0,0)

Tints of #873939

#873939
(135,57,57)
#914B4B
(145,75,75)
#9B5D5D
(155,93,93)
#A56F6F
(165,111,111)
#AF8181
(175,129,129)
#B99393
(185,147,147)
#C3A5A5
(195,165,165)
#CDB7B7
(205,183,183)
#D7C9C9
(215,201,201)
#E1DBDB
(225,219,219)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873939 color. Also use rgb(135,57,57) instead hex code.

Text Font Color

.myTextColor { color: #873939; }

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

This text font color is #873939.


Background Color

.myBgColor { background-color: #873939; }

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

This div background color is #873939.


Border color

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

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

This div border color is #873939.


Opacity

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

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

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

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

This text has shadow with #873939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873939 on black background.


Color preview on white background

This text has color #873939 on white background.



Black color preview on #873939 background

This text has black color on #873939 background.


White color preview on #873939 background

This text has white color on #873939 background.