COLOR #252B28

HEX: #252B28
RGB: (37,43,40)

Renk bilgisi

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

RGB renk modeli

#252B28 color RGB value is (37,43,40).

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

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 43 of 255 = 17%
B 40 of 255 = 16%

37
43
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 43 + 40 = 120 (100%)
R 37 of 120 ~ 30.83%
G 43 of 120 ~ 35.83%
B 40 of 120 ~ 33.33%

%30.83
%35.83
%33.33

CMYK RENK MODELİ

#252B28 rengi CMYK tonu (14,0,7,83).

  • camgöbeği tonu 13.95%
  • eflatun tonu 0.00%
  • sarı tonu 6.98%
  • ana renk tonu 83.14%
CMYK:
(14,0,7,83)
C14M0Y7K83 
(14%,0%,7%,83%)
(0.14/0.00/0.07/0.83)	

CMYK yüzdeleri

%13.95
%0
%6.98
%83.14

Codes

Color #252B28 in popluar color models

252B28
RGB374340
HSL150°7.50%15.69%
HSB/HSV150°13.95%16.86%
CMYK13.95%0.00%6.98%
83.14%

Color #252B28 in popluar number systems.

HEX252B28
Decimal374340
Binary100101101011101000
Octal455350

Shades and tints

Shades of #252B28

#252B28
(37,43,40)
#222825
(34,40,37)
#1F2522
(31,37,34)
#1C221F
(28,34,31)
#191F1C
(25,31,28)
#161C19
(22,28,25)
#131916
(19,25,22)
#101613
(16,22,19)
#0D1310
(13,19,16)
#0A100D
(10,16,13)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #252B28

#252B28
(37,43,40)
#383E3B
(56,62,59)
#4B514E
(75,81,78)
#5E6461
(94,100,97)
#717774
(113,119,116)
#848A87
(132,138,135)
#979D9A
(151,157,154)
#AAB0AD
(170,176,173)
#BDC3C0
(189,195,192)
#D0D6D3
(208,214,211)
#E3E9E6
(227,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252B28; }

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

This text font color is #252B28.


Background Color

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

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

This div background color is #252B28.


Border color

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

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

This div border color is #252B28.


Opacity

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

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

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

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

This text has shadow with #252B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252B28 on black background.


Color preview on white background

This text has color #252B28 on white background.



Black color preview on #252B28 background

This text has black color on #252B28 background.


White color preview on #252B28 background

This text has white color on #252B28 background.