COLOR #426049

HEX: #426049
RGB: (66,96,73)

Renk bilgisi

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

RGB renk modeli

#426049 color RGB value is (66,96,73).

  • kırmız ton 66;
  • yeşil ton 96;
  • mavi ton 73.
RGB:
(66,96,73)
(26%,38%,29%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 96 of 255 = 38%
B 73 of 255 = 29%

66
96
73

R + G + B ~ 31%. #426049 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 96 + 73 = 235 (100%)
R 66 of 235 ~ 28.09%
G 96 of 235 ~ 40.85%
B 73 of 235 ~ 31.06%

%28.09
%40.85
%31.06

CMYK RENK MODELİ

#426049 rengi CMYK tonu (31,0,24,62).

  • camgöbeği tonu 31.25%
  • eflatun tonu 0.00%
  • sarı tonu 23.96%
  • ana renk tonu 62.35%
CMYK:
(31,0,24,62)
C31M0Y24K62 
(31%,0%,24%,62%)
(0.31/0.00/0.24/0.62)	

CMYK yüzdeleri

%31.25
%0
%23.96
%62.35

Codes

Color #426049 in popluar color models

426049
RGB669673
HSL134°18.52%31.76%
HSB/HSV134°31.25%37.65%
CMYK31.25%0.00%23.96%
62.35%

Color #426049 in popluar number systems.

HEX426049
Decimal669673
Binary100001011000001001001
Octal102140111

Shades and tints

Shades of #426049

#426049
(66,96,73)
#3C5843
(60,88,67)
#36503D
(54,80,61)
#304837
(48,72,55)
#2A4031
(42,64,49)
#24382B
(36,56,43)
#1E3025
(30,48,37)
#18281F
(24,40,31)
#122019
(18,32,25)
#0C1813
(12,24,19)
#06100D
(6,16,13)
#000000
(0,0,0)

Tints of #426049

#426049
(66,96,73)
#536E59
(83,110,89)
#647C69
(100,124,105)
#758A79
(117,138,121)
#869889
(134,152,137)
#97A699
(151,166,153)
#A8B4A9
(168,180,169)
#B9C2B9
(185,194,185)
#CAD0C9
(202,208,201)
#DBDED9
(219,222,217)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426049 color. Also use rgb(66,96,73) instead hex code.

Text Font Color

.myTextColor { color: #426049; }

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

This text font color is #426049.


Background Color

.myBgColor { background-color: #426049; }

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

This div background color is #426049.


Border color

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

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

This div border color is #426049.


Opacity

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

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

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

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

This text has shadow with #426049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426049 on black background.


Color preview on white background

This text has color #426049 on white background.



Black color preview on #426049 background

This text has black color on #426049 background.


White color preview on #426049 background

This text has white color on #426049 background.