COLOR #426335

HEX: #426335
RGB: (66,99,53)

Renk bilgisi

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

RGB renk modeli

#426335 color RGB value is (66,99,53).

  • kırmız ton 66;
  • yeşil ton 99;
  • mavi ton 53.
RGB:
(66,99,53)
(26%,39%,21%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 99 of 255 = 39%
B 53 of 255 = 21%

66
99
53

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 99 + 53 = 218 (100%)
R 66 of 218 ~ 30.28%
G 99 of 218 ~ 45.41%
B 53 of 218 ~ 24.31%

%30.28
%45.41
%24.31

CMYK RENK MODELİ

#426335 rengi CMYK tonu (33,0,46,61).

  • camgöbeği tonu 33.33%
  • eflatun tonu 0.00%
  • sarı tonu 46.46%
  • ana renk tonu 61.18%
CMYK:
(33,0,46,61)
C33M0Y46K61 
(33%,0%,46%,61%)
(0.33/0.00/0.46/0.61)	

CMYK yüzdeleri

%33.33
%0
%46.46
%61.18

Codes

Color #426335 in popluar color models

426335
RGB669953
HSL103°30.26%29.80%
HSB/HSV103°46.46%38.82%
CMYK33.33%0.00%46.46%
61.18%

Color #426335 in popluar number systems.

HEX426335
Decimal669953
Binary10000101100011110101
Octal10214365

Shades and tints

Shades of #426335

#426335
(66,99,53)
#3C5A31
(60,90,49)
#36512D
(54,81,45)
#304829
(48,72,41)
#2A3F25
(42,63,37)
#243621
(36,54,33)
#1E2D1D
(30,45,29)
#182419
(24,36,25)
#121B15
(18,27,21)
#0C1211
(12,18,17)
#06090D
(6,9,13)
#000000
(0,0,0)

Tints of #426335

#426335
(66,99,53)
#537147
(83,113,71)
#647F59
(100,127,89)
#758D6B
(117,141,107)
#869B7D
(134,155,125)
#97A98F
(151,169,143)
#A8B7A1
(168,183,161)
#B9C5B3
(185,197,179)
#CAD3C5
(202,211,197)
#DBE1D7
(219,225,215)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426335 color. Also use rgb(66,99,53) instead hex code.

Text Font Color

.myTextColor { color: #426335; }

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

This text font color is #426335.


Background Color

.myBgColor { background-color: #426335; }

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

This div background color is #426335.


Border color

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

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

This div border color is #426335.


Opacity

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

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

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

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

This text has shadow with #426335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426335 on black background.


Color preview on white background

This text has color #426335 on white background.



Black color preview on #426335 background

This text has black color on #426335 background.


White color preview on #426335 background

This text has white color on #426335 background.