COLOR #426139

HEX: #426139
RGB: (66,97,57)

Renk bilgisi

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

RGB renk modeli

#426139 color RGB value is (66,97,57).

  • kırmız ton 66;
  • yeşil ton 97;
  • mavi ton 57.
RGB:
(66,97,57)
(26%,38%,22%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 97 of 255 = 38%
B 57 of 255 = 22%

66
97
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 97 + 57 = 220 (100%)
R 66 of 220 ~ 30%
G 97 of 220 ~ 44.09%
B 57 of 220 ~ 25.91%

%30
%44.09
%25.91

CMYK RENK MODELİ

#426139 rengi CMYK tonu (32,0,41,62).

  • camgöbeği tonu 31.96%
  • eflatun tonu 0.00%
  • sarı tonu 41.24%
  • ana renk tonu 61.96%
CMYK:
(32,0,41,62)
C32M0Y41K62 
(32%,0%,41%,62%)
(0.32/0.00/0.41/0.62)	

CMYK yüzdeleri

%31.96
%0
%41.24
%61.96

Codes

Color #426139 in popluar color models

426139
RGB669757
HSL107°25.97%30.20%
HSB/HSV107°41.24%38.04%
CMYK31.96%0.00%41.24%
61.96%

Color #426139 in popluar number systems.

HEX426139
Decimal669757
Binary10000101100001111001
Octal10214171

Shades and tints

Shades of #426139

#426139
(66,97,57)
#3C5934
(60,89,52)
#36512F
(54,81,47)
#30492A
(48,73,42)
#2A4125
(42,65,37)
#243920
(36,57,32)
#1E311B
(30,49,27)
#182916
(24,41,22)
#122111
(18,33,17)
#0C190C
(12,25,12)
#061107
(6,17,7)
#000000
(0,0,0)

Tints of #426139

#426139
(66,97,57)
#536F4B
(83,111,75)
#647D5D
(100,125,93)
#758B6F
(117,139,111)
#869981
(134,153,129)
#97A793
(151,167,147)
#A8B5A5
(168,181,165)
#B9C3B7
(185,195,183)
#CAD1C9
(202,209,201)
#DBDFDB
(219,223,219)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426139 color. Also use rgb(66,97,57) instead hex code.

Text Font Color

.myTextColor { color: #426139; }

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

This text font color is #426139.


Background Color

.myBgColor { background-color: #426139; }

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

This div background color is #426139.


Border color

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

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

This div border color is #426139.


Opacity

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

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

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

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

This text has shadow with #426139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426139 on black background.


Color preview on white background

This text has color #426139 on white background.



Black color preview on #426139 background

This text has black color on #426139 background.


White color preview on #426139 background

This text has white color on #426139 background.