COLOR #252D2E

HEX: #252D2E
RGB: (37,45,46)

Renk bilgisi

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

RGB renk modeli

#252D2E color RGB value is (37,45,46).

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

RGB bağlantıları ve doygunluk

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

37
45
46

R + G + B ~ 17%. #252D2E is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 45 + 46 = 128 (100%)
R 37 of 128 ~ 28.91%
G 45 of 128 ~ 35.16%
B 46 of 128 ~ 35.94%

%28.91
%35.16
%35.94

CMYK RENK MODELİ

#252D2E rengi CMYK tonu (20,2,0,82).

  • camgöbeği tonu 19.57%
  • eflatun tonu 2.17%
  • sarı tonu 0.00%
  • ana renk tonu 81.96%
CMYK:
(20,2,0,82)
C20M2Y0K82 
(20%,2%,0%,82%)
(0.20/0.02/0.00/0.82)	

CMYK yüzdeleri

%19.57
%2.17
%0
%81.96

Codes

Color #252D2E in popluar color models

252D2E
RGB374546
HSL187°10.84%16.27%
HSB/HSV187°19.57%18.04%
CMYK19.57%2.17%0.00%
81.96%

Color #252D2E in popluar number systems.

HEX252D2E
Decimal374546
Binary100101101101101110
Octal455556

Shades and tints

Shades of #252D2E

#252D2E
(37,45,46)
#22292A
(34,41,42)
#1F2526
(31,37,38)
#1C2122
(28,33,34)
#191D1E
(25,29,30)
#16191A
(22,25,26)
#131516
(19,21,22)
#101112
(16,17,18)
#0D0D0E
(13,13,14)
#0A090A
(10,9,10)
#070506
(7,5,6)
#000000
(0,0,0)

Tints of #252D2E

#252D2E
(37,45,46)
#384041
(56,64,65)
#4B5354
(75,83,84)
#5E6667
(94,102,103)
#71797A
(113,121,122)
#848C8D
(132,140,141)
#979FA0
(151,159,160)
#AAB2B3
(170,178,179)
#BDC5C6
(189,197,198)
#D0D8D9
(208,216,217)
#E3EBEC
(227,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252D2E; }

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

This text font color is #252D2E.


Background Color

.myBgColor { background-color: #252D2E; }

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

This div background color is #252D2E.


Border color

.myBorderColor { border: 1px solid #252D2E; }

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

This div border color is #252D2E.


Opacity

.myOpacity80 { color: #252D2E; opacity: 0.8; }

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

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

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

This text has shadow with #252D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252D2E on black background.


Color preview on white background

This text has color #252D2E on white background.



Black color preview on #252D2E background

This text has black color on #252D2E background.


White color preview on #252D2E background

This text has white color on #252D2E background.