COLOR #883339

HEX: #883339
RGB: (136,51,57)

Renk bilgisi

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

RGB renk modeli

#883339 color RGB value is (136,51,57).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 51 of 255 = 20%
B 57 of 255 = 22%

136
51
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 51 + 57 = 244 (100%)
R 136 of 244 ~ 55.74%
G 51 of 244 ~ 20.9%
B 57 of 244 ~ 23.36%

%55.74
%20.9
%23.36

CMYK RENK MODELİ

#883339 rengi CMYK tonu (0,63,58,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.50%
  • sarı tonu 58.09%
  • ana renk tonu 46.67%
CMYK:
(0,63,58,47)
C0M63Y58K47 
(0%,63%,58%,47%)
(0.00/0.63/0.58/0.47)	

CMYK yüzdeleri

%0
%62.5
%58.09
%46.67

Codes

Color #883339 in popluar color models

883339
RGB1365157
HSL356°45.45%36.67%
HSB/HSV356°62.50%53.33%
CMYK0.00%62.50%58.09%
46.67%

Color #883339 in popluar number systems.

HEX883339
Decimal1365157
Binary10001000110011111001
Octal2106371

Shades and tints

Shades of #883339

#883339
(136,51,57)
#7C2F34
(124,47,52)
#702B2F
(112,43,47)
#64272A
(100,39,42)
#582325
(88,35,37)
#4C1F20
(76,31,32)
#401B1B
(64,27,27)
#341716
(52,23,22)
#281311
(40,19,17)
#1C0F0C
(28,15,12)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #883339

#883339
(136,51,57)
#92454B
(146,69,75)
#9C575D
(156,87,93)
#A6696F
(166,105,111)
#B07B81
(176,123,129)
#BA8D93
(186,141,147)
#C49FA5
(196,159,165)
#CEB1B7
(206,177,183)
#D8C3C9
(216,195,201)
#E2D5DB
(226,213,219)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #883339; }

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

This text font color is #883339.


Background Color

.myBgColor { background-color: #883339; }

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

This div background color is #883339.


Border color

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

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

This div border color is #883339.


Opacity

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

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

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

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

This text has shadow with #883339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883339 on black background.


Color preview on white background

This text has color #883339 on white background.



Black color preview on #883339 background

This text has black color on #883339 background.


White color preview on #883339 background

This text has white color on #883339 background.