COLOR #251825

HEX: #251825
RGB: (37,24,37)

Renk bilgisi

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

RGB renk modeli

#251825 color RGB value is (37,24,37).

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

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 24 of 255 = 9%
B 37 of 255 = 15%

37
24
37

R + G + B ~ 13%. #251825 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 24 + 37 = 98 (100%)
R 37 of 98 ~ 37.76%
G 24 of 98 ~ 24.49%
B 37 of 98 ~ 37.76%

%37.76
%24.49
%37.76

CMYK RENK MODELİ

#251825 rengi CMYK tonu (0,35,0,85).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.14%
  • sarı tonu 0.00%
  • ana renk tonu 85.49%
CMYK:
(0,35,0,85)
C0M35Y0K85 
(0%,35%,0%,85%)
(0.00/0.35/0.00/0.85)	

CMYK yüzdeleri

%0
%35.14
%0
%85.49

Codes

Color #251825 in popluar color models

251825
RGB372437
HSL300°21.31%11.96%
HSB/HSV300°35.14%14.51%
CMYK0.00%35.14%0.00%
85.49%

Color #251825 in popluar number systems.

HEX251825
Decimal372437
Binary10010111000100101
Octal453045

Shades and tints

Shades of #251825

#251825
(37,24,37)
#221622
(34,22,34)
#1F141F
(31,20,31)
#1C121C
(28,18,28)
#191019
(25,16,25)
#160E16
(22,14,22)
#130C13
(19,12,19)
#100A10
(16,10,16)
#0D080D
(13,8,13)
#0A060A
(10,6,10)
#070407
(7,4,7)
#000000
(0,0,0)

Tints of #251825

#251825
(37,24,37)
#382D38
(56,45,56)
#4B424B
(75,66,75)
#5E575E
(94,87,94)
#716C71
(113,108,113)
#848184
(132,129,132)
#979697
(151,150,151)
#AAABAA
(170,171,170)
#BDC0BD
(189,192,189)
#D0D5D0
(208,213,208)
#E3EAE3
(227,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251825; }

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

This text font color is #251825.


Background Color

.myBgColor { background-color: #251825; }

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

This div background color is #251825.


Border color

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

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

This div border color is #251825.


Opacity

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

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

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

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

This text has shadow with #251825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251825 on black background.


Color preview on white background

This text has color #251825 on white background.



Black color preview on #251825 background

This text has black color on #251825 background.


White color preview on #251825 background

This text has white color on #251825 background.