COLOR #253739

HEX: #253739
RGB: (37,55,57)

Renk bilgisi

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

RGB renk modeli

#253739 color RGB value is (37,55,57).

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

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 55 of 255 = 22%
B 57 of 255 = 22%

37
55
57

R + G + B ~ 20%. #253739 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 55 + 57 = 149 (100%)
R 37 of 149 ~ 24.83%
G 55 of 149 ~ 36.91%
B 57 of 149 ~ 38.26%

%24.83
%36.91
%38.26

CMYK RENK MODELİ

#253739 rengi CMYK tonu (35,4,0,78).

  • camgöbeği tonu 35.09%
  • eflatun tonu 3.51%
  • sarı tonu 0.00%
  • ana renk tonu 77.65%
CMYK:
(35,4,0,78)
C35M4Y0K78 
(35%,4%,0%,78%)
(0.35/0.04/0.00/0.78)	

CMYK yüzdeleri

%35.09
%3.51
%0
%77.65

Codes

Color #253739 in popluar color models

253739
RGB375557
HSL186°21.28%18.43%
HSB/HSV186°35.09%22.35%
CMYK35.09%3.51%0.00%
77.65%

Color #253739 in popluar number systems.

HEX253739
Decimal375557
Binary100101110111111001
Octal456771

Shades and tints

Shades of #253739

#253739
(37,55,57)
#223234
(34,50,52)
#1F2D2F
(31,45,47)
#1C282A
(28,40,42)
#192325
(25,35,37)
#161E20
(22,30,32)
#13191B
(19,25,27)
#101416
(16,20,22)
#0D0F11
(13,15,17)
#0A0A0C
(10,10,12)
#070507
(7,5,7)
#000000
(0,0,0)

Tints of #253739

#253739
(37,55,57)
#38494B
(56,73,75)
#4B5B5D
(75,91,93)
#5E6D6F
(94,109,111)
#717F81
(113,127,129)
#849193
(132,145,147)
#97A3A5
(151,163,165)
#AAB5B7
(170,181,183)
#BDC7C9
(189,199,201)
#D0D9DB
(208,217,219)
#E3EBED
(227,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253739; }

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

This text font color is #253739.


Background Color

.myBgColor { background-color: #253739; }

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

This div background color is #253739.


Border color

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

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

This div border color is #253739.


Opacity

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

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

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

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

This text has shadow with #253739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253739 on black background.


Color preview on white background

This text has color #253739 on white background.



Black color preview on #253739 background

This text has black color on #253739 background.


White color preview on #253739 background

This text has white color on #253739 background.