COLOR #580C12

HEX: #580C12
RGB: (88,12,18)

Renk bilgisi

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

RGB renk modeli

#580C12 color RGB value is (88,12,18).

  • kırmız ton 88;
  • yeşil ton 12;
  • mavi ton 18.
RGB:
(88,12,18)
(35%,5%,7%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 12 of 255 = 5%
B 18 of 255 = 7%

88
12
18

R + G + B ~ 16%. #580C12 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 12 + 18 = 118 (100%)
R 88 of 118 ~ 74.58%
G 12 of 118 ~ 10.17%
B 18 of 118 ~ 15.25%

%74.58
%10.17
%15.25

CMYK RENK MODELİ

#580C12 rengi CMYK tonu (0,86,80,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 86.36%
  • sarı tonu 79.55%
  • ana renk tonu 65.49%
CMYK:
(0,86,80,65)
C0M86Y80K65 
(0%,86%,80%,65%)
(0.00/0.86/0.80/0.65)	

CMYK yüzdeleri

%0
%86.36
%79.55
%65.49

Codes

Color #580C12 in popluar color models

580C12
RGB881218
HSL355°76.00%19.61%
HSB/HSV355°86.36%34.51%
CMYK0.00%86.36%79.55%
65.49%

Color #580C12 in popluar number systems.

HEX580C12
Decimal881218
Binary1011000110010010
Octal1301422

Shades and tints

Shades of #580C12

#580C12
(88,12,18)
#500B11
(80,11,17)
#480A10
(72,10,16)
#40090F
(64,9,15)
#38080E
(56,8,14)
#30070D
(48,7,13)
#28060C
(40,6,12)
#20050B
(32,5,11)
#18040A
(24,4,10)
#100309
(16,3,9)
#080208
(8,2,8)
#000000
(0,0,0)

Tints of #580C12

#580C12
(88,12,18)
#672227
(103,34,39)
#76383C
(118,56,60)
#854E51
(133,78,81)
#946466
(148,100,102)
#A37A7B
(163,122,123)
#B29090
(178,144,144)
#C1A6A5
(193,166,165)
#D0BCBA
(208,188,186)
#DFD2CF
(223,210,207)
#EEE8E4
(238,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580C12 color. Also use rgb(88,12,18) instead hex code.

Text Font Color

.myTextColor { color: #580C12; }

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

This text font color is #580C12.


Background Color

.myBgColor { background-color: #580C12; }

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

This div background color is #580C12.


Border color

.myBorderColor { border: 1px solid #580C12; }

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

This div border color is #580C12.


Opacity

.myOpacity80 { color: #580C12; opacity: 0.8; }

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

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

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

This text has shadow with #580C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580C12 on black background.


Color preview on white background

This text has color #580C12 on white background.



Black color preview on #580C12 background

This text has black color on #580C12 background.


White color preview on #580C12 background

This text has white color on #580C12 background.