COLOR #252E19

HEX: #252E19
RGB: (37,46,25)

Color info

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

RGB color model

#252E19 color RGB value is (37,46,25).

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

RGB channels and saturation

R 37 of 255 = 15%
G 46 of 255 = 18%
B 25 of 255 = 10%

37
46
25

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

Portions of RGB colors in percentages

R + G + B =
37 + 46 + 25 = 108 (100%)
R 37 of 108 ~ 34.26%
G 46 of 108 ~ 42.59%
B 25 of 108 ~ 23.15%

%34.26
%42.59
%23.15

CMYK color model

#252E19 color CMYK value is (20,0,46,82).

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 45.65%
  • key color value is 81.96%
CMYK:
(20,0,46,82)
C20M0Y46K82 
(20%,0%,46%,82%)
(0.20/0.00/0.46/0.82)	

CMYK percentages

%19.57
%0
%45.65
%81.96

Codes

Color #252E19 in popluar color models

252E19
RGB374625
HSL86°29.58%13.92%
HSB/HSV86°45.65%18.04%
CMYK19.57%0.00%45.65%
81.96%

Color #252E19 in popluar number systems.

HEX252E19
Decimal374625
Binary10010110111011001
Octal455631

Shades and tints

Shades of #252E19

#252E19
(37,46,25)
#222A17
(34,42,23)
#1F2615
(31,38,21)
#1C2213
(28,34,19)
#191E11
(25,30,17)
#161A0F
(22,26,15)
#13160D
(19,22,13)
#10120B
(16,18,11)
#0D0E09
(13,14,9)
#0A0A07
(10,10,7)
#070605
(7,6,5)
#000000
(0,0,0)

Tints of #252E19

#252E19
(37,46,25)
#38412D
(56,65,45)
#4B5441
(75,84,65)
#5E6755
(94,103,85)
#717A69
(113,122,105)
#848D7D
(132,141,125)
#97A091
(151,160,145)
#AAB3A5
(170,179,165)
#BDC6B9
(189,198,185)
#D0D9CD
(208,217,205)
#E3ECE1
(227,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252E19; }

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

This text font color is #252E19.


Background Color

.myBgColor { background-color: #252E19; }

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

This div background color is #252E19.


Border color

.myBorderColor { border: 1px solid #252E19; }

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

This div border color is #252E19.


Opacity

.myOpacity80 { color: #252E19; opacity: 0.8; }

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

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

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

This text has shadow with #252E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252E19 on black background.


Color preview on white background

This text has color #252E19 on white background.



Black color preview on #252E19 background

This text has black color on #252E19 background.


White color preview on #252E19 background

This text has white color on #252E19 background.