COLOR #253B4C

HEX: #253B4C
RGB: (37,59,76)

Renk bilgisi

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

RGB renk modeli

#253B4C color RGB value is (37,59,76).

  • kırmız ton 37;
  • yeşil ton 59;
  • mavi ton 76.
RGB:
(37,59,76)
(15%,23%,30%)

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 59 of 255 = 23%
B 76 of 255 = 30%

37
59
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 59 + 76 = 172 (100%)
R 37 of 172 ~ 21.51%
G 59 of 172 ~ 34.3%
B 76 of 172 ~ 44.19%

%21.51
%34.3
%44.19

CMYK RENK MODELİ

#253B4C rengi CMYK tonu (51,22,0,70).

  • camgöbeği tonu 51.32%
  • eflatun tonu 22.37%
  • sarı tonu 0.00%
  • ana renk tonu 70.20%
CMYK:
(51,22,0,70)
C51M22Y0K70 
(51%,22%,0%,70%)
(0.51/0.22/0.00/0.70)	

CMYK yüzdeleri

%51.32
%22.37
%0
%70.2

Codes

Color #253B4C in popluar color models

253B4C
RGB375976
HSL206°34.51%22.16%
HSB/HSV206°51.32%29.80%
CMYK51.32%22.37%0.00%
70.20%

Color #253B4C in popluar number systems.

HEX253B4C
Decimal375976
Binary1001011110111001100
Octal4573114

Shades and tints

Shades of #253B4C

#253B4C
(37,59,76)
#223646
(34,54,70)
#1F3140
(31,49,64)
#1C2C3A
(28,44,58)
#192734
(25,39,52)
#16222E
(22,34,46)
#131D28
(19,29,40)
#101822
(16,24,34)
#0D131C
(13,19,28)
#0A0E16
(10,14,22)
#070910
(7,9,16)
#000000
(0,0,0)

Tints of #253B4C

#253B4C
(37,59,76)
#384C5C
(56,76,92)
#4B5D6C
(75,93,108)
#5E6E7C
(94,110,124)
#717F8C
(113,127,140)
#84909C
(132,144,156)
#97A1AC
(151,161,172)
#AAB2BC
(170,178,188)
#BDC3CC
(189,195,204)
#D0D4DC
(208,212,220)
#E3E5EC
(227,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253B4C color. Also use rgb(37,59,76) instead hex code.

Text Font Color

.myTextColor { color: #253B4C; }

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

This text font color is #253B4C.


Background Color

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

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

This div background color is #253B4C.


Border color

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

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

This div border color is #253B4C.


Opacity

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

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

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

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

This text has shadow with #253B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253B4C on black background.


Color preview on white background

This text has color #253B4C on white background.



Black color preview on #253B4C background

This text has black color on #253B4C background.


White color preview on #253B4C background

This text has white color on #253B4C background.