COLOR #252E27

HEX: #252E27
RGB: (37,46,39)

Renk bilgisi

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

RGB renk modeli

#252E27 color RGB value is (37,46,39).

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

RGB bağlantıları ve doygunluk

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

37
46
39

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

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 46 + 39 = 122 (100%)
R 37 of 122 ~ 30.33%
G 46 of 122 ~ 37.7%
B 39 of 122 ~ 31.97%

%30.33
%37.7
%31.97

CMYK RENK MODELİ

#252E27 rengi CMYK tonu (20,0,15,82).

  • camgöbeği tonu 19.57%
  • eflatun tonu 0.00%
  • sarı tonu 15.22%
  • ana renk tonu 81.96%
CMYK:
(20,0,15,82)
C20M0Y15K82 
(20%,0%,15%,82%)
(0.20/0.00/0.15/0.82)	

CMYK yüzdeleri

%19.57
%0
%15.22
%81.96

Codes

Color #252E27 in popluar color models

252E27
RGB374639
HSL133°10.84%16.27%
HSB/HSV133°19.57%18.04%
CMYK19.57%0.00%15.22%
81.96%

Color #252E27 in popluar number systems.

HEX252E27
Decimal374639
Binary100101101110100111
Octal455647

Shades and tints

Shades of #252E27

#252E27
(37,46,39)
#222A24
(34,42,36)
#1F2621
(31,38,33)
#1C221E
(28,34,30)
#191E1B
(25,30,27)
#161A18
(22,26,24)
#131615
(19,22,21)
#101212
(16,18,18)
#0D0E0F
(13,14,15)
#0A0A0C
(10,10,12)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #252E27

#252E27
(37,46,39)
#38413A
(56,65,58)
#4B544D
(75,84,77)
#5E6760
(94,103,96)
#717A73
(113,122,115)
#848D86
(132,141,134)
#97A099
(151,160,153)
#AAB3AC
(170,179,172)
#BDC6BF
(189,198,191)
#D0D9D2
(208,217,210)
#E3ECE5
(227,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252E27; }

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

This text font color is #252E27.


Background Color

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

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

This div background color is #252E27.


Border color

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

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

This div border color is #252E27.


Opacity

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

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

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

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

This text has shadow with #252E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252E27 on black background.


Color preview on white background

This text has color #252E27 on white background.



Black color preview on #252E27 background

This text has black color on #252E27 background.


White color preview on #252E27 background

This text has white color on #252E27 background.