COLOR #551500

HEX: #551500
RGB: (85,21,0)

Renk bilgisi

#551500 contains mainly red color. #551500 ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#551500 color RGB value is (85,21,0).

  • kırmız ton 85;
  • yeşil ton 21;
  • mavi ton 0.
RGB:
(85,21,0)
(33%,8%,0%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 21 of 255 = 8%
B 0 of 255 = 0%

85
21
0

R + G + B ~ 14%. #551500 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 21 + 0 = 106 (100%)
R 85 of 106 ~ 80.19%
G 21 of 106 ~ 19.81%
B 0 of 106 ~ 0%

%80.19
%19.81

CMYK RENK MODELİ

#551500 rengi CMYK tonu (0,75,100,67).

  • camgöbeği tonu 0.00%
  • eflatun tonu 75.29%
  • sarı tonu 100.00%
  • ana renk tonu 66.67%
CMYK:
(0,75,100,67)
C0M75Y100K67 
(0%,75%,100%,67%)
(0.00/0.75/1.00/0.67)	

CMYK yüzdeleri

%0
%75.29
%100
%66.67

Codes

Color #551500 in popluar color models

551500
RGB85210
HSL15°100.00%16.67%
HSB/HSV15°100.00%33.33%
CMYK0.00%75.29%100.00%
66.67%

Color #551500 in popluar number systems.

HEX551500
Decimal85210
Binary1010101101010
Octal125250

Shades and tints

Shades of #551500

#551500
(85,21,0)
#4E1400
(78,20,0)
#471300
(71,19,0)
#401200
(64,18,0)
#391100
(57,17,0)
#321000
(50,16,0)
#2B0F00
(43,15,0)
#240E00
(36,14,0)
#1D0D00
(29,13,0)
#160C00
(22,12,0)
#0F0B00
(15,11,0)
#000000
(0,0,0)

Tints of #551500

#551500
(85,21,0)
#642A17
(100,42,23)
#733F2E
(115,63,46)
#825445
(130,84,69)
#91695C
(145,105,92)
#A07E73
(160,126,115)
#AF938A
(175,147,138)
#BEA8A1
(190,168,161)
#CDBDB8
(205,189,184)
#DCD2CF
(220,210,207)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551500 color. Also use rgb(85,21,0) instead hex code.

Text Font Color

.myTextColor { color: #551500; }

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

This text font color is #551500.


Background Color

.myBgColor { background-color: #551500; }

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

This div background color is #551500.


Border color

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

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

This div border color is #551500.


Opacity

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

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

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

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

This text has shadow with #551500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551500 on black background.


Color preview on white background

This text has color #551500 on white background.



Black color preview on #551500 background

This text has black color on #551500 background.


White color preview on #551500 background

This text has white color on #551500 background.