COLOR #425A49

HEX: #425A49
RGB: (66,90,73)

Renk bilgisi

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

RGB renk modeli

#425A49 color RGB value is (66,90,73).

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

RGB bağlantıları ve doygunluk

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

66
90
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 90 + 73 = 229 (100%)
R 66 of 229 ~ 28.82%
G 90 of 229 ~ 39.3%
B 73 of 229 ~ 31.88%

%28.82
%39.3
%31.88

CMYK RENK MODELİ

#425A49 rengi CMYK tonu (27,0,19,65).

  • camgöbeği tonu 26.67%
  • eflatun tonu 0.00%
  • sarı tonu 18.89%
  • ana renk tonu 64.71%
CMYK:
(27,0,19,65)
C27M0Y19K65 
(27%,0%,19%,65%)
(0.27/0.00/0.19/0.65)	

CMYK yüzdeleri

%26.67
%0
%18.89
%64.71

Codes

Color #425A49 in popluar color models

425A49
RGB669073
HSL138°15.38%30.59%
HSB/HSV138°26.67%35.29%
CMYK26.67%0.00%18.89%
64.71%

Color #425A49 in popluar number systems.

HEX425A49
Decimal669073
Binary100001010110101001001
Octal102132111

Shades and tints

Shades of #425A49

#425A49
(66,90,73)
#3C5243
(60,82,67)
#364A3D
(54,74,61)
#304237
(48,66,55)
#2A3A31
(42,58,49)
#24322B
(36,50,43)
#1E2A25
(30,42,37)
#18221F
(24,34,31)
#121A19
(18,26,25)
#0C1213
(12,18,19)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #425A49

#425A49
(66,90,73)
#536959
(83,105,89)
#647869
(100,120,105)
#758779
(117,135,121)
#869689
(134,150,137)
#97A599
(151,165,153)
#A8B4A9
(168,180,169)
#B9C3B9
(185,195,185)
#CAD2C9
(202,210,201)
#DBE1D9
(219,225,217)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425A49; }

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

This text font color is #425A49.


Background Color

.myBgColor { background-color: #425A49; }

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

This div background color is #425A49.


Border color

.myBorderColor { border: 1px solid #425A49; }

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

This div border color is #425A49.


Opacity

.myOpacity80 { color: #425A49; opacity: 0.8; }

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

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

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

This text has shadow with #425A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425A49 on black background.


Color preview on white background

This text has color #425A49 on white background.



Black color preview on #425A49 background

This text has black color on #425A49 background.


White color preview on #425A49 background

This text has white color on #425A49 background.