COLOR #253219

HEX: #253219
RGB: (37,50,25)

Color info

#253219 contains red, green and blue colors in about the same proportion. Web safe color of #253219 is #333300 (or #330).

RGB color model

#253219 color RGB value is (37,50,25).

  • red value is 37;
  • green value is 50;
  • blue value is 25.
RGB:
(37,50,25)
(15%,20%,10%)

RGB channels and saturation

R 37 of 255 = 15%
G 50 of 255 = 20%
B 25 of 255 = 10%

37
50
25

R + G + B ~ 15%. #253219 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 50 + 25 = 112 (100%)
R 37 of 112 ~ 33.04%
G 50 of 112 ~ 44.64%
B 25 of 112 ~ 22.32%

%33.04
%44.64
%22.32

CMYK color model

#253219 color CMYK value is (26,0,50,80).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 80.39%
CMYK:
(26,0,50,80)
C26M0Y50K80 
(26%,0%,50%,80%)
(0.26/0.00/0.50/0.80)	

CMYK percentages

%26
%0
%50
%80.39

Codes

Color #253219 in popluar color models

253219
RGB375025
HSL91°33.33%14.71%
HSB/HSV91°50.00%19.61%
CMYK26.00%0.00%50.00%
80.39%

Color #253219 in popluar number systems.

HEX253219
Decimal375025
Binary10010111001011001
Octal456231

Shades and tints

Shades of #253219

#253219
(37,50,25)
#222E17
(34,46,23)
#1F2A15
(31,42,21)
#1C2613
(28,38,19)
#192211
(25,34,17)
#161E0F
(22,30,15)
#131A0D
(19,26,13)
#10160B
(16,22,11)
#0D1209
(13,18,9)
#0A0E07
(10,14,7)
#070A05
(7,10,5)
#000000
(0,0,0)

Tints of #253219

#253219
(37,50,25)
#38442D
(56,68,45)
#4B5641
(75,86,65)
#5E6855
(94,104,85)
#717A69
(113,122,105)
#848C7D
(132,140,125)
#979E91
(151,158,145)
#AAB0A5
(170,176,165)
#BDC2B9
(189,194,185)
#D0D4CD
(208,212,205)
#E3E6E1
(227,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253219 color. Also use rgb(37,50,25) instead hex code.

Text Font Color

.myTextColor { color: #253219; }

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

This text font color is #253219.


Background Color

.myBgColor { background-color: #253219; }

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

This div background color is #253219.


Border color

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

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

This div border color is #253219.


Opacity

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

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

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

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

This text has shadow with #253219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253219 on black background.


Color preview on white background

This text has color #253219 on white background.



Black color preview on #253219 background

This text has black color on #253219 background.


White color preview on #253219 background

This text has white color on #253219 background.