COLOR #253315

HEX: #253315
RGB: (37,51,21)

Color info

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

RGB color model

#253315 color RGB value is (37,51,21).

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

RGB channels and saturation

R 37 of 255 = 15%
G 51 of 255 = 20%
B 21 of 255 = 8%

37
51
21

R + G + B ~ 14%. #253315 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 51 + 21 = 109 (100%)
R 37 of 109 ~ 33.94%
G 51 of 109 ~ 46.79%
B 21 of 109 ~ 19.27%

%33.94
%46.79
%19.27

CMYK color model

#253315 color CMYK value is (27,0,59,80).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 80.00%
CMYK:
(27,0,59,80)
C27M0Y59K80 
(27%,0%,59%,80%)
(0.27/0.00/0.59/0.80)	

CMYK percentages

%27.45
%0
%58.82
%80

Codes

Color #253315 in popluar color models

253315
RGB375121
HSL88°41.67%14.12%
HSB/HSV88°58.82%20.00%
CMYK27.45%0.00%58.82%
80.00%

Color #253315 in popluar number systems.

HEX253315
Decimal375121
Binary10010111001110101
Octal456325

Shades and tints

Shades of #253315

#253315
(37,51,21)
#222F14
(34,47,20)
#1F2B13
(31,43,19)
#1C2712
(28,39,18)
#192311
(25,35,17)
#161F10
(22,31,16)
#131B0F
(19,27,15)
#10170E
(16,23,14)
#0D130D
(13,19,13)
#0A0F0C
(10,15,12)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #253315

#253315
(37,51,21)
#38452A
(56,69,42)
#4B573F
(75,87,63)
#5E6954
(94,105,84)
#717B69
(113,123,105)
#848D7E
(132,141,126)
#979F93
(151,159,147)
#AAB1A8
(170,177,168)
#BDC3BD
(189,195,189)
#D0D5D2
(208,213,210)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253315; }

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

This text font color is #253315.


Background Color

.myBgColor { background-color: #253315; }

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

This div background color is #253315.


Border color

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

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

This div border color is #253315.


Opacity

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

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

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

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

This text has shadow with #253315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253315 on black background.


Color preview on white background

This text has color #253315 on white background.



Black color preview on #253315 background

This text has black color on #253315 background.


White color preview on #253315 background

This text has white color on #253315 background.