COLOR #050B04

HEX: #050B04
RGB: (5,11,4)

Renk bilgisi

#050B04 contains red, green and blue colors in about the same proportion. #050B04 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#050B04 color RGB value is (5,11,4).

  • kırmız ton 5;
  • yeşil ton 11;
  • mavi ton 4.
RGB:
(5,11,4)
(2%,4%,2%)

RGB bağlantıları ve doygunluk

R 5 of 255 = 2%
G 11 of 255 = 4%
B 4 of 255 = 2%

5
11
4

R + G + B ~ 3%. #050B04 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
5 + 11 + 4 = 20 (100%)
R 5 of 20 ~ 25%
G 11 of 20 ~ 55%
B 4 of 20 ~ 20%

%25
%55
%20

CMYK RENK MODELİ

#050B04 rengi CMYK tonu (55,0,64,96).

  • camgöbeği tonu 54.55%
  • eflatun tonu 0.00%
  • sarı tonu 63.64%
  • ana renk tonu 95.69%
CMYK:
(55,0,64,96)
C55M0Y64K96 
(55%,0%,64%,96%)
(0.55/0.00/0.64/0.96)	

CMYK yüzdeleri

%54.55
%0
%63.64
%95.69

Codes

Color #050B04 in popluar color models

050B04
RGB5114
HSL111°46.67%2.94%
HSB/HSV111°63.64%4.31%
CMYK54.55%0.00%63.64%
95.69%

Color #050B04 in popluar number systems.

HEX050B04
Decimal5114
Binary1011011100
Octal5134

Shades and tints

Shades of #050B04

#050B04
(5,11,4)
#050A04
(5,10,4)
#050904
(5,9,4)
#050804
(5,8,4)
#050704
(5,7,4)
#050604
(5,6,4)
#050504
(5,5,4)
#050404
(5,4,4)
#050304
(5,3,4)
#050204
(5,2,4)
#050104
(5,1,4)
#000000
(0,0,0)

Tints of #050B04

#050B04
(5,11,4)
#1B211A
(27,33,26)
#313730
(49,55,48)
#474D46
(71,77,70)
#5D635C
(93,99,92)
#737972
(115,121,114)
#898F88
(137,143,136)
#9FA59E
(159,165,158)
#B5BBB4
(181,187,180)
#CBD1CA
(203,209,202)
#E1E7E0
(225,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050B04 color. Also use rgb(5,11,4) instead hex code.

Text Font Color

.myTextColor { color: #050B04; }

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

This text font color is #050B04.


Background Color

.myBgColor { background-color: #050B04; }

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

This div background color is #050B04.


Border color

.myBorderColor { border: 1px solid #050B04; }

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

This div border color is #050B04.


Opacity

.myOpacity80 { color: #050B04; opacity: 0.8; }

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

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

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

This text has shadow with #050B04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050B04 on black background.


Color preview on white background

This text has color #050B04 on white background.



Black color preview on #050B04 background

This text has black color on #050B04 background.


White color preview on #050B04 background

This text has white color on #050B04 background.