COLOR #253140

HEX: #253140
RGB: (37,49,64)

Renk bilgisi

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

RGB renk modeli

#253140 color RGB value is (37,49,64).

  • kırmız ton 37;
  • yeşil ton 49;
  • mavi ton 64.
RGB:
(37,49,64)
(15%,19%,25%)

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 49 of 255 = 19%
B 64 of 255 = 25%

37
49
64

R + G + B ~ 20%. #253140 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 49 + 64 = 150 (100%)
R 37 of 150 ~ 24.67%
G 49 of 150 ~ 32.67%
B 64 of 150 ~ 42.67%

%24.67
%32.67
%42.67

CMYK RENK MODELİ

#253140 rengi CMYK tonu (42,23,0,75).

  • camgöbeği tonu 42.19%
  • eflatun tonu 23.44%
  • sarı tonu 0.00%
  • ana renk tonu 74.90%
CMYK:
(42,23,0,75)
C42M23Y0K75 
(42%,23%,0%,75%)
(0.42/0.23/0.00/0.75)	

CMYK yüzdeleri

%42.19
%23.44
%0
%74.9

Codes

Color #253140 in popluar color models

253140
RGB374964
HSL213°26.73%19.80%
HSB/HSV213°42.19%25.10%
CMYK42.19%23.44%0.00%
74.90%

Color #253140 in popluar number systems.

HEX253140
Decimal374964
Binary1001011100011000000
Octal4561100

Shades and tints

Shades of #253140

#253140
(37,49,64)
#222D3B
(34,45,59)
#1F2936
(31,41,54)
#1C2531
(28,37,49)
#19212C
(25,33,44)
#161D27
(22,29,39)
#131922
(19,25,34)
#10151D
(16,21,29)
#0D1118
(13,17,24)
#0A0D13
(10,13,19)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #253140

#253140
(37,49,64)
#384351
(56,67,81)
#4B5562
(75,85,98)
#5E6773
(94,103,115)
#717984
(113,121,132)
#848B95
(132,139,149)
#979DA6
(151,157,166)
#AAAFB7
(170,175,183)
#BDC1C8
(189,193,200)
#D0D3D9
(208,211,217)
#E3E5EA
(227,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253140 color. Also use rgb(37,49,64) instead hex code.

Text Font Color

.myTextColor { color: #253140; }

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

This text font color is #253140.


Background Color

.myBgColor { background-color: #253140; }

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

This div background color is #253140.


Border color

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

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

This div border color is #253140.


Opacity

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

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

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

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

This text has shadow with #253140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253140 on black background.


Color preview on white background

This text has color #253140 on white background.



Black color preview on #253140 background

This text has black color on #253140 background.


White color preview on #253140 background

This text has white color on #253140 background.