COLOR #252D27

HEX: #252D27
RGB: (37,45,39)

Renk bilgisi

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

RGB renk modeli

#252D27 color RGB value is (37,45,39).

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

RGB bağlantıları ve doygunluk

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

37
45
39

R + G + B ~ 16%. #252D27 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 45 + 39 = 121 (100%)
R 37 of 121 ~ 30.58%
G 45 of 121 ~ 37.19%
B 39 of 121 ~ 32.23%

%30.58
%37.19
%32.23

CMYK RENK MODELİ

#252D27 rengi CMYK tonu (18,0,13,82).

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

CMYK yüzdeleri

%17.78
%0
%13.33
%82.35

Codes

Color #252D27 in popluar color models

252D27
RGB374539
HSL135°9.76%16.08%
HSB/HSV135°17.78%17.65%
CMYK17.78%0.00%13.33%
82.35%

Color #252D27 in popluar number systems.

HEX252D27
Decimal374539
Binary100101101101100111
Octal455547

Shades and tints

Shades of #252D27

#252D27
(37,45,39)
#222924
(34,41,36)
#1F2521
(31,37,33)
#1C211E
(28,33,30)
#191D1B
(25,29,27)
#161918
(22,25,24)
#131515
(19,21,21)
#101112
(16,17,18)
#0D0D0F
(13,13,15)
#0A090C
(10,9,12)
#070509
(7,5,9)
#000000
(0,0,0)

Tints of #252D27

#252D27
(37,45,39)
#38403A
(56,64,58)
#4B534D
(75,83,77)
#5E6660
(94,102,96)
#717973
(113,121,115)
#848C86
(132,140,134)
#979F99
(151,159,153)
#AAB2AC
(170,178,172)
#BDC5BF
(189,197,191)
#D0D8D2
(208,216,210)
#E3EBE5
(227,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252D27; }

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

This text font color is #252D27.


Background Color

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

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

This div background color is #252D27.


Border color

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

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

This div border color is #252D27.


Opacity

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

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

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

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

This text has shadow with #252D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252D27 on black background.


Color preview on white background

This text has color #252D27 on white background.



Black color preview on #252D27 background

This text has black color on #252D27 background.


White color preview on #252D27 background

This text has white color on #252D27 background.