COLOR #000502

HEX: #000502 RGB: (0,5,2)

Renk bilgisi

#000502 contains only green and blue colors. #000502 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#000502 color RGB value is (0,5,2).

RGB: (0,5,2) (0%, 2%, 1%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 5 of 255 = 2%
B 2 of 255 = 1%

0
5
2

R + G + B ~ 1%. #000502 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B = 0 + 5 + 2 = 7 (100%)
R 0 of 7 ~ 0%
G 5 of 7 ~ 71.43%
B 2 of 7 ~ 28.57'%

%71.43
%28.57

CMYK RENK MODELİ

#000502 rengi CMYK tonu (100,0,60,98).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 60.00%
  • ana renk tonu 98.04%
CMYK: (100,0,60,98) C100M0Y60K98 (100%,0%,60%,98%) (1.00/0.00/0.60/0.98) 

CMYK yüzdeleri

%100
%0
%60
%98.04

Codes

Color #000502 in popluar color models

00 05 02
RGB 0 5 2
HSL 144° 100.00% 0.98%
HSB/HSV 144° 100.00% 1.96%
CMYK 100.00% 0.00% 60.00%
98.04%

Color #000502 in popluar number systems.

HEX 00 05 02
Decimal 0 5 2
Binary 0 101 10
Octal 0 5 2

Shades and tints

Tints of #000502

#000502
(0,5,2)
#171B19
(23,27,25)
#2E3130
(46,49,48)
#454747
(69,71,71)
#5C5D5E
(92,93,94)
#737375
(115,115,117)
#8A898C
(138,137,140)
#A19FA3
(161,159,163)
#B8B5BA
(184,181,186)
#CFCBD1
(207,203,209)
#E6E1E8
(230,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000502 color. Also use rgb(0,5,2) instead hex code.

Text Font Color

.myTextColor { color: #000502; }

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

This text font color is #000502.

Background Color

.myBgColor { background-color: #000502; }

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

This div background color is #000502.

Border color

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

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

This div border color is #000502.

Opacity

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

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

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

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

This text has shadow with #000502 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000502.

Preview

Color preview on black background

This text has color #000502 on black background.


Color preview on white background

This text has color #000502 on white background.


Black color preview on #000502 background

This text has black color on #000502 background.


White color preview on #000502 background

This text has white color on #000502 background.


Related colors

Complementary color

Complementary color for #hex is #FFFAFD.


I love getcolorcode.com

Triadic colors

1 #020005 and #050200 with #000502 are triadic colors.

2 #020500 and #050002 with #000502 are triadic colors.