COLOR #425949

HEX: #425949
RGB: (66,89,73)

Renk bilgisi

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

RGB renk modeli

#425949 color RGB value is (66,89,73).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 89 of 255 = 35%
B 73 of 255 = 29%

66
89
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 89 + 73 = 228 (100%)
R 66 of 228 ~ 28.95%
G 89 of 228 ~ 39.04%
B 73 of 228 ~ 32.02%

%28.95
%39.04
%32.02

CMYK RENK MODELİ

#425949 rengi CMYK tonu (26,0,18,65).

  • camgöbeği tonu 25.84%
  • eflatun tonu 0.00%
  • sarı tonu 17.98%
  • ana renk tonu 65.10%
CMYK:
(26,0,18,65)
C26M0Y18K65 
(26%,0%,18%,65%)
(0.26/0.00/0.18/0.65)	

CMYK yüzdeleri

%25.84
%0
%17.98
%65.1

Codes

Color #425949 in popluar color models

425949
RGB668973
HSL138°14.84%30.39%
HSB/HSV138°25.84%34.90%
CMYK25.84%0.00%17.98%
65.10%

Color #425949 in popluar number systems.

HEX425949
Decimal668973
Binary100001010110011001001
Octal102131111

Shades and tints

Shades of #425949

#425949
(66,89,73)
#3C5143
(60,81,67)
#36493D
(54,73,61)
#304137
(48,65,55)
#2A3931
(42,57,49)
#24312B
(36,49,43)
#1E2925
(30,41,37)
#18211F
(24,33,31)
#121919
(18,25,25)
#0C1113
(12,17,19)
#06090D
(6,9,13)
#000000
(0,0,0)

Tints of #425949

#425949
(66,89,73)
#536859
(83,104,89)
#647769
(100,119,105)
#758679
(117,134,121)
#869589
(134,149,137)
#97A499
(151,164,153)
#A8B3A9
(168,179,169)
#B9C2B9
(185,194,185)
#CAD1C9
(202,209,201)
#DBE0D9
(219,224,217)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425949; }

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

This text font color is #425949.


Background Color

.myBgColor { background-color: #425949; }

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

This div background color is #425949.


Border color

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

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

This div border color is #425949.


Opacity

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

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

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

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

This text has shadow with #425949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425949 on black background.


Color preview on white background

This text has color #425949 on white background.



Black color preview on #425949 background

This text has black color on #425949 background.


White color preview on #425949 background

This text has white color on #425949 background.