COLOR #253819

HEX: #253819
RGB: (37,56,25)

Color info

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

RGB color model

#253819 color RGB value is (37,56,25).

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

RGB channels and saturation

R 37 of 255 = 15%
G 56 of 255 = 22%
B 25 of 255 = 10%

37
56
25

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

Portions of RGB colors in percentages

R + G + B =
37 + 56 + 25 = 118 (100%)
R 37 of 118 ~ 31.36%
G 56 of 118 ~ 47.46%
B 25 of 118 ~ 21.19%

%31.36
%47.46
%21.19

CMYK color model

#253819 color CMYK value is (34,0,55,78).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 55.36%
  • key color value is 78.04%
CMYK:
(34,0,55,78)
C34M0Y55K78 
(34%,0%,55%,78%)
(0.34/0.00/0.55/0.78)	

CMYK percentages

%33.93
%0
%55.36
%78.04

Codes

Color #253819 in popluar color models

253819
RGB375625
HSL97°38.27%15.88%
HSB/HSV97°55.36%21.96%
CMYK33.93%0.00%55.36%
78.04%

Color #253819 in popluar number systems.

HEX253819
Decimal375625
Binary10010111100011001
Octal457031

Shades and tints

Shades of #253819

#253819
(37,56,25)
#223317
(34,51,23)
#1F2E15
(31,46,21)
#1C2913
(28,41,19)
#192411
(25,36,17)
#161F0F
(22,31,15)
#131A0D
(19,26,13)
#10150B
(16,21,11)
#0D1009
(13,16,9)
#0A0B07
(10,11,7)
#070605
(7,6,5)
#000000
(0,0,0)

Tints of #253819

#253819
(37,56,25)
#384A2D
(56,74,45)
#4B5C41
(75,92,65)
#5E6E55
(94,110,85)
#718069
(113,128,105)
#84927D
(132,146,125)
#97A491
(151,164,145)
#AAB6A5
(170,182,165)
#BDC8B9
(189,200,185)
#D0DACD
(208,218,205)
#E3ECE1
(227,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253819; }

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

This text font color is #253819.


Background Color

.myBgColor { background-color: #253819; }

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

This div background color is #253819.


Border color

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

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

This div border color is #253819.


Opacity

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

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

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

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

This text has shadow with #253819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253819 on black background.


Color preview on white background

This text has color #253819 on white background.



Black color preview on #253819 background

This text has black color on #253819 background.


White color preview on #253819 background

This text has white color on #253819 background.