COLOR #252E1A

HEX: #252E1A
RGB: (37,46,26)

Color info

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

RGB color model

#252E1A color RGB value is (37,46,26).

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

RGB channels and saturation

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

37
46
26

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

Portions of RGB colors in percentages

R + G + B =
37 + 46 + 26 = 109 (100%)
R 37 of 109 ~ 33.94%
G 46 of 109 ~ 42.2%
B 26 of 109 ~ 23.85%

%33.94
%42.2
%23.85

CMYK color model

#252E1A color CMYK value is (20,0,43,82).

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 81.96%
CMYK:
(20,0,43,82)
C20M0Y43K82 
(20%,0%,43%,82%)
(0.20/0.00/0.43/0.82)	

CMYK percentages

%19.57
%0
%43.48
%81.96

Codes

Color #252E1A in popluar color models

252E1A
RGB374626
HSL87°27.78%14.12%
HSB/HSV87°43.48%18.04%
CMYK19.57%0.00%43.48%
81.96%

Color #252E1A in popluar number systems.

HEX252E1A
Decimal374626
Binary10010110111011010
Octal455632

Shades and tints

Shades of #252E1A

#252E1A
(37,46,26)
#222A18
(34,42,24)
#1F2616
(31,38,22)
#1C2214
(28,34,20)
#191E12
(25,30,18)
#161A10
(22,26,16)
#13160E
(19,22,14)
#10120C
(16,18,12)
#0D0E0A
(13,14,10)
#0A0A08
(10,10,8)
#070606
(7,6,6)
#000000
(0,0,0)

Tints of #252E1A

#252E1A
(37,46,26)
#38412E
(56,65,46)
#4B5442
(75,84,66)
#5E6756
(94,103,86)
#717A6A
(113,122,106)
#848D7E
(132,141,126)
#97A092
(151,160,146)
#AAB3A6
(170,179,166)
#BDC6BA
(189,198,186)
#D0D9CE
(208,217,206)
#E3ECE2
(227,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252E1A; }

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

This text font color is #252E1A.


Background Color

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

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

This div background color is #252E1A.


Border color

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

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

This div border color is #252E1A.


Opacity

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

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

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

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

This text has shadow with #252E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252E1A on black background.


Color preview on white background

This text has color #252E1A on white background.



Black color preview on #252E1A background

This text has black color on #252E1A background.


White color preview on #252E1A background

This text has white color on #252E1A background.