COLOR #425253

HEX: #425253
RGB: (66,82,83)

Renk bilgisi

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

RGB renk modeli

#425253 color RGB value is (66,82,83).

  • kırmız ton 66;
  • yeşil ton 82;
  • mavi ton 83.
RGB:
(66,82,83)
(26%,32%,33%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 82 of 255 = 32%
B 83 of 255 = 33%

66
82
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 82 + 83 = 231 (100%)
R 66 of 231 ~ 28.57%
G 82 of 231 ~ 35.5%
B 83 of 231 ~ 35.93%

%28.57
%35.5
%35.93

CMYK RENK MODELİ

#425253 rengi CMYK tonu (20,1,0,67).

  • camgöbeği tonu 20.48%
  • eflatun tonu 1.20%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(20,1,0,67)
C20M1Y0K67 
(20%,1%,0%,67%)
(0.20/0.01/0.00/0.67)	

CMYK yüzdeleri

%20.48
%1.2
%0
%67.45

Codes

Color #425253 in popluar color models

425253
RGB668283
HSL184°11.41%29.22%
HSB/HSV184°20.48%32.55%
CMYK20.48%1.20%0.00%
67.45%

Color #425253 in popluar number systems.

HEX425253
Decimal668283
Binary100001010100101010011
Octal102122123

Shades and tints

Shades of #425253

#425253
(66,82,83)
#3C4B4C
(60,75,76)
#364445
(54,68,69)
#303D3E
(48,61,62)
#2A3637
(42,54,55)
#242F30
(36,47,48)
#1E2829
(30,40,41)
#182122
(24,33,34)
#121A1B
(18,26,27)
#0C1314
(12,19,20)
#060C0D
(6,12,13)
#000000
(0,0,0)

Tints of #425253

#425253
(66,82,83)
#536162
(83,97,98)
#647071
(100,112,113)
#757F80
(117,127,128)
#868E8F
(134,142,143)
#979D9E
(151,157,158)
#A8ACAD
(168,172,173)
#B9BBBC
(185,187,188)
#CACACB
(202,202,203)
#DBD9DA
(219,217,218)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425253 color. Also use rgb(66,82,83) instead hex code.

Text Font Color

.myTextColor { color: #425253; }

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

This text font color is #425253.


Background Color

.myBgColor { background-color: #425253; }

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

This div background color is #425253.


Border color

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

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

This div border color is #425253.


Opacity

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

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

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

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

This text has shadow with #425253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425253 on black background.


Color preview on white background

This text has color #425253 on white background.



Black color preview on #425253 background

This text has black color on #425253 background.


White color preview on #425253 background

This text has white color on #425253 background.