COLOR #253239

HEX: #253239
RGB: (37,50,57)

Renk bilgisi

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

RGB renk modeli

#253239 color RGB value is (37,50,57).

  • kırmız ton 37;
  • yeşil ton 50;
  • mavi ton 57.
RGB:
(37,50,57)
(15%,20%,22%)

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 50 of 255 = 20%
B 57 of 255 = 22%

37
50
57

R + G + B ~ 19%. #253239 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 50 + 57 = 144 (100%)
R 37 of 144 ~ 25.69%
G 50 of 144 ~ 34.72%
B 57 of 144 ~ 39.58%

%25.69
%34.72
%39.58

CMYK RENK MODELİ

#253239 rengi CMYK tonu (35,12,0,78).

  • camgöbeği tonu 35.09%
  • eflatun tonu 12.28%
  • sarı tonu 0.00%
  • ana renk tonu 77.65%
CMYK:
(35,12,0,78)
C35M12Y0K78 
(35%,12%,0%,78%)
(0.35/0.12/0.00/0.78)	

CMYK yüzdeleri

%35.09
%12.28
%0
%77.65

Codes

Color #253239 in popluar color models

253239
RGB375057
HSL201°21.28%18.43%
HSB/HSV201°35.09%22.35%
CMYK35.09%12.28%0.00%
77.65%

Color #253239 in popluar number systems.

HEX253239
Decimal375057
Binary100101110010111001
Octal456271

Shades and tints

Shades of #253239

#253239
(37,50,57)
#222E34
(34,46,52)
#1F2A2F
(31,42,47)
#1C262A
(28,38,42)
#192225
(25,34,37)
#161E20
(22,30,32)
#131A1B
(19,26,27)
#101616
(16,22,22)
#0D1211
(13,18,17)
#0A0E0C
(10,14,12)
#070A07
(7,10,7)
#000000
(0,0,0)

Tints of #253239

#253239
(37,50,57)
#38444B
(56,68,75)
#4B565D
(75,86,93)
#5E686F
(94,104,111)
#717A81
(113,122,129)
#848C93
(132,140,147)
#979EA5
(151,158,165)
#AAB0B7
(170,176,183)
#BDC2C9
(189,194,201)
#D0D4DB
(208,212,219)
#E3E6ED
(227,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253239; }

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

This text font color is #253239.


Background Color

.myBgColor { background-color: #253239; }

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

This div background color is #253239.


Border color

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

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

This div border color is #253239.


Opacity

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

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

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

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

This text has shadow with #253239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253239 on black background.


Color preview on white background

This text has color #253239 on white background.



Black color preview on #253239 background

This text has black color on #253239 background.


White color preview on #253239 background

This text has white color on #253239 background.