COLOR #253A33

HEX: #253A33
RGB: (37,58,51)

Renk bilgisi

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

RGB renk modeli

#253A33 color RGB value is (37,58,51).

  • kırmız ton 37;
  • yeşil ton 58;
  • mavi ton 51.
RGB:
(37,58,51)
(15%,23%,20%)

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 58 of 255 = 23%
B 51 of 255 = 20%

37
58
51

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

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 58 + 51 = 146 (100%)
R 37 of 146 ~ 25.34%
G 58 of 146 ~ 39.73%
B 51 of 146 ~ 34.93%

%25.34
%39.73
%34.93

CMYK RENK MODELİ

#253A33 rengi CMYK tonu (36,0,12,77).

  • camgöbeği tonu 36.21%
  • eflatun tonu 0.00%
  • sarı tonu 12.07%
  • ana renk tonu 77.25%
CMYK:
(36,0,12,77)
C36M0Y12K77 
(36%,0%,12%,77%)
(0.36/0.00/0.12/0.77)	

CMYK yüzdeleri

%36.21
%0
%12.07
%77.25

Codes

Color #253A33 in popluar color models

253A33
RGB375851
HSL160°22.11%18.63%
HSB/HSV160°36.21%22.75%
CMYK36.21%0.00%12.07%
77.25%

Color #253A33 in popluar number systems.

HEX253A33
Decimal375851
Binary100101111010110011
Octal457263

Shades and tints

Shades of #253A33

#253A33
(37,58,51)
#22352F
(34,53,47)
#1F302B
(31,48,43)
#1C2B27
(28,43,39)
#192623
(25,38,35)
#16211F
(22,33,31)
#131C1B
(19,28,27)
#101717
(16,23,23)
#0D1213
(13,18,19)
#0A0D0F
(10,13,15)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #253A33

#253A33
(37,58,51)
#384B45
(56,75,69)
#4B5C57
(75,92,87)
#5E6D69
(94,109,105)
#717E7B
(113,126,123)
#848F8D
(132,143,141)
#97A09F
(151,160,159)
#AAB1B1
(170,177,177)
#BDC2C3
(189,194,195)
#D0D3D5
(208,211,213)
#E3E4E7
(227,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253A33 color. Also use rgb(37,58,51) instead hex code.

Text Font Color

.myTextColor { color: #253A33; }

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

This text font color is #253A33.


Background Color

.myBgColor { background-color: #253A33; }

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

This div background color is #253A33.


Border color

.myBorderColor { border: 1px solid #253A33; }

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

This div border color is #253A33.


Opacity

.myOpacity80 { color: #253A33; opacity: 0.8; }

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

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

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

This text has shadow with #253A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253A33 on black background.


Color preview on white background

This text has color #253A33 on white background.



Black color preview on #253A33 background

This text has black color on #253A33 background.


White color preview on #253A33 background

This text has white color on #253A33 background.