COLOR #253C35

HEX: #253C35
RGB: (37,60,53)

Renk bilgisi

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

RGB renk modeli

#253C35 color RGB value is (37,60,53).

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

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 60 of 255 = 24%
B 53 of 255 = 21%

37
60
53

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

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 60 + 53 = 150 (100%)
R 37 of 150 ~ 24.67%
G 60 of 150 ~ 40%
B 53 of 150 ~ 35.33%

%24.67
%40
%35.33

CMYK RENK MODELİ

#253C35 rengi CMYK tonu (38,0,12,76).

  • camgöbeği tonu 38.33%
  • eflatun tonu 0.00%
  • sarı tonu 11.67%
  • ana renk tonu 76.47%
CMYK:
(38,0,12,76)
C38M0Y12K76 
(38%,0%,12%,76%)
(0.38/0.00/0.12/0.76)	

CMYK yüzdeleri

%38.33
%0
%11.67
%76.47

Codes

Color #253C35 in popluar color models

253C35
RGB376053
HSL162°23.71%19.02%
HSB/HSV162°38.33%23.53%
CMYK38.33%0.00%11.67%
76.47%

Color #253C35 in popluar number systems.

HEX253C35
Decimal376053
Binary100101111100110101
Octal457465

Shades and tints

Shades of #253C35

#253C35
(37,60,53)
#223731
(34,55,49)
#1F322D
(31,50,45)
#1C2D29
(28,45,41)
#192825
(25,40,37)
#162321
(22,35,33)
#131E1D
(19,30,29)
#101919
(16,25,25)
#0D1415
(13,20,21)
#0A0F11
(10,15,17)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #253C35

#253C35
(37,60,53)
#384D47
(56,77,71)
#4B5E59
(75,94,89)
#5E6F6B
(94,111,107)
#71807D
(113,128,125)
#84918F
(132,145,143)
#97A2A1
(151,162,161)
#AAB3B3
(170,179,179)
#BDC4C5
(189,196,197)
#D0D5D7
(208,213,215)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253C35; }

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

This text font color is #253C35.


Background Color

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

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

This div background color is #253C35.


Border color

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

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

This div border color is #253C35.


Opacity

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

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

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

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

This text has shadow with #253C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253C35 on black background.


Color preview on white background

This text has color #253C35 on white background.



Black color preview on #253C35 background

This text has black color on #253C35 background.


White color preview on #253C35 background

This text has white color on #253C35 background.