COLOR #253331

HEX: #253331
RGB: (37,51,49)

Renk bilgisi

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

RGB renk modeli

#253331 color RGB value is (37,51,49).

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

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 51 of 255 = 20%
B 49 of 255 = 19%

37
51
49

R + G + B ~ 18%. #253331 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 51 + 49 = 137 (100%)
R 37 of 137 ~ 27.01%
G 51 of 137 ~ 37.23%
B 49 of 137 ~ 35.77%

%27.01
%37.23
%35.77

CMYK RENK MODELİ

#253331 rengi CMYK tonu (27,0,4,80).

  • camgöbeği tonu 27.45%
  • eflatun tonu 0.00%
  • sarı tonu 3.92%
  • ana renk tonu 80.00%
CMYK:
(27,0,4,80)
C27M0Y4K80 
(27%,0%,4%,80%)
(0.27/0.00/0.04/0.80)	

CMYK yüzdeleri

%27.45
%0
%3.92
%80

Codes

Color #253331 in popluar color models

253331
RGB375149
HSL171°15.91%17.25%
HSB/HSV171°27.45%20.00%
CMYK27.45%0.00%3.92%
80.00%

Color #253331 in popluar number systems.

HEX253331
Decimal375149
Binary100101110011110001
Octal456361

Shades and tints

Shades of #253331

#253331
(37,51,49)
#222F2D
(34,47,45)
#1F2B29
(31,43,41)
#1C2725
(28,39,37)
#192321
(25,35,33)
#161F1D
(22,31,29)
#131B19
(19,27,25)
#101715
(16,23,21)
#0D1311
(13,19,17)
#0A0F0D
(10,15,13)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #253331

#253331
(37,51,49)
#384543
(56,69,67)
#4B5755
(75,87,85)
#5E6967
(94,105,103)
#717B79
(113,123,121)
#848D8B
(132,141,139)
#979F9D
(151,159,157)
#AAB1AF
(170,177,175)
#BDC3C1
(189,195,193)
#D0D5D3
(208,213,211)
#E3E7E5
(227,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253331; }

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

This text font color is #253331.


Background Color

.myBgColor { background-color: #253331; }

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

This div background color is #253331.


Border color

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

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

This div border color is #253331.


Opacity

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

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

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

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

This text has shadow with #253331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253331 on black background.


Color preview on white background

This text has color #253331 on white background.



Black color preview on #253331 background

This text has black color on #253331 background.


White color preview on #253331 background

This text has white color on #253331 background.