COLOR #500E09

HEX: #500E09 RGB: (80,14,9)

Renk bilgisi

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

RGB renk modeli

#500E09 color RGB value is (80,14,9).

RGB: (80,14,9) (31%, 5%, 4%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 14 of 255 = 5%
B 9 of 255 = 4%

80
14
9

R + G + B ~ 13%. #500E09 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B = 80 + 14 + 9 = 103 (100%)
R 80 of 103 ~ 77.67%
G 14 of 103 ~ 13.59%
B 9 of 103 ~ 8.74'%

%77.67
%13.59

CMYK RENK MODELİ

#500E09 rengi CMYK tonu (0,83,89,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 82.50%
  • sarı tonu 88.75%
  • ana renk tonu 68.63%

CMYK: (0,83,89,69)
C0M83Y89K69 (0%, 83%, 89%, 69%)
(0.00 / 0.83 / 0.89 / 0.69)

CMYK yüzdeleri

%0
%82.5
%88.75
%68.63

Codes

Color #500E09 in popluar color models

50 0E 09
RGB 80 14 9
HSL 79.78% 17.45%
HSB/HSV 88.75% 31.37%
CMYK 0.00% 82.50% 88.75%
68.63%

Color #500E09 in popluar number systems.

HEX 50 0E 09
Decimal 80 14 9
Binary 1010000 1110 1001
Octal 120 16 11

Shades and tints

Shades of #500E09

#500E09
(80,14,9)
#490D09
(73,13,9)
#420C09
(66,12,9)
#3B0B09
(59,11,9)
#340A09
(52,10,9)
#2D0909
(45,9,9)
#260809
(38,8,9)
#1F0709
(31,7,9)
#180609
(24,6,9)
#110509
(17,5,9)
#0A0409
(10,4,9)
#000000
(0,0,0)

Tints of #500E09

#500E09
(80,14,9)
#5F231F
(95,35,31)
#6E3835
(110,56,53)
#7D4D4B
(125,77,75)
#8C6261
(140,98,97)
#9B7777
(155,119,119)
#AA8C8D
(170,140,141)
#B9A1A3
(185,161,163)
#C8B6B9
(200,182,185)
#D7CBCF
(215,203,207)
#E6E0E5
(230,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500E09 color. Also use rgb(80,14,9) instead hex code.

Text Font Color

.myTextColor { color: #500E09; }

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

This text font color is #500E09.

Background Color

.myBgColor { background-color: #500E09; }

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

This div background color is #500E09.

Border color

.myBorderColor { border: 1px solid #500E09; }

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

This div border color is #500E09.

Opacity

.myOpacity80 { color: #500E09; opacity: 0.8; }

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

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

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

This text has shadow with #500E09 color.


.textShadow {text-shadow: 3px 3px 1px #500E09', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #500E09; -webkit-box-shadow: 1px 1px 3px 2px #500E09; box-shadow:1px 1px 3px 2px #500E09;">
Div content here
</div>

This div box has shadow with color #500E09.

Preview

Color preview on black background

This text has color #500E09 on black background.


Color preview on white background

This text has color #500E09 on white background.


Black color preview on #500E09 background

This text has black color on #500E09 background.


White color preview on #500E09 background

This text has white color on #500E09 background.


Related colors

Complementary color

Complementary color for #hex is #AFF1F6.


I love getcolorcode.com

Triadic colors

1 #09500E and #0E0950 with #500E09 are triadic colors.

2 #090E50 and #0E5009 with #500E09 are triadic colors.