COLOR #252D25

HEX: #252D25
RGB: (37,45,37)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

37
45
37

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

Yüzdelerle RGB renk parçaları

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

%31.09
%37.82
%31.09

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%17.78
%0
%17.78
%82.35

Codes

Color #252D25 in popluar color models

252D25
RGB374537
HSL120°9.76%16.08%
HSB/HSV120°17.78%17.65%
CMYK17.78%0.00%17.78%
82.35%

Color #252D25 in popluar number systems.

HEX252D25
Decimal374537
Binary100101101101100101
Octal455545

Shades and tints

Shades of #252D25

#252D25
(37,45,37)
#222922
(34,41,34)
#1F251F
(31,37,31)
#1C211C
(28,33,28)
#191D19
(25,29,25)
#161916
(22,25,22)
#131513
(19,21,19)
#101110
(16,17,16)
#0D0D0D
(13,13,13)
#0A090A
(10,9,10)
#070507
(7,5,7)
#000000
(0,0,0)

Tints of #252D25

#252D25
(37,45,37)
#384038
(56,64,56)
#4B534B
(75,83,75)
#5E665E
(94,102,94)
#717971
(113,121,113)
#848C84
(132,140,132)
#979F97
(151,159,151)
#AAB2AA
(170,178,170)
#BDC5BD
(189,197,189)
#D0D8D0
(208,216,208)
#E3EBE3
(227,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252D25; }

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

This text font color is #252D25.


Background Color

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

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

This div background color is #252D25.


Border color

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

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

This div border color is #252D25.


Opacity

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

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

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

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

This text has shadow with #252D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252D25 on black background.


Color preview on white background

This text has color #252D25 on white background.



Black color preview on #252D25 background

This text has black color on #252D25 background.


White color preview on #252D25 background

This text has white color on #252D25 background.