COLOR #252827

HEX: #252827
RGB: (37,40,39)

Renk bilgisi

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

RGB renk modeli

#252827 color RGB value is (37,40,39).

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

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 40 of 255 = 16%
B 39 of 255 = 15%

37
40
39

R + G + B ~ 15%. #252827 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 40 + 39 = 116 (100%)
R 37 of 116 ~ 31.9%
G 40 of 116 ~ 34.48%
B 39 of 116 ~ 33.62%

%31.9
%34.48
%33.62

CMYK RENK MODELİ

#252827 rengi CMYK tonu (7,0,2,84).

  • camgöbeği tonu 7.50%
  • eflatun tonu 0.00%
  • sarı tonu 2.50%
  • ana renk tonu 84.31%
CMYK:
(7,0,2,84)
C7M0Y2K84 
(7%,0%,2%,84%)
(0.07/0.00/0.02/0.84)	

CMYK yüzdeleri

%7.5
%0
%2.5
%84.31

Codes

Color #252827 in popluar color models

252827
RGB374039
HSL160°3.90%15.10%
HSB/HSV160°7.50%15.69%
CMYK7.50%0.00%2.50%
84.31%

Color #252827 in popluar number systems.

HEX252827
Decimal374039
Binary100101101000100111
Octal455047

Shades and tints

Shades of #252827

#252827
(37,40,39)
#222524
(34,37,36)
#1F2221
(31,34,33)
#1C1F1E
(28,31,30)
#191C1B
(25,28,27)
#161918
(22,25,24)
#131615
(19,22,21)
#101312
(16,19,18)
#0D100F
(13,16,15)
#0A0D0C
(10,13,12)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #252827

#252827
(37,40,39)
#383B3A
(56,59,58)
#4B4E4D
(75,78,77)
#5E6160
(94,97,96)
#717473
(113,116,115)
#848786
(132,135,134)
#979A99
(151,154,153)
#AAADAC
(170,173,172)
#BDC0BF
(189,192,191)
#D0D3D2
(208,211,210)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252827; }

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

This text font color is #252827.


Background Color

.myBgColor { background-color: #252827; }

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

This div background color is #252827.


Border color

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

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

This div border color is #252827.


Opacity

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

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

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

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

This text has shadow with #252827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252827 on black background.


Color preview on white background

This text has color #252827 on white background.



Black color preview on #252827 background

This text has black color on #252827 background.


White color preview on #252827 background

This text has white color on #252827 background.