COLOR #424737

HEX: #424737
RGB: (66,71,55)

Renk bilgisi

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

RGB renk modeli

#424737 color RGB value is (66,71,55).

  • kırmız ton 66;
  • yeşil ton 71;
  • mavi ton 55.
RGB:
(66,71,55)
(26%,28%,22%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 71 of 255 = 28%
B 55 of 255 = 22%

66
71
55

R + G + B ~ 25%. #424737 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 71 + 55 = 192 (100%)
R 66 of 192 ~ 34.38%
G 71 of 192 ~ 36.98%
B 55 of 192 ~ 28.65%

%34.38
%36.98
%28.65

CMYK RENK MODELİ

#424737 rengi CMYK tonu (7,0,23,72).

  • camgöbeği tonu 7.04%
  • eflatun tonu 0.00%
  • sarı tonu 22.54%
  • ana renk tonu 72.16%
CMYK:
(7,0,23,72)
C7M0Y23K72 
(7%,0%,23%,72%)
(0.07/0.00/0.23/0.72)	

CMYK yüzdeleri

%7.04
%0
%22.54
%72.16

Codes

Color #424737 in popluar color models

424737
RGB667155
HSL79°12.70%24.71%
HSB/HSV79°22.54%27.84%
CMYK7.04%0.00%22.54%
72.16%

Color #424737 in popluar number systems.

HEX424737
Decimal667155
Binary10000101000111110111
Octal10210767

Shades and tints

Shades of #424737

#424737
(66,71,55)
#3C4132
(60,65,50)
#363B2D
(54,59,45)
#303528
(48,53,40)
#2A2F23
(42,47,35)
#24291E
(36,41,30)
#1E2319
(30,35,25)
#181D14
(24,29,20)
#12170F
(18,23,15)
#0C110A
(12,17,10)
#060B05
(6,11,5)
#000000
(0,0,0)

Tints of #424737

#424737
(66,71,55)
#535749
(83,87,73)
#64675B
(100,103,91)
#75776D
(117,119,109)
#86877F
(134,135,127)
#979791
(151,151,145)
#A8A7A3
(168,167,163)
#B9B7B5
(185,183,181)
#CAC7C7
(202,199,199)
#DBD7D9
(219,215,217)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424737 color. Also use rgb(66,71,55) instead hex code.

Text Font Color

.myTextColor { color: #424737; }

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

This text font color is #424737.


Background Color

.myBgColor { background-color: #424737; }

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

This div background color is #424737.


Border color

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

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

This div border color is #424737.


Opacity

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

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

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

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

This text has shadow with #424737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424737 on black background.


Color preview on white background

This text has color #424737 on white background.



Black color preview on #424737 background

This text has black color on #424737 background.


White color preview on #424737 background

This text has white color on #424737 background.