COLOR #253837

HEX: #253837
RGB: (37,56,55)

Renk bilgisi

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

RGB renk modeli

#253837 color RGB value is (37,56,55).

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

RGB bağlantıları ve doygunluk

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

37
56
55

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

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 56 + 55 = 148 (100%)
R 37 of 148 ~ 25%
G 56 of 148 ~ 37.84%
B 55 of 148 ~ 37.16%

%25
%37.84
%37.16

CMYK RENK MODELİ

#253837 rengi CMYK tonu (34,0,2,78).

  • camgöbeği tonu 33.93%
  • eflatun tonu 0.00%
  • sarı tonu 1.79%
  • ana renk tonu 78.04%
CMYK:
(34,0,2,78)
C34M0Y2K78 
(34%,0%,2%,78%)
(0.34/0.00/0.02/0.78)	

CMYK yüzdeleri

%33.93
%0
%1.79
%78.04

Codes

Color #253837 in popluar color models

253837
RGB375655
HSL177°20.43%18.24%
HSB/HSV177°33.93%21.96%
CMYK33.93%0.00%1.79%
78.04%

Color #253837 in popluar number systems.

HEX253837
Decimal375655
Binary100101111000110111
Octal457067

Shades and tints

Shades of #253837

#253837
(37,56,55)
#223332
(34,51,50)
#1F2E2D
(31,46,45)
#1C2928
(28,41,40)
#192423
(25,36,35)
#161F1E
(22,31,30)
#131A19
(19,26,25)
#101514
(16,21,20)
#0D100F
(13,16,15)
#0A0B0A
(10,11,10)
#070605
(7,6,5)
#000000
(0,0,0)

Tints of #253837

#253837
(37,56,55)
#384A49
(56,74,73)
#4B5C5B
(75,92,91)
#5E6E6D
(94,110,109)
#71807F
(113,128,127)
#849291
(132,146,145)
#97A4A3
(151,164,163)
#AAB6B5
(170,182,181)
#BDC8C7
(189,200,199)
#D0DAD9
(208,218,217)
#E3ECEB
(227,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253837; }

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

This text font color is #253837.


Background Color

.myBgColor { background-color: #253837; }

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

This div background color is #253837.


Border color

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

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

This div border color is #253837.


Opacity

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

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

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

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

This text has shadow with #253837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253837 on black background.


Color preview on white background

This text has color #253837 on white background.



Black color preview on #253837 background

This text has black color on #253837 background.


White color preview on #253837 background

This text has white color on #253837 background.