COLOR #253828

HEX: #253828
RGB: (37,56,40)

Renk bilgisi

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

RGB renk modeli

#253828 color RGB value is (37,56,40).

  • kırmız ton 37;
  • yeşil ton 56;
  • mavi ton 40.
RGB:
(37,56,40)
(15%,22%,16%)

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 56 of 255 = 22%
B 40 of 255 = 16%

37
56
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 56 + 40 = 133 (100%)
R 37 of 133 ~ 27.82%
G 56 of 133 ~ 42.11%
B 40 of 133 ~ 30.08%

%27.82
%42.11
%30.08

CMYK RENK MODELİ

#253828 rengi CMYK tonu (34,0,29,78).

  • camgöbeği tonu 33.93%
  • eflatun tonu 0.00%
  • sarı tonu 28.57%
  • ana renk tonu 78.04%
CMYK:
(34,0,29,78)
C34M0Y29K78 
(34%,0%,29%,78%)
(0.34/0.00/0.29/0.78)	

CMYK yüzdeleri

%33.93
%0
%28.57
%78.04

Codes

Color #253828 in popluar color models

253828
RGB375640
HSL129°20.43%18.24%
HSB/HSV129°33.93%21.96%
CMYK33.93%0.00%28.57%
78.04%

Color #253828 in popluar number systems.

HEX253828
Decimal375640
Binary100101111000101000
Octal457050

Shades and tints

Shades of #253828

#253828
(37,56,40)
#223325
(34,51,37)
#1F2E22
(31,46,34)
#1C291F
(28,41,31)
#19241C
(25,36,28)
#161F19
(22,31,25)
#131A16
(19,26,22)
#101513
(16,21,19)
#0D1010
(13,16,16)
#0A0B0D
(10,11,13)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #253828

#253828
(37,56,40)
#384A3B
(56,74,59)
#4B5C4E
(75,92,78)
#5E6E61
(94,110,97)
#718074
(113,128,116)
#849287
(132,146,135)
#97A49A
(151,164,154)
#AAB6AD
(170,182,173)
#BDC8C0
(189,200,192)
#D0DAD3
(208,218,211)
#E3ECE6
(227,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253828 color. Also use rgb(37,56,40) instead hex code.

Text Font Color

.myTextColor { color: #253828; }

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

This text font color is #253828.


Background Color

.myBgColor { background-color: #253828; }

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

This div background color is #253828.


Border color

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

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

This div border color is #253828.


Opacity

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

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

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

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

This text has shadow with #253828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253828 on black background.


Color preview on white background

This text has color #253828 on white background.



Black color preview on #253828 background

This text has black color on #253828 background.


White color preview on #253828 background

This text has white color on #253828 background.