COLOR #253D48

HEX: #253D48
RGB: (37,61,72)

Renk bilgisi

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

RGB renk modeli

#253D48 color RGB value is (37,61,72).

  • kırmız ton 37;
  • yeşil ton 61;
  • mavi ton 72.
RGB:
(37,61,72)
(15%,24%,28%)

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 61 of 255 = 24%
B 72 of 255 = 28%

37
61
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 61 + 72 = 170 (100%)
R 37 of 170 ~ 21.76%
G 61 of 170 ~ 35.88%
B 72 of 170 ~ 42.35%

%21.76
%35.88
%42.35

CMYK RENK MODELİ

#253D48 rengi CMYK tonu (49,15,0,72).

  • camgöbeği tonu 48.61%
  • eflatun tonu 15.28%
  • sarı tonu 0.00%
  • ana renk tonu 71.76%
CMYK:
(49,15,0,72)
C49M15Y0K72 
(49%,15%,0%,72%)
(0.49/0.15/0.00/0.72)	

CMYK yüzdeleri

%48.61
%15.28
%0
%71.76

Codes

Color #253D48 in popluar color models

253D48
RGB376172
HSL199°32.11%21.37%
HSB/HSV199°48.61%28.24%
CMYK48.61%15.28%0.00%
71.76%

Color #253D48 in popluar number systems.

HEX253D48
Decimal376172
Binary1001011111011001000
Octal4575110

Shades and tints

Shades of #253D48

#253D48
(37,61,72)
#223842
(34,56,66)
#1F333C
(31,51,60)
#1C2E36
(28,46,54)
#192930
(25,41,48)
#16242A
(22,36,42)
#131F24
(19,31,36)
#101A1E
(16,26,30)
#0D1518
(13,21,24)
#0A1012
(10,16,18)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #253D48

#253D48
(37,61,72)
#384E58
(56,78,88)
#4B5F68
(75,95,104)
#5E7078
(94,112,120)
#718188
(113,129,136)
#849298
(132,146,152)
#97A3A8
(151,163,168)
#AAB4B8
(170,180,184)
#BDC5C8
(189,197,200)
#D0D6D8
(208,214,216)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253D48 color. Also use rgb(37,61,72) instead hex code.

Text Font Color

.myTextColor { color: #253D48; }

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

This text font color is #253D48.


Background Color

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

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

This div background color is #253D48.


Border color

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

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

This div border color is #253D48.


Opacity

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

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

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

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

This text has shadow with #253D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253D48 on black background.


Color preview on white background

This text has color #253D48 on white background.



Black color preview on #253D48 background

This text has black color on #253D48 background.


White color preview on #253D48 background

This text has white color on #253D48 background.