COLOR #25252D

HEX: #25252D
RGB: (37,37,45)

Renk bilgisi

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

RGB renk modeli

#25252D color RGB value is (37,37,45).

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

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 37 of 255 = 15%
B 45 of 255 = 18%

37
37
45

R + G + B ~ 16%. #25252D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 37 + 45 = 119 (100%)
R 37 of 119 ~ 31.09%
G 37 of 119 ~ 31.09%
B 45 of 119 ~ 37.82%

%31.09
%31.09
%37.82

CMYK RENK MODELİ

#25252D rengi CMYK tonu (18,18,0,82).

  • camgöbeği tonu 17.78%
  • eflatun tonu 17.78%
  • sarı tonu 0.00%
  • ana renk tonu 82.35%
CMYK:
(18,18,0,82)
C18M18Y0K82 
(18%,18%,0%,82%)
(0.18/0.18/0.00/0.82)	

CMYK yüzdeleri

%17.78
%17.78
%0
%82.35

Codes

Color #25252D in popluar color models

25252D
RGB373745
HSL240°9.76%16.08%
HSB/HSV240°17.78%17.65%
CMYK17.78%17.78%0.00%
82.35%

Color #25252D in popluar number systems.

HEX25252D
Decimal373745
Binary100101100101101101
Octal454555

Shades and tints

Shades of #25252D

#25252D
(37,37,45)
#222229
(34,34,41)
#1F1F25
(31,31,37)
#1C1C21
(28,28,33)
#19191D
(25,25,29)
#161619
(22,22,25)
#131315
(19,19,21)
#101011
(16,16,17)
#0D0D0D
(13,13,13)
#0A0A09
(10,10,9)
#070705
(7,7,5)
#000000
(0,0,0)

Tints of #25252D

#25252D
(37,37,45)
#383840
(56,56,64)
#4B4B53
(75,75,83)
#5E5E66
(94,94,102)
#717179
(113,113,121)
#84848C
(132,132,140)
#97979F
(151,151,159)
#AAAAB2
(170,170,178)
#BDBDC5
(189,189,197)
#D0D0D8
(208,208,216)
#E3E3EB
(227,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25252D color. Also use rgb(37,37,45) instead hex code.

Text Font Color

.myTextColor { color: #25252D; }

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

This text font color is #25252D.


Background Color

.myBgColor { background-color: #25252D; }

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

This div background color is #25252D.


Border color

.myBorderColor { border: 1px solid #25252D; }

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

This div border color is #25252D.


Opacity

.myOpacity80 { color: #25252D; opacity: 0.8; }

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

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

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

This text has shadow with #25252D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25252D on black background.


Color preview on white background

This text has color #25252D on white background.



Black color preview on #25252D background

This text has black color on #25252D background.


White color preview on #25252D background

This text has white color on #25252D background.