COLOR #424829

HEX: #424829
RGB: (66,72,41)

Renk bilgisi

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

RGB renk modeli

#424829 color RGB value is (66,72,41).

  • kırmız ton 66;
  • yeşil ton 72;
  • mavi ton 41.
RGB:
(66,72,41)
(26%,28%,16%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 72 of 255 = 28%
B 41 of 255 = 16%

66
72
41

R + G + B ~ 23%. #424829 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 72 + 41 = 179 (100%)
R 66 of 179 ~ 36.87%
G 72 of 179 ~ 40.22%
B 41 of 179 ~ 22.91%

%36.87
%40.22
%22.91

CMYK RENK MODELİ

#424829 rengi CMYK tonu (8,0,43,72).

  • camgöbeği tonu 8.33%
  • eflatun tonu 0.00%
  • sarı tonu 43.06%
  • ana renk tonu 71.76%
CMYK:
(8,0,43,72)
C8M0Y43K72 
(8%,0%,43%,72%)
(0.08/0.00/0.43/0.72)	

CMYK yüzdeleri

%8.33
%0
%43.06
%71.76

Codes

Color #424829 in popluar color models

424829
RGB667241
HSL72°27.43%22.16%
HSB/HSV72°43.06%28.24%
CMYK8.33%0.00%43.06%
71.76%

Color #424829 in popluar number systems.

HEX424829
Decimal667241
Binary10000101001000101001
Octal10211051

Shades and tints

Shades of #424829

#424829
(66,72,41)
#3C4226
(60,66,38)
#363C23
(54,60,35)
#303620
(48,54,32)
#2A301D
(42,48,29)
#242A1A
(36,42,26)
#1E2417
(30,36,23)
#181E14
(24,30,20)
#121811
(18,24,17)
#0C120E
(12,18,14)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #424829

#424829
(66,72,41)
#53583C
(83,88,60)
#64684F
(100,104,79)
#757862
(117,120,98)
#868875
(134,136,117)
#979888
(151,152,136)
#A8A89B
(168,168,155)
#B9B8AE
(185,184,174)
#CAC8C1
(202,200,193)
#DBD8D4
(219,216,212)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424829 color. Also use rgb(66,72,41) instead hex code.

Text Font Color

.myTextColor { color: #424829; }

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

This text font color is #424829.


Background Color

.myBgColor { background-color: #424829; }

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

This div background color is #424829.


Border color

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

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

This div border color is #424829.


Opacity

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

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

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

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

This text has shadow with #424829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424829 on black background.


Color preview on white background

This text has color #424829 on white background.



Black color preview on #424829 background

This text has black color on #424829 background.


White color preview on #424829 background

This text has white color on #424829 background.