COLOR #252429

HEX: #252429
RGB: (37,36,41)

Renk bilgisi

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

RGB renk modeli

#252429 color RGB value is (37,36,41).

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

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 36 of 255 = 14%
B 41 of 255 = 16%

37
36
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 36 + 41 = 114 (100%)
R 37 of 114 ~ 32.46%
G 36 of 114 ~ 31.58%
B 41 of 114 ~ 35.96%

%32.46
%31.58
%35.96

CMYK RENK MODELİ

#252429 rengi CMYK tonu (10,12,0,84).

  • camgöbeği tonu 9.76%
  • eflatun tonu 12.20%
  • sarı tonu 0.00%
  • ana renk tonu 83.92%
CMYK:
(10,12,0,84)
C10M12Y0K84 
(10%,12%,0%,84%)
(0.10/0.12/0.00/0.84)	

CMYK yüzdeleri

%9.76
%12.2
%0
%83.92

Codes

Color #252429 in popluar color models

252429
RGB373641
HSL252°6.49%15.10%
HSB/HSV252°12.20%16.08%
CMYK9.76%12.20%0.00%
83.92%

Color #252429 in popluar number systems.

HEX252429
Decimal373641
Binary100101100100101001
Octal454451

Shades and tints

Shades of #252429

#252429
(37,36,41)
#222126
(34,33,38)
#1F1E23
(31,30,35)
#1C1B20
(28,27,32)
#19181D
(25,24,29)
#16151A
(22,21,26)
#131217
(19,18,23)
#100F14
(16,15,20)
#0D0C11
(13,12,17)
#0A090E
(10,9,14)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #252429

#252429
(37,36,41)
#38373C
(56,55,60)
#4B4A4F
(75,74,79)
#5E5D62
(94,93,98)
#717075
(113,112,117)
#848388
(132,131,136)
#97969B
(151,150,155)
#AAA9AE
(170,169,174)
#BDBCC1
(189,188,193)
#D0CFD4
(208,207,212)
#E3E2E7
(227,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252429 color. Also use rgb(37,36,41) instead hex code.

Text Font Color

.myTextColor { color: #252429; }

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

This text font color is #252429.


Background Color

.myBgColor { background-color: #252429; }

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

This div background color is #252429.


Border color

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

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

This div border color is #252429.


Opacity

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

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

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

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

This text has shadow with #252429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252429 on black background.


Color preview on white background

This text has color #252429 on white background.



Black color preview on #252429 background

This text has black color on #252429 background.


White color preview on #252429 background

This text has white color on #252429 background.