COLOR #040C13

HEX: #040C13
RGB: (4,12,19)

Renk bilgisi

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

RGB renk modeli

#040C13 color RGB value is (4,12,19).

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

RGB bağlantıları ve doygunluk

R 4 of 255 = 2%
G 12 of 255 = 5%
B 19 of 255 = 7%

4
12
19

R + G + B ~ 5%. #040C13 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 12 + 19 = 35 (100%)
R 4 of 35 ~ 11.43%
G 12 of 35 ~ 34.29%
B 19 of 35 ~ 54.29%

%11.43
%34.29
%54.29

CMYK RENK MODELİ

#040C13 rengi CMYK tonu (79,37,0,93).

  • camgöbeği tonu 78.95%
  • eflatun tonu 36.84%
  • sarı tonu 0.00%
  • ana renk tonu 92.55%
CMYK:
(79,37,0,93)
C79M37Y0K93 
(79%,37%,0%,93%)
(0.79/0.37/0.00/0.93)	

CMYK yüzdeleri

%78.95
%36.84
%0
%92.55

Codes

Color #040C13 in popluar color models

040C13
RGB41219
HSL208°65.22%4.51%
HSB/HSV208°78.95%7.45%
CMYK78.95%36.84%0.00%
92.55%

Color #040C13 in popluar number systems.

HEX040C13
Decimal41219
Binary100110010011
Octal41423

Shades and tints

Shades of #040C13

#040C13
(4,12,19)
#040B12
(4,11,18)
#040A11
(4,10,17)
#040910
(4,9,16)
#04080F
(4,8,15)
#04070E
(4,7,14)
#04060D
(4,6,13)
#04050C
(4,5,12)
#04040B
(4,4,11)
#04030A
(4,3,10)
#040209
(4,2,9)
#000000
(0,0,0)

Tints of #040C13

#040C13
(4,12,19)
#1A2228
(26,34,40)
#30383D
(48,56,61)
#464E52
(70,78,82)
#5C6467
(92,100,103)
#727A7C
(114,122,124)
#889091
(136,144,145)
#9EA6A6
(158,166,166)
#B4BCBB
(180,188,187)
#CAD2D0
(202,210,208)
#E0E8E5
(224,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #040C13 color. Also use rgb(4,12,19) instead hex code.

Text Font Color

.myTextColor { color: #040C13; }

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

This text font color is #040C13.


Background Color

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

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

This div background color is #040C13.


Border color

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

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

This div border color is #040C13.


Opacity

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

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

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

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

This text has shadow with #040C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040C13 on black background.


Color preview on white background

This text has color #040C13 on white background.



Black color preview on #040C13 background

This text has black color on #040C13 background.


White color preview on #040C13 background

This text has white color on #040C13 background.