COLOR #253328

HEX: #253328
RGB: (37,51,40)

Color info

#253328 contains red, green and blue colors in about the same proportion. Web safe color of #253328 is #333333 (or #333).

RGB color model

#253328 color RGB value is (37,51,40).

  • red value is 37;
  • green value is 51;
  • blue value is 40.
RGB:
(37,51,40)
(15%,20%,16%)

RGB channels and saturation

R 37 of 255 = 15%
G 51 of 255 = 20%
B 40 of 255 = 16%

37
51
40

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

Portions of RGB colors in percentages

R + G + B =
37 + 51 + 40 = 128 (100%)
R 37 of 128 ~ 28.91%
G 51 of 128 ~ 39.84%
B 40 of 128 ~ 31.25%

%28.91
%39.84
%31.25

CMYK color model

#253328 color CMYK value is (27,0,22,80).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 80.00%
CMYK:
(27,0,22,80)
C27M0Y22K80 
(27%,0%,22%,80%)
(0.27/0.00/0.22/0.80)	

CMYK percentages

%27.45
%0
%21.57
%80

Codes

Color #253328 in popluar color models

253328
RGB375140
HSL133°15.91%17.25%
HSB/HSV133°27.45%20.00%
CMYK27.45%0.00%21.57%
80.00%

Color #253328 in popluar number systems.

HEX253328
Decimal375140
Binary100101110011101000
Octal456350

Shades and tints

Shades of #253328

#253328
(37,51,40)
#222F25
(34,47,37)
#1F2B22
(31,43,34)
#1C271F
(28,39,31)
#19231C
(25,35,28)
#161F19
(22,31,25)
#131B16
(19,27,22)
#101713
(16,23,19)
#0D1310
(13,19,16)
#0A0F0D
(10,15,13)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #253328

#253328
(37,51,40)
#38453B
(56,69,59)
#4B574E
(75,87,78)
#5E6961
(94,105,97)
#717B74
(113,123,116)
#848D87
(132,141,135)
#979F9A
(151,159,154)
#AAB1AD
(170,177,173)
#BDC3C0
(189,195,192)
#D0D5D3
(208,213,211)
#E3E7E6
(227,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253328; }

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

This text font color is #253328.


Background Color

.myBgColor { background-color: #253328; }

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

This div background color is #253328.


Border color

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

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

This div border color is #253328.


Opacity

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

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

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

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

This text has shadow with #253328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253328 on black background.


Color preview on white background

This text has color #253328 on white background.



Black color preview on #253328 background

This text has black color on #253328 background.


White color preview on #253328 background

This text has white color on #253328 background.