COLOR #25253B

HEX: #25253B
RGB: (37,37,59)

Renk bilgisi

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

RGB renk modeli

#25253B color RGB value is (37,37,59).

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

RGB bağlantıları ve doygunluk

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

37
37
59

R + G + B ~ 18%. #25253B is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 37 + 59 = 133 (100%)
R 37 of 133 ~ 27.82%
G 37 of 133 ~ 27.82%
B 59 of 133 ~ 44.36%

%27.82
%27.82
%44.36

CMYK RENK MODELİ

#25253B rengi CMYK tonu (37,37,0,77).

  • camgöbeği tonu 37.29%
  • eflatun tonu 37.29%
  • sarı tonu 0.00%
  • ana renk tonu 76.86%
CMYK:
(37,37,0,77)
C37M37Y0K77 
(37%,37%,0%,77%)
(0.37/0.37/0.00/0.77)	

CMYK yüzdeleri

%37.29
%37.29
%0
%76.86

Codes

Color #25253B in popluar color models

25253B
RGB373759
HSL240°22.92%18.82%
HSB/HSV240°37.29%23.14%
CMYK37.29%37.29%0.00%
76.86%

Color #25253B in popluar number systems.

HEX25253B
Decimal373759
Binary100101100101111011
Octal454573

Shades and tints

Shades of #25253B

#25253B
(37,37,59)
#222236
(34,34,54)
#1F1F31
(31,31,49)
#1C1C2C
(28,28,44)
#191927
(25,25,39)
#161622
(22,22,34)
#13131D
(19,19,29)
#101018
(16,16,24)
#0D0D13
(13,13,19)
#0A0A0E
(10,10,14)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #25253B

#25253B
(37,37,59)
#38384C
(56,56,76)
#4B4B5D
(75,75,93)
#5E5E6E
(94,94,110)
#71717F
(113,113,127)
#848490
(132,132,144)
#9797A1
(151,151,161)
#AAAAB2
(170,170,178)
#BDBDC3
(189,189,195)
#D0D0D4
(208,208,212)
#E3E3E5
(227,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25253B; }

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

This text font color is #25253B.


Background Color

.myBgColor { background-color: #25253B; }

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

This div background color is #25253B.


Border color

.myBorderColor { border: 1px solid #25253B; }

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

This div border color is #25253B.


Opacity

.myOpacity80 { color: #25253B; opacity: 0.8; }

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

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

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

This text has shadow with #25253B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25253B on black background.


Color preview on white background

This text has color #25253B on white background.



Black color preview on #25253B background

This text has black color on #25253B background.


White color preview on #25253B background

This text has white color on #25253B background.