COLOR #253C42

HEX: #253C42
RGB: (37,60,66)

Renk bilgisi

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

RGB renk modeli

#253C42 color RGB value is (37,60,66).

  • kırmız ton 37;
  • yeşil ton 60;
  • mavi ton 66.
RGB:
(37,60,66)
(15%,24%,26%)

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 60 of 255 = 24%
B 66 of 255 = 26%

37
60
66

R + G + B ~ 22%. #253C42 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 60 + 66 = 163 (100%)
R 37 of 163 ~ 22.7%
G 60 of 163 ~ 36.81%
B 66 of 163 ~ 40.49%

%22.7
%36.81
%40.49

CMYK RENK MODELİ

#253C42 rengi CMYK tonu (44,9,0,74).

  • camgöbeği tonu 43.94%
  • eflatun tonu 9.09%
  • sarı tonu 0.00%
  • ana renk tonu 74.12%
CMYK:
(44,9,0,74)
C44M9Y0K74 
(44%,9%,0%,74%)
(0.44/0.09/0.00/0.74)	

CMYK yüzdeleri

%43.94
%9.09
%0
%74.12

Codes

Color #253C42 in popluar color models

253C42
RGB376066
HSL192°28.16%20.20%
HSB/HSV192°43.94%25.88%
CMYK43.94%9.09%0.00%
74.12%

Color #253C42 in popluar number systems.

HEX253C42
Decimal376066
Binary1001011111001000010
Octal4574102

Shades and tints

Shades of #253C42

#253C42
(37,60,66)
#22373C
(34,55,60)
#1F3236
(31,50,54)
#1C2D30
(28,45,48)
#19282A
(25,40,42)
#162324
(22,35,36)
#131E1E
(19,30,30)
#101918
(16,25,24)
#0D1412
(13,20,18)
#0A0F0C
(10,15,12)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #253C42

#253C42
(37,60,66)
#384D53
(56,77,83)
#4B5E64
(75,94,100)
#5E6F75
(94,111,117)
#718086
(113,128,134)
#849197
(132,145,151)
#97A2A8
(151,162,168)
#AAB3B9
(170,179,185)
#BDC4CA
(189,196,202)
#D0D5DB
(208,213,219)
#E3E6EC
(227,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253C42 color. Also use rgb(37,60,66) instead hex code.

Text Font Color

.myTextColor { color: #253C42; }

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

This text font color is #253C42.


Background Color

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

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

This div background color is #253C42.


Border color

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

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

This div border color is #253C42.


Opacity

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

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

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

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

This text has shadow with #253C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253C42 on black background.


Color preview on white background

This text has color #253C42 on white background.



Black color preview on #253C42 background

This text has black color on #253C42 background.


White color preview on #253C42 background

This text has white color on #253C42 background.