COLOR #426D37

HEX: #426D37
RGB: (66,109,55)

Renk bilgisi

#426D37 contains red, green and blue colors in about the same proportion. #426D37 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#426D37 color RGB value is (66,109,55).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 109 of 255 = 43%
B 55 of 255 = 22%

66
109
55

R + G + B ~ 30%. #426D37 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 109 + 55 = 230 (100%)
R 66 of 230 ~ 28.7%
G 109 of 230 ~ 47.39%
B 55 of 230 ~ 23.91%

%28.7
%47.39
%23.91

CMYK RENK MODELİ

#426D37 rengi CMYK tonu (39,0,50,57).

  • camgöbeği tonu 39.45%
  • eflatun tonu 0.00%
  • sarı tonu 49.54%
  • ana renk tonu 57.25%
CMYK:
(39,0,50,57)
C39M0Y50K57 
(39%,0%,50%,57%)
(0.39/0.00/0.50/0.57)	

CMYK yüzdeleri

%39.45
%0
%49.54
%57.25

Codes

Color #426D37 in popluar color models

426D37
RGB6610955
HSL108°32.93%32.16%
HSB/HSV108°49.54%42.75%
CMYK39.45%0.00%49.54%
57.25%

Color #426D37 in popluar number systems.

HEX426D37
Decimal6610955
Binary10000101101101110111
Octal10215567

Shades and tints

Shades of #426D37

#426D37
(66,109,55)
#3C6432
(60,100,50)
#365B2D
(54,91,45)
#305228
(48,82,40)
#2A4923
(42,73,35)
#24401E
(36,64,30)
#1E3719
(30,55,25)
#182E14
(24,46,20)
#12250F
(18,37,15)
#0C1C0A
(12,28,10)
#061305
(6,19,5)
#000000
(0,0,0)

Tints of #426D37

#426D37
(66,109,55)
#537A49
(83,122,73)
#64875B
(100,135,91)
#75946D
(117,148,109)
#86A17F
(134,161,127)
#97AE91
(151,174,145)
#A8BBA3
(168,187,163)
#B9C8B5
(185,200,181)
#CAD5C7
(202,213,199)
#DBE2D9
(219,226,217)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426D37; }

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

This text font color is #426D37.


Background Color

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

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

This div background color is #426D37.


Border color

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

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

This div border color is #426D37.


Opacity

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

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

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

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

This text has shadow with #426D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426D37 on black background.


Color preview on white background

This text has color #426D37 on white background.



Black color preview on #426D37 background

This text has black color on #426D37 background.


White color preview on #426D37 background

This text has white color on #426D37 background.