COLOR #424726

HEX: #424726
RGB: (66,71,38)

Renk bilgisi

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

RGB renk modeli

#424726 color RGB value is (66,71,38).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 71 of 255 = 28%
B 38 of 255 = 15%

66
71
38

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 71 + 38 = 175 (100%)
R 66 of 175 ~ 37.71%
G 71 of 175 ~ 40.57%
B 38 of 175 ~ 21.71%

%37.71
%40.57
%21.71

CMYK RENK MODELİ

#424726 rengi CMYK tonu (7,0,46,72).

  • camgöbeği tonu 7.04%
  • eflatun tonu 0.00%
  • sarı tonu 46.48%
  • ana renk tonu 72.16%
CMYK:
(7,0,46,72)
C7M0Y46K72 
(7%,0%,46%,72%)
(0.07/0.00/0.46/0.72)	

CMYK yüzdeleri

%7.04
%0
%46.48
%72.16

Codes

Color #424726 in popluar color models

424726
RGB667138
HSL69°30.28%21.37%
HSB/HSV69°46.48%27.84%
CMYK7.04%0.00%46.48%
72.16%

Color #424726 in popluar number systems.

HEX424726
Decimal667138
Binary10000101000111100110
Octal10210746

Shades and tints

Shades of #424726

#424726
(66,71,38)
#3C4123
(60,65,35)
#363B20
(54,59,32)
#30351D
(48,53,29)
#2A2F1A
(42,47,26)
#242917
(36,41,23)
#1E2314
(30,35,20)
#181D11
(24,29,17)
#12170E
(18,23,14)
#0C110B
(12,17,11)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #424726

#424726
(66,71,38)
#535739
(83,87,57)
#64674C
(100,103,76)
#75775F
(117,119,95)
#868772
(134,135,114)
#979785
(151,151,133)
#A8A798
(168,167,152)
#B9B7AB
(185,183,171)
#CAC7BE
(202,199,190)
#DBD7D1
(219,215,209)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424726; }

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

This text font color is #424726.


Background Color

.myBgColor { background-color: #424726; }

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

This div background color is #424726.


Border color

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

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

This div border color is #424726.


Opacity

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

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

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

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

This text has shadow with #424726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424726 on black background.


Color preview on white background

This text has color #424726 on white background.



Black color preview on #424726 background

This text has black color on #424726 background.


White color preview on #424726 background

This text has white color on #424726 background.