COLOR #040C15

HEX: #040C15
RGB: (4,12,21)

Renk bilgisi

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

RGB renk modeli

#040C15 color RGB value is (4,12,21).

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

RGB bağlantıları ve doygunluk

R 4 of 255 = 2%
G 12 of 255 = 5%
B 21 of 255 = 8%

4
12
21

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

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 12 + 21 = 37 (100%)
R 4 of 37 ~ 10.81%
G 12 of 37 ~ 32.43%
B 21 of 37 ~ 56.76%

%10.81
%32.43
%56.76

CMYK RENK MODELİ

#040C15 rengi CMYK tonu (81,43,0,92).

  • camgöbeği tonu 80.95%
  • eflatun tonu 42.86%
  • sarı tonu 0.00%
  • ana renk tonu 91.76%
CMYK:
(81,43,0,92)
C81M43Y0K92 
(81%,43%,0%,92%)
(0.81/0.43/0.00/0.92)	

CMYK yüzdeleri

%80.95
%42.86
%0
%91.76

Codes

Color #040C15 in popluar color models

040C15
RGB41221
HSL212°68.00%4.90%
HSB/HSV212°80.95%8.24%
CMYK80.95%42.86%0.00%
91.76%

Color #040C15 in popluar number systems.

HEX040C15
Decimal41221
Binary100110010101
Octal41425

Shades and tints

Shades of #040C15

#040C15
(4,12,21)
#040B14
(4,11,20)
#040A13
(4,10,19)
#040912
(4,9,18)
#040811
(4,8,17)
#040710
(4,7,16)
#04060F
(4,6,15)
#04050E
(4,5,14)
#04040D
(4,4,13)
#04030C
(4,3,12)
#04020B
(4,2,11)
#000000
(0,0,0)

Tints of #040C15

#040C15
(4,12,21)
#1A222A
(26,34,42)
#30383F
(48,56,63)
#464E54
(70,78,84)
#5C6469
(92,100,105)
#727A7E
(114,122,126)
#889093
(136,144,147)
#9EA6A8
(158,166,168)
#B4BCBD
(180,188,189)
#CAD2D2
(202,210,210)
#E0E8E7
(224,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040C15; }

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

This text font color is #040C15.


Background Color

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

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

This div background color is #040C15.


Border color

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

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

This div border color is #040C15.


Opacity

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

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

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

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

This text has shadow with #040C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040C15 on black background.


Color preview on white background

This text has color #040C15 on white background.



Black color preview on #040C15 background

This text has black color on #040C15 background.


White color preview on #040C15 background

This text has white color on #040C15 background.