COLOR #253A52

HEX: #253A52
RGB: (37,58,82)

Renk bilgisi

#253A52 contains red, green and blue colors in about the same proportion. #253A52 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#253A52 color RGB value is (37,58,82).

  • kırmız ton 37;
  • yeşil ton 58;
  • mavi ton 82.
RGB:
(37,58,82)
(15%,23%,32%)

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 58 of 255 = 23%
B 82 of 255 = 32%

37
58
82

R + G + B ~ 23%. #253A52 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 58 + 82 = 177 (100%)
R 37 of 177 ~ 20.9%
G 58 of 177 ~ 32.77%
B 82 of 177 ~ 46.33%

%20.9
%32.77
%46.33

CMYK RENK MODELİ

#253A52 rengi CMYK tonu (55,29,0,68).

  • camgöbeği tonu 54.88%
  • eflatun tonu 29.27%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(55,29,0,68)
C55M29Y0K68 
(55%,29%,0%,68%)
(0.55/0.29/0.00/0.68)	

CMYK yüzdeleri

%54.88
%29.27
%0
%67.84

Codes

Color #253A52 in popluar color models

253A52
RGB375882
HSL212°37.82%23.33%
HSB/HSV212°54.88%32.16%
CMYK54.88%29.27%0.00%
67.84%

Color #253A52 in popluar number systems.

HEX253A52
Decimal375882
Binary1001011110101010010
Octal4572122

Shades and tints

Shades of #253A52

#253A52
(37,58,82)
#22354B
(34,53,75)
#1F3044
(31,48,68)
#1C2B3D
(28,43,61)
#192636
(25,38,54)
#16212F
(22,33,47)
#131C28
(19,28,40)
#101721
(16,23,33)
#0D121A
(13,18,26)
#0A0D13
(10,13,19)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #253A52

#253A52
(37,58,82)
#384B61
(56,75,97)
#4B5C70
(75,92,112)
#5E6D7F
(94,109,127)
#717E8E
(113,126,142)
#848F9D
(132,143,157)
#97A0AC
(151,160,172)
#AAB1BB
(170,177,187)
#BDC2CA
(189,194,202)
#D0D3D9
(208,211,217)
#E3E4E8
(227,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253A52 color. Also use rgb(37,58,82) instead hex code.

Text Font Color

.myTextColor { color: #253A52; }

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

This text font color is #253A52.


Background Color

.myBgColor { background-color: #253A52; }

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

This div background color is #253A52.


Border color

.myBorderColor { border: 1px solid #253A52; }

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

This div border color is #253A52.


Opacity

.myOpacity80 { color: #253A52; opacity: 0.8; }

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

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

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

This text has shadow with #253A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253A52 on black background.


Color preview on white background

This text has color #253A52 on white background.



Black color preview on #253A52 background

This text has black color on #253A52 background.


White color preview on #253A52 background

This text has white color on #253A52 background.