COLOR #426848

HEX: #426848
RGB: (66,104,72)

Renk bilgisi

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

RGB renk modeli

#426848 color RGB value is (66,104,72).

  • kırmız ton 66;
  • yeşil ton 104;
  • mavi ton 72.
RGB:
(66,104,72)
(26%,41%,28%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 104 of 255 = 41%
B 72 of 255 = 28%

66
104
72

R + G + B ~ 32%. #426848 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 104 + 72 = 242 (100%)
R 66 of 242 ~ 27.27%
G 104 of 242 ~ 42.98%
B 72 of 242 ~ 29.75%

%27.27
%42.98
%29.75

CMYK RENK MODELİ

#426848 rengi CMYK tonu (37,0,31,59).

  • camgöbeği tonu 36.54%
  • eflatun tonu 0.00%
  • sarı tonu 30.77%
  • ana renk tonu 59.22%
CMYK:
(37,0,31,59)
C37M0Y31K59 
(37%,0%,31%,59%)
(0.37/0.00/0.31/0.59)	

CMYK yüzdeleri

%36.54
%0
%30.77
%59.22

Codes

Color #426848 in popluar color models

426848
RGB6610472
HSL129°22.35%33.33%
HSB/HSV129°36.54%40.78%
CMYK36.54%0.00%30.77%
59.22%

Color #426848 in popluar number systems.

HEX426848
Decimal6610472
Binary100001011010001001000
Octal102150110

Shades and tints

Shades of #426848

#426848
(66,104,72)
#3C5F42
(60,95,66)
#36563C
(54,86,60)
#304D36
(48,77,54)
#2A4430
(42,68,48)
#243B2A
(36,59,42)
#1E3224
(30,50,36)
#18291E
(24,41,30)
#122018
(18,32,24)
#0C1712
(12,23,18)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #426848

#426848
(66,104,72)
#537558
(83,117,88)
#648268
(100,130,104)
#758F78
(117,143,120)
#869C88
(134,156,136)
#97A998
(151,169,152)
#A8B6A8
(168,182,168)
#B9C3B8
(185,195,184)
#CAD0C8
(202,208,200)
#DBDDD8
(219,221,216)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426848 color. Also use rgb(66,104,72) instead hex code.

Text Font Color

.myTextColor { color: #426848; }

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

This text font color is #426848.


Background Color

.myBgColor { background-color: #426848; }

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

This div background color is #426848.


Border color

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

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

This div border color is #426848.


Opacity

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

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

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

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

This text has shadow with #426848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426848 on black background.


Color preview on white background

This text has color #426848 on white background.



Black color preview on #426848 background

This text has black color on #426848 background.


White color preview on #426848 background

This text has white color on #426848 background.