COLOR #042829

HEX: #042829
RGB: (4,40,41)

Renk bilgisi

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

RGB renk modeli

#042829 color RGB value is (4,40,41).

  • kırmız ton 4;
  • yeşil ton 40;
  • mavi ton 41.
RGB:
(4,40,41)
(2%,16%,16%)

RGB bağlantıları ve doygunluk

R 4 of 255 = 2%
G 40 of 255 = 16%
B 41 of 255 = 16%

4
40
41

R + G + B ~ 11%. #042829 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 40 + 41 = 85 (100%)
R 4 of 85 ~ 4.71%
G 40 of 85 ~ 47.06%
B 41 of 85 ~ 48.24%

%47.06
%48.24

CMYK RENK MODELİ

#042829 rengi CMYK tonu (90,2,0,84).

  • camgöbeği tonu 90.24%
  • eflatun tonu 2.44%
  • sarı tonu 0.00%
  • ana renk tonu 83.92%
CMYK:
(90,2,0,84)
C90M2Y0K84 
(90%,2%,0%,84%)
(0.90/0.02/0.00/0.84)	

CMYK yüzdeleri

%90.24
%2.44
%0
%83.92

Codes

Color #042829 in popluar color models

042829
RGB44041
HSL182°82.22%8.82%
HSB/HSV182°90.24%16.08%
CMYK90.24%2.44%0.00%
83.92%

Color #042829 in popluar number systems.

HEX042829
Decimal44041
Binary100101000101001
Octal45051

Shades and tints

Shades of #042829

#042829
(4,40,41)
#042526
(4,37,38)
#042223
(4,34,35)
#041F20
(4,31,32)
#041C1D
(4,28,29)
#04191A
(4,25,26)
#041617
(4,22,23)
#041314
(4,19,20)
#041011
(4,16,17)
#040D0E
(4,13,14)
#040A0B
(4,10,11)
#000000
(0,0,0)

Tints of #042829

#042829
(4,40,41)
#1A3B3C
(26,59,60)
#304E4F
(48,78,79)
#466162
(70,97,98)
#5C7475
(92,116,117)
#728788
(114,135,136)
#889A9B
(136,154,155)
#9EADAE
(158,173,174)
#B4C0C1
(180,192,193)
#CAD3D4
(202,211,212)
#E0E6E7
(224,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042829 color. Also use rgb(4,40,41) instead hex code.

Text Font Color

.myTextColor { color: #042829; }

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

This text font color is #042829.


Background Color

.myBgColor { background-color: #042829; }

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

This div background color is #042829.


Border color

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

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

This div border color is #042829.


Opacity

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

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

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

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

This text has shadow with #042829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042829 on black background.


Color preview on white background

This text has color #042829 on white background.



Black color preview on #042829 background

This text has black color on #042829 background.


White color preview on #042829 background

This text has white color on #042829 background.