COLOR #425E49

HEX: #425E49
RGB: (66,94,73)

Renk bilgisi

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

RGB renk modeli

#425E49 color RGB value is (66,94,73).

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

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 94 of 255 = 37%
B 73 of 255 = 29%

66
94
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 94 + 73 = 233 (100%)
R 66 of 233 ~ 28.33%
G 94 of 233 ~ 40.34%
B 73 of 233 ~ 31.33%

%28.33
%40.34
%31.33

CMYK RENK MODELİ

#425E49 rengi CMYK tonu (30,0,22,63).

  • camgöbeği tonu 29.79%
  • eflatun tonu 0.00%
  • sarı tonu 22.34%
  • ana renk tonu 63.14%
CMYK:
(30,0,22,63)
C30M0Y22K63 
(30%,0%,22%,63%)
(0.30/0.00/0.22/0.63)	

CMYK yüzdeleri

%29.79
%0
%22.34
%63.14

Codes

Color #425E49 in popluar color models

425E49
RGB669473
HSL135°17.50%31.37%
HSB/HSV135°29.79%36.86%
CMYK29.79%0.00%22.34%
63.14%

Color #425E49 in popluar number systems.

HEX425E49
Decimal669473
Binary100001010111101001001
Octal102136111

Shades and tints

Shades of #425E49

#425E49
(66,94,73)
#3C5643
(60,86,67)
#364E3D
(54,78,61)
#304637
(48,70,55)
#2A3E31
(42,62,49)
#24362B
(36,54,43)
#1E2E25
(30,46,37)
#18261F
(24,38,31)
#121E19
(18,30,25)
#0C1613
(12,22,19)
#060E0D
(6,14,13)
#000000
(0,0,0)

Tints of #425E49

#425E49
(66,94,73)
#536C59
(83,108,89)
#647A69
(100,122,105)
#758879
(117,136,121)
#869689
(134,150,137)
#97A499
(151,164,153)
#A8B2A9
(168,178,169)
#B9C0B9
(185,192,185)
#CACEC9
(202,206,201)
#DBDCD9
(219,220,217)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425E49; }

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

This text font color is #425E49.


Background Color

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

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

This div background color is #425E49.


Border color

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

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

This div border color is #425E49.


Opacity

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

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

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

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

This text has shadow with #425E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425E49 on black background.


Color preview on white background

This text has color #425E49 on white background.



Black color preview on #425E49 background

This text has black color on #425E49 background.


White color preview on #425E49 background

This text has white color on #425E49 background.