COLOR #424C09

HEX: #424C09
RGB: (66,76,9)

Renk bilgisi

#424C09 contains mainly red and green colors. #424C09 ‘ nin web güvenlik rengi #333300 (ya da #330) dir.

RGB renk modeli

#424C09 color RGB value is (66,76,9).

  • kırmız ton 66;
  • yeşil ton 76;
  • mavi ton 9.
RGB:
(66,76,9)
(26%,30%,4%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 76 of 255 = 30%
B 9 of 255 = 4%

66
76
9

R + G + B ~ 20%. #424C09 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 76 + 9 = 151 (100%)
R 66 of 151 ~ 43.71%
G 76 of 151 ~ 50.33%
B 9 of 151 ~ 5.96%

%43.71
%50.33

CMYK RENK MODELİ

#424C09 rengi CMYK tonu (13,0,88,70).

  • camgöbeği tonu 13.16%
  • eflatun tonu 0.00%
  • sarı tonu 88.16%
  • ana renk tonu 70.20%
CMYK:
(13,0,88,70)
C13M0Y88K70 
(13%,0%,88%,70%)
(0.13/0.00/0.88/0.70)	

CMYK yüzdeleri

%13.16
%0
%88.16
%70.2

Codes

Color #424C09 in popluar color models

424C09
RGB66769
HSL69°78.82%16.67%
HSB/HSV69°88.16%29.80%
CMYK13.16%0.00%88.16%
70.20%

Color #424C09 in popluar number systems.

HEX424C09
Decimal66769
Binary100001010011001001
Octal10211411

Shades and tints

Shades of #424C09

#424C09
(66,76,9)
#3C4609
(60,70,9)
#364009
(54,64,9)
#303A09
(48,58,9)
#2A3409
(42,52,9)
#242E09
(36,46,9)
#1E2809
(30,40,9)
#182209
(24,34,9)
#121C09
(18,28,9)
#0C1609
(12,22,9)
#061009
(6,16,9)
#000000
(0,0,0)

Tints of #424C09

#424C09
(66,76,9)
#535C1F
(83,92,31)
#646C35
(100,108,53)
#757C4B
(117,124,75)
#868C61
(134,140,97)
#979C77
(151,156,119)
#A8AC8D
(168,172,141)
#B9BCA3
(185,188,163)
#CACCB9
(202,204,185)
#DBDCCF
(219,220,207)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424C09 color. Also use rgb(66,76,9) instead hex code.

Text Font Color

.myTextColor { color: #424C09; }

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

This text font color is #424C09.


Background Color

.myBgColor { background-color: #424C09; }

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

This div background color is #424C09.


Border color

.myBorderColor { border: 1px solid #424C09; }

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

This div border color is #424C09.


Opacity

.myOpacity80 { color: #424C09; opacity: 0.8; }

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

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

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

This text has shadow with #424C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424C09 on black background.


Color preview on white background

This text has color #424C09 on white background.



Black color preview on #424C09 background

This text has black color on #424C09 background.


White color preview on #424C09 background

This text has white color on #424C09 background.