COLOR #253521

HEX: #253521
RGB: (37,53,33)

Color info

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

RGB color model

#253521 color RGB value is (37,53,33).

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

RGB channels and saturation

R 37 of 255 = 15%
G 53 of 255 = 21%
B 33 of 255 = 13%

37
53
33

R + G + B ~ 16%. #253521 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 53 + 33 = 123 (100%)
R 37 of 123 ~ 30.08%
G 53 of 123 ~ 43.09%
B 33 of 123 ~ 26.83%

%30.08
%43.09
%26.83

CMYK color model

#253521 color CMYK value is (30,0,38,79).

  • cyan value is 30.19%
  • magenta value is 0.00%
  • yellow value is 37.74%
  • key color value is 79.22%
CMYK:
(30,0,38,79)
C30M0Y38K79 
(30%,0%,38%,79%)
(0.30/0.00/0.38/0.79)	

CMYK percentages

%30.19
%0
%37.74
%79.22

Codes

Color #253521 in popluar color models

253521
RGB375333
HSL108°23.26%16.86%
HSB/HSV108°37.74%20.78%
CMYK30.19%0.00%37.74%
79.22%

Color #253521 in popluar number systems.

HEX253521
Decimal375333
Binary100101110101100001
Octal456541

Shades and tints

Shades of #253521

#253521
(37,53,33)
#22311E
(34,49,30)
#1F2D1B
(31,45,27)
#1C2918
(28,41,24)
#192515
(25,37,21)
#162112
(22,33,18)
#131D0F
(19,29,15)
#10190C
(16,25,12)
#0D1509
(13,21,9)
#0A1106
(10,17,6)
#070D03
(7,13,3)
#000000
(0,0,0)

Tints of #253521

#253521
(37,53,33)
#384735
(56,71,53)
#4B5949
(75,89,73)
#5E6B5D
(94,107,93)
#717D71
(113,125,113)
#848F85
(132,143,133)
#97A199
(151,161,153)
#AAB3AD
(170,179,173)
#BDC5C1
(189,197,193)
#D0D7D5
(208,215,213)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253521; }

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

This text font color is #253521.


Background Color

.myBgColor { background-color: #253521; }

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

This div background color is #253521.


Border color

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

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

This div border color is #253521.


Opacity

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

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

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

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

This text has shadow with #253521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253521 on black background.


Color preview on white background

This text has color #253521 on white background.



Black color preview on #253521 background

This text has black color on #253521 background.


White color preview on #253521 background

This text has white color on #253521 background.