COLOR #040512

HEX: #040512
RGB: (4,5,18)

Renk bilgisi

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

RGB renk modeli

#040512 color RGB value is (4,5,18).

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

RGB bağlantıları ve doygunluk

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

4
5
18

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

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 5 + 18 = 27 (100%)
R 4 of 27 ~ 14.81%
G 5 of 27 ~ 18.52%
B 18 of 27 ~ 66.67%

%14.81
%18.52
%66.67

CMYK RENK MODELİ

#040512 rengi CMYK tonu (78,72,0,93).

  • camgöbeği tonu 77.78%
  • eflatun tonu 72.22%
  • sarı tonu 0.00%
  • ana renk tonu 92.94%
CMYK:
(78,72,0,93)
C78M72Y0K93 
(78%,72%,0%,93%)
(0.78/0.72/0.00/0.93)	

CMYK yüzdeleri

%77.78
%72.22
%0
%92.94

Codes

Color #040512 in popluar color models

040512
RGB4518
HSL236°63.64%4.31%
HSB/HSV236°77.78%7.06%
CMYK77.78%72.22%0.00%
92.94%

Color #040512 in popluar number systems.

HEX040512
Decimal4518
Binary10010110010
Octal4522

Shades and tints

Shades of #040512

#040512
(4,5,18)
#040511
(4,5,17)
#040510
(4,5,16)
#04050F
(4,5,15)
#04050E
(4,5,14)
#04050D
(4,5,13)
#04050C
(4,5,12)
#04050B
(4,5,11)
#04050A
(4,5,10)
#040509
(4,5,9)
#040508
(4,5,8)
#000000
(0,0,0)

Tints of #040512

#040512
(4,5,18)
#1A1B27
(26,27,39)
#30313C
(48,49,60)
#464751
(70,71,81)
#5C5D66
(92,93,102)
#72737B
(114,115,123)
#888990
(136,137,144)
#9E9FA5
(158,159,165)
#B4B5BA
(180,181,186)
#CACBCF
(202,203,207)
#E0E1E4
(224,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040512; }

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

This text font color is #040512.


Background Color

.myBgColor { background-color: #040512; }

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

This div background color is #040512.


Border color

.myBorderColor { border: 1px solid #040512; }

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

This div border color is #040512.


Opacity

.myOpacity80 { color: #040512; opacity: 0.8; }

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

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

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

This text has shadow with #040512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040512 on black background.


Color preview on white background

This text has color #040512 on white background.



Black color preview on #040512 background

This text has black color on #040512 background.


White color preview on #040512 background

This text has white color on #040512 background.