COLOR #040D15

HEX: #040D15
RGB: (4,13,21)

Renk bilgisi

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

RGB renk modeli

#040D15 color RGB value is (4,13,21).

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

RGB bağlantıları ve doygunluk

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

4
13
21

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

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 13 + 21 = 38 (100%)
R 4 of 38 ~ 10.53%
G 13 of 38 ~ 34.21%
B 21 of 38 ~ 55.26%

%10.53
%34.21
%55.26

CMYK RENK MODELİ

#040D15 rengi CMYK tonu (81,38,0,92).

  • camgöbeği tonu 80.95%
  • eflatun tonu 38.10%
  • sarı tonu 0.00%
  • ana renk tonu 91.76%
CMYK:
(81,38,0,92)
C81M38Y0K92 
(81%,38%,0%,92%)
(0.81/0.38/0.00/0.92)	

CMYK yüzdeleri

%80.95
%38.1
%0
%91.76

Codes

Color #040D15 in popluar color models

040D15
RGB41321
HSL208°68.00%4.90%
HSB/HSV208°80.95%8.24%
CMYK80.95%38.10%0.00%
91.76%

Color #040D15 in popluar number systems.

HEX040D15
Decimal41321
Binary100110110101
Octal41525

Shades and tints

Shades of #040D15

#040D15
(4,13,21)
#040C14
(4,12,20)
#040B13
(4,11,19)
#040A12
(4,10,18)
#040911
(4,9,17)
#040810
(4,8,16)
#04070F
(4,7,15)
#04060E
(4,6,14)
#04050D
(4,5,13)
#04040C
(4,4,12)
#04030B
(4,3,11)
#000000
(0,0,0)

Tints of #040D15

#040D15
(4,13,21)
#1A232A
(26,35,42)
#30393F
(48,57,63)
#464F54
(70,79,84)
#5C6569
(92,101,105)
#727B7E
(114,123,126)
#889193
(136,145,147)
#9EA7A8
(158,167,168)
#B4BDBD
(180,189,189)
#CAD3D2
(202,211,210)
#E0E9E7
(224,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040D15; }

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

This text font color is #040D15.


Background Color

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

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

This div background color is #040D15.


Border color

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

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

This div border color is #040D15.


Opacity

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

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

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

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

This text has shadow with #040D15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040D15 on black background.


Color preview on white background

This text has color #040D15 on white background.



Black color preview on #040D15 background

This text has black color on #040D15 background.


White color preview on #040D15 background

This text has white color on #040D15 background.