COLOR #253327

HEX: #253327
RGB: (37,51,39)

Renk bilgisi

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

RGB renk modeli

#253327 color RGB value is (37,51,39).

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

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 51 of 255 = 20%
B 39 of 255 = 15%

37
51
39

R + G + B ~ 17%. #253327 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 51 + 39 = 127 (100%)
R 37 of 127 ~ 29.13%
G 51 of 127 ~ 40.16%
B 39 of 127 ~ 30.71%

%29.13
%40.16
%30.71

CMYK RENK MODELİ

#253327 rengi CMYK tonu (27,0,24,80).

  • camgöbeği tonu 27.45%
  • eflatun tonu 0.00%
  • sarı tonu 23.53%
  • ana renk tonu 80.00%
CMYK:
(27,0,24,80)
C27M0Y24K80 
(27%,0%,24%,80%)
(0.27/0.00/0.24/0.80)	

CMYK yüzdeleri

%27.45
%0
%23.53
%80

Codes

Color #253327 in popluar color models

253327
RGB375139
HSL129°15.91%17.25%
HSB/HSV129°27.45%20.00%
CMYK27.45%0.00%23.53%
80.00%

Color #253327 in popluar number systems.

HEX253327
Decimal375139
Binary100101110011100111
Octal456347

Shades and tints

Shades of #253327

#253327
(37,51,39)
#222F24
(34,47,36)
#1F2B21
(31,43,33)
#1C271E
(28,39,30)
#19231B
(25,35,27)
#161F18
(22,31,24)
#131B15
(19,27,21)
#101712
(16,23,18)
#0D130F
(13,19,15)
#0A0F0C
(10,15,12)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #253327

#253327
(37,51,39)
#38453A
(56,69,58)
#4B574D
(75,87,77)
#5E6960
(94,105,96)
#717B73
(113,123,115)
#848D86
(132,141,134)
#979F99
(151,159,153)
#AAB1AC
(170,177,172)
#BDC3BF
(189,195,191)
#D0D5D2
(208,213,210)
#E3E7E5
(227,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253327; }

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

This text font color is #253327.


Background Color

.myBgColor { background-color: #253327; }

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

This div background color is #253327.


Border color

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

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

This div border color is #253327.


Opacity

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

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

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

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

This text has shadow with #253327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253327 on black background.


Color preview on white background

This text has color #253327 on white background.



Black color preview on #253327 background

This text has black color on #253327 background.


White color preview on #253327 background

This text has white color on #253327 background.