COLOR #253216

HEX: #253216
RGB: (37,50,22)

Color info

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

RGB color model

#253216 color RGB value is (37,50,22).

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

RGB channels and saturation

R 37 of 255 = 15%
G 50 of 255 = 20%
B 22 of 255 = 9%

37
50
22

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

Portions of RGB colors in percentages

R + G + B =
37 + 50 + 22 = 109 (100%)
R 37 of 109 ~ 33.94%
G 50 of 109 ~ 45.87%
B 22 of 109 ~ 20.18%

%33.94
%45.87
%20.18

CMYK color model

#253216 color CMYK value is (26,0,56,80).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 56.00%
  • key color value is 80.39%
CMYK:
(26,0,56,80)
C26M0Y56K80 
(26%,0%,56%,80%)
(0.26/0.00/0.56/0.80)	

CMYK percentages

%26
%0
%56
%80.39

Codes

Color #253216 in popluar color models

253216
RGB375022
HSL88°38.89%14.12%
HSB/HSV88°56.00%19.61%
CMYK26.00%0.00%56.00%
80.39%

Color #253216 in popluar number systems.

HEX253216
Decimal375022
Binary10010111001010110
Octal456226

Shades and tints

Shades of #253216

#253216
(37,50,22)
#222E14
(34,46,20)
#1F2A12
(31,42,18)
#1C2610
(28,38,16)
#19220E
(25,34,14)
#161E0C
(22,30,12)
#131A0A
(19,26,10)
#101608
(16,22,8)
#0D1206
(13,18,6)
#0A0E04
(10,14,4)
#070A02
(7,10,2)
#000000
(0,0,0)

Tints of #253216

#253216
(37,50,22)
#38442B
(56,68,43)
#4B5640
(75,86,64)
#5E6855
(94,104,85)
#717A6A
(113,122,106)
#848C7F
(132,140,127)
#979E94
(151,158,148)
#AAB0A9
(170,176,169)
#BDC2BE
(189,194,190)
#D0D4D3
(208,212,211)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253216; }

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

This text font color is #253216.


Background Color

.myBgColor { background-color: #253216; }

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

This div background color is #253216.


Border color

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

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

This div border color is #253216.


Opacity

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

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

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

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

This text has shadow with #253216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253216 on black background.


Color preview on white background

This text has color #253216 on white background.



Black color preview on #253216 background

This text has black color on #253216 background.


White color preview on #253216 background

This text has white color on #253216 background.