COLOR #253649

HEX: #253649
RGB: (37,54,73)

Renk bilgisi

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

RGB renk modeli

#253649 color RGB value is (37,54,73).

  • kırmız ton 37;
  • yeşil ton 54;
  • mavi ton 73.
RGB:
(37,54,73)
(15%,21%,29%)

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 54 of 255 = 21%
B 73 of 255 = 29%

37
54
73

R + G + B ~ 22%. #253649 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 54 + 73 = 164 (100%)
R 37 of 164 ~ 22.56%
G 54 of 164 ~ 32.93%
B 73 of 164 ~ 44.51%

%22.56
%32.93
%44.51

CMYK RENK MODELİ

#253649 rengi CMYK tonu (49,26,0,71).

  • camgöbeği tonu 49.32%
  • eflatun tonu 26.03%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(49,26,0,71)
C49M26Y0K71 
(49%,26%,0%,71%)
(0.49/0.26/0.00/0.71)	

CMYK yüzdeleri

%49.32
%26.03
%0
%71.37

Codes

Color #253649 in popluar color models

253649
RGB375473
HSL212°32.73%21.57%
HSB/HSV212°49.32%28.63%
CMYK49.32%26.03%0.00%
71.37%

Color #253649 in popluar number systems.

HEX253649
Decimal375473
Binary1001011101101001001
Octal4566111

Shades and tints

Shades of #253649

#253649
(37,54,73)
#223243
(34,50,67)
#1F2E3D
(31,46,61)
#1C2A37
(28,42,55)
#192631
(25,38,49)
#16222B
(22,34,43)
#131E25
(19,30,37)
#101A1F
(16,26,31)
#0D1619
(13,22,25)
#0A1213
(10,18,19)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #253649

#253649
(37,54,73)
#384859
(56,72,89)
#4B5A69
(75,90,105)
#5E6C79
(94,108,121)
#717E89
(113,126,137)
#849099
(132,144,153)
#97A2A9
(151,162,169)
#AAB4B9
(170,180,185)
#BDC6C9
(189,198,201)
#D0D8D9
(208,216,217)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253649 color. Also use rgb(37,54,73) instead hex code.

Text Font Color

.myTextColor { color: #253649; }

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

This text font color is #253649.


Background Color

.myBgColor { background-color: #253649; }

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

This div background color is #253649.


Border color

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

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

This div border color is #253649.


Opacity

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

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

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

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

This text has shadow with #253649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253649 on black background.


Color preview on white background

This text has color #253649 on white background.



Black color preview on #253649 background

This text has black color on #253649 background.


White color preview on #253649 background

This text has white color on #253649 background.