COLOR #426D31

HEX: #426D31
RGB: (66,109,49)

Renk bilgisi

#426D31 contains mainly red and green colors. #426D31 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#426D31 color RGB value is (66,109,49).

  • kırmız ton 66;
  • yeşil ton 109;
  • mavi ton 49.
RGB:
(66,109,49)
(26%,43%,19%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 109 of 255 = 43%
B 49 of 255 = 19%

66
109
49

R + G + B ~ 29%. #426D31 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 109 + 49 = 224 (100%)
R 66 of 224 ~ 29.46%
G 109 of 224 ~ 48.66%
B 49 of 224 ~ 21.88%

%29.46
%48.66
%21.88

CMYK RENK MODELİ

#426D31 rengi CMYK tonu (39,0,55,57).

  • camgöbeği tonu 39.45%
  • eflatun tonu 0.00%
  • sarı tonu 55.05%
  • ana renk tonu 57.25%
CMYK:
(39,0,55,57)
C39M0Y55K57 
(39%,0%,55%,57%)
(0.39/0.00/0.55/0.57)	

CMYK yüzdeleri

%39.45
%0
%55.05
%57.25

Codes

Color #426D31 in popluar color models

426D31
RGB6610949
HSL103°37.97%30.98%
HSB/HSV103°55.05%42.75%
CMYK39.45%0.00%55.05%
57.25%

Color #426D31 in popluar number systems.

HEX426D31
Decimal6610949
Binary10000101101101110001
Octal10215561

Shades and tints

Shades of #426D31

#426D31
(66,109,49)
#3C642D
(60,100,45)
#365B29
(54,91,41)
#305225
(48,82,37)
#2A4921
(42,73,33)
#24401D
(36,64,29)
#1E3719
(30,55,25)
#182E15
(24,46,21)
#122511
(18,37,17)
#0C1C0D
(12,28,13)
#061309
(6,19,9)
#000000
(0,0,0)

Tints of #426D31

#426D31
(66,109,49)
#537A43
(83,122,67)
#648755
(100,135,85)
#759467
(117,148,103)
#86A179
(134,161,121)
#97AE8B
(151,174,139)
#A8BB9D
(168,187,157)
#B9C8AF
(185,200,175)
#CAD5C1
(202,213,193)
#DBE2D3
(219,226,211)
#ECEFE5
(236,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426D31 color. Also use rgb(66,109,49) instead hex code.

Text Font Color

.myTextColor { color: #426D31; }

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

This text font color is #426D31.


Background Color

.myBgColor { background-color: #426D31; }

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

This div background color is #426D31.


Border color

.myBorderColor { border: 1px solid #426D31; }

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

This div border color is #426D31.


Opacity

.myOpacity80 { color: #426D31; opacity: 0.8; }

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

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

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

This text has shadow with #426D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426D31 on black background.


Color preview on white background

This text has color #426D31 on white background.



Black color preview on #426D31 background

This text has black color on #426D31 background.


White color preview on #426D31 background

This text has white color on #426D31 background.