COLOR #253528

HEX: #253528
RGB: (37,53,40)

Color info

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

RGB color model

#253528 color RGB value is (37,53,40).

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

RGB channels and saturation

R 37 of 255 = 15%
G 53 of 255 = 21%
B 40 of 255 = 16%

37
53
40

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

Portions of RGB colors in percentages

R + G + B =
37 + 53 + 40 = 130 (100%)
R 37 of 130 ~ 28.46%
G 53 of 130 ~ 40.77%
B 40 of 130 ~ 30.77%

%28.46
%40.77
%30.77

CMYK color model

#253528 color CMYK value is (30,0,25,79).

  • cyan value is 30.19%
  • magenta value is 0.00%
  • yellow value is 24.53%
  • key color value is 79.22%
CMYK:
(30,0,25,79)
C30M0Y25K79 
(30%,0%,25%,79%)
(0.30/0.00/0.25/0.79)	

CMYK percentages

%30.19
%0
%24.53
%79.22

Codes

Color #253528 in popluar color models

253528
RGB375340
HSL131°17.78%17.65%
HSB/HSV131°30.19%20.78%
CMYK30.19%0.00%24.53%
79.22%

Color #253528 in popluar number systems.

HEX253528
Decimal375340
Binary100101110101101000
Octal456550

Shades and tints

Shades of #253528

#253528
(37,53,40)
#223125
(34,49,37)
#1F2D22
(31,45,34)
#1C291F
(28,41,31)
#19251C
(25,37,28)
#162119
(22,33,25)
#131D16
(19,29,22)
#101913
(16,25,19)
#0D1510
(13,21,16)
#0A110D
(10,17,13)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #253528

#253528
(37,53,40)
#38473B
(56,71,59)
#4B594E
(75,89,78)
#5E6B61
(94,107,97)
#717D74
(113,125,116)
#848F87
(132,143,135)
#97A19A
(151,161,154)
#AAB3AD
(170,179,173)
#BDC5C0
(189,197,192)
#D0D7D3
(208,215,211)
#E3E9E6
(227,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253528; }

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

This text font color is #253528.


Background Color

.myBgColor { background-color: #253528; }

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

This div background color is #253528.


Border color

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

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

This div border color is #253528.


Opacity

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

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

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

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

This text has shadow with #253528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253528 on black background.


Color preview on white background

This text has color #253528 on white background.



Black color preview on #253528 background

This text has black color on #253528 background.


White color preview on #253528 background

This text has white color on #253528 background.