COLOR #253326

HEX: #253326
RGB: (37,51,38)

Renk bilgisi

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

RGB renk modeli

#253326 color RGB value is (37,51,38).

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

RGB bağlantıları ve doygunluk

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

37
51
38

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

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 51 + 38 = 126 (100%)
R 37 of 126 ~ 29.37%
G 51 of 126 ~ 40.48%
B 38 of 126 ~ 30.16%

%29.37
%40.48
%30.16

CMYK RENK MODELİ

#253326 rengi CMYK tonu (27,0,25,80).

  • camgöbeği tonu 27.45%
  • eflatun tonu 0.00%
  • sarı tonu 25.49%
  • ana renk tonu 80.00%
CMYK:
(27,0,25,80)
C27M0Y25K80 
(27%,0%,25%,80%)
(0.27/0.00/0.25/0.80)	

CMYK yüzdeleri

%27.45
%0
%25.49
%80

Codes

Color #253326 in popluar color models

253326
RGB375138
HSL124°15.91%17.25%
HSB/HSV124°27.45%20.00%
CMYK27.45%0.00%25.49%
80.00%

Color #253326 in popluar number systems.

HEX253326
Decimal375138
Binary100101110011100110
Octal456346

Shades and tints

Shades of #253326

#253326
(37,51,38)
#222F23
(34,47,35)
#1F2B20
(31,43,32)
#1C271D
(28,39,29)
#19231A
(25,35,26)
#161F17
(22,31,23)
#131B14
(19,27,20)
#101711
(16,23,17)
#0D130E
(13,19,14)
#0A0F0B
(10,15,11)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #253326

#253326
(37,51,38)
#384539
(56,69,57)
#4B574C
(75,87,76)
#5E695F
(94,105,95)
#717B72
(113,123,114)
#848D85
(132,141,133)
#979F98
(151,159,152)
#AAB1AB
(170,177,171)
#BDC3BE
(189,195,190)
#D0D5D1
(208,213,209)
#E3E7E4
(227,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253326; }

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

This text font color is #253326.


Background Color

.myBgColor { background-color: #253326; }

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

This div background color is #253326.


Border color

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

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

This div border color is #253326.


Opacity

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

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

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

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

This text has shadow with #253326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253326 on black background.


Color preview on white background

This text has color #253326 on white background.



Black color preview on #253326 background

This text has black color on #253326 background.


White color preview on #253326 background

This text has white color on #253326 background.