COLOR #253B34

HEX: #253B34
RGB: (37,59,52)

Renk bilgisi

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

RGB renk modeli

#253B34 color RGB value is (37,59,52).

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

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 59 of 255 = 23%
B 52 of 255 = 20%

37
59
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 59 + 52 = 148 (100%)
R 37 of 148 ~ 25%
G 59 of 148 ~ 39.86%
B 52 of 148 ~ 35.14%

%25
%39.86
%35.14

CMYK RENK MODELİ

#253B34 rengi CMYK tonu (37,0,12,77).

  • camgöbeği tonu 37.29%
  • eflatun tonu 0.00%
  • sarı tonu 11.86%
  • ana renk tonu 76.86%
CMYK:
(37,0,12,77)
C37M0Y12K77 
(37%,0%,12%,77%)
(0.37/0.00/0.12/0.77)	

CMYK yüzdeleri

%37.29
%0
%11.86
%76.86

Codes

Color #253B34 in popluar color models

253B34
RGB375952
HSL161°22.92%18.82%
HSB/HSV161°37.29%23.14%
CMYK37.29%0.00%11.86%
76.86%

Color #253B34 in popluar number systems.

HEX253B34
Decimal375952
Binary100101111011110100
Octal457364

Shades and tints

Shades of #253B34

#253B34
(37,59,52)
#223630
(34,54,48)
#1F312C
(31,49,44)
#1C2C28
(28,44,40)
#192724
(25,39,36)
#162220
(22,34,32)
#131D1C
(19,29,28)
#101818
(16,24,24)
#0D1314
(13,19,20)
#0A0E10
(10,14,16)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #253B34

#253B34
(37,59,52)
#384C46
(56,76,70)
#4B5D58
(75,93,88)
#5E6E6A
(94,110,106)
#717F7C
(113,127,124)
#84908E
(132,144,142)
#97A1A0
(151,161,160)
#AAB2B2
(170,178,178)
#BDC3C4
(189,195,196)
#D0D4D6
(208,212,214)
#E3E5E8
(227,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253B34 color. Also use rgb(37,59,52) instead hex code.

Text Font Color

.myTextColor { color: #253B34; }

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

This text font color is #253B34.


Background Color

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

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

This div background color is #253B34.


Border color

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

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

This div border color is #253B34.


Opacity

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

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

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

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

This text has shadow with #253B34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253B34 on black background.


Color preview on white background

This text has color #253B34 on white background.



Black color preview on #253B34 background

This text has black color on #253B34 background.


White color preview on #253B34 background

This text has white color on #253B34 background.