COLOR #253825

HEX: #253825
RGB: (37,56,37)

Color info

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

RGB color model

#253825 color RGB value is (37,56,37).

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

RGB channels and saturation

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

37
56
37

R + G + B ~ 17%. #253825 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 56 + 37 = 130 (100%)
R 37 of 130 ~ 28.46%
G 56 of 130 ~ 43.08%
B 37 of 130 ~ 28.46%

%28.46
%43.08
%28.46

CMYK color model

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

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

CMYK percentages

%33.93
%0
%33.93
%78.04

Codes

Color #253825 in popluar color models

253825
RGB375637
HSL120°20.43%18.24%
HSB/HSV120°33.93%21.96%
CMYK33.93%0.00%33.93%
78.04%

Color #253825 in popluar number systems.

HEX253825
Decimal375637
Binary100101111000100101
Octal457045

Shades and tints

Shades of #253825

#253825
(37,56,37)
#223322
(34,51,34)
#1F2E1F
(31,46,31)
#1C291C
(28,41,28)
#192419
(25,36,25)
#161F16
(22,31,22)
#131A13
(19,26,19)
#101510
(16,21,16)
#0D100D
(13,16,13)
#0A0B0A
(10,11,10)
#070607
(7,6,7)
#000000
(0,0,0)

Tints of #253825

#253825
(37,56,37)
#384A38
(56,74,56)
#4B5C4B
(75,92,75)
#5E6E5E
(94,110,94)
#718071
(113,128,113)
#849284
(132,146,132)
#97A497
(151,164,151)
#AAB6AA
(170,182,170)
#BDC8BD
(189,200,189)
#D0DAD0
(208,218,208)
#E3ECE3
(227,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253825; }

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

This text font color is #253825.


Background Color

.myBgColor { background-color: #253825; }

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

This div background color is #253825.


Border color

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

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

This div border color is #253825.


Opacity

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

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

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

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

This text has shadow with #253825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253825 on black background.


Color preview on white background

This text has color #253825 on white background.



Black color preview on #253825 background

This text has black color on #253825 background.


White color preview on #253825 background

This text has white color on #253825 background.