COLOR #040A12

HEX: #040A12
RGB: (4,10,18)

Renk bilgisi

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

RGB renk modeli

#040A12 color RGB value is (4,10,18).

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

RGB bağlantıları ve doygunluk

R 4 of 255 = 2%
G 10 of 255 = 4%
B 18 of 255 = 7%

4
10
18

R + G + B ~ 4%. #040A12 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 10 + 18 = 32 (100%)
R 4 of 32 ~ 12.5%
G 10 of 32 ~ 31.25%
B 18 of 32 ~ 56.25%

%12.5
%31.25
%56.25

CMYK RENK MODELİ

#040A12 rengi CMYK tonu (78,44,0,93).

  • camgöbeği tonu 77.78%
  • eflatun tonu 44.44%
  • sarı tonu 0.00%
  • ana renk tonu 92.94%
CMYK:
(78,44,0,93)
C78M44Y0K93 
(78%,44%,0%,93%)
(0.78/0.44/0.00/0.93)	

CMYK yüzdeleri

%77.78
%44.44
%0
%92.94

Codes

Color #040A12 in popluar color models

040A12
RGB41018
HSL214°63.64%4.31%
HSB/HSV214°77.78%7.06%
CMYK77.78%44.44%0.00%
92.94%

Color #040A12 in popluar number systems.

HEX040A12
Decimal41018
Binary100101010010
Octal41222

Shades and tints

Shades of #040A12

#040A12
(4,10,18)
#040A11
(4,10,17)
#040A10
(4,10,16)
#040A0F
(4,10,15)
#040A0E
(4,10,14)
#040A0D
(4,10,13)
#040A0C
(4,10,12)
#040A0B
(4,10,11)
#040A0A
(4,10,10)
#040A09
(4,10,9)
#040A08
(4,10,8)
#000000
(0,0,0)

Tints of #040A12

#040A12
(4,10,18)
#1A2027
(26,32,39)
#30363C
(48,54,60)
#464C51
(70,76,81)
#5C6266
(92,98,102)
#72787B
(114,120,123)
#888E90
(136,142,144)
#9EA4A5
(158,164,165)
#B4BABA
(180,186,186)
#CAD0CF
(202,208,207)
#E0E6E4
(224,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #040A12 color. Also use rgb(4,10,18) instead hex code.

Text Font Color

.myTextColor { color: #040A12; }

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

This text font color is #040A12.


Background Color

.myBgColor { background-color: #040A12; }

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

This div background color is #040A12.


Border color

.myBorderColor { border: 1px solid #040A12; }

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

This div border color is #040A12.


Opacity

.myOpacity80 { color: #040A12; opacity: 0.8; }

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

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

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

This text has shadow with #040A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040A12 on black background.


Color preview on white background

This text has color #040A12 on white background.



Black color preview on #040A12 background

This text has black color on #040A12 background.


White color preview on #040A12 background

This text has white color on #040A12 background.