COLOR #25331D

HEX: #25331D
RGB: (37,51,29)

Color info

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

RGB color model

#25331D color RGB value is (37,51,29).

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

RGB channels and saturation

R 37 of 255 = 15%
G 51 of 255 = 20%
B 29 of 255 = 11%

37
51
29

R + G + B ~ 15%. #25331D is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 51 + 29 = 117 (100%)
R 37 of 117 ~ 31.62%
G 51 of 117 ~ 43.59%
B 29 of 117 ~ 24.79%

%31.62
%43.59
%24.79

CMYK color model

#25331D color CMYK value is (27,0,43,80).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 43.14%
  • key color value is 80.00%
CMYK:
(27,0,43,80)
C27M0Y43K80 
(27%,0%,43%,80%)
(0.27/0.00/0.43/0.80)	

CMYK percentages

%27.45
%0
%43.14
%80

Codes

Color #25331D in popluar color models

25331D
RGB375129
HSL98°27.50%15.69%
HSB/HSV98°43.14%20.00%
CMYK27.45%0.00%43.14%
80.00%

Color #25331D in popluar number systems.

HEX25331D
Decimal375129
Binary10010111001111101
Octal456335

Shades and tints

Shades of #25331D

#25331D
(37,51,29)
#222F1B
(34,47,27)
#1F2B19
(31,43,25)
#1C2717
(28,39,23)
#192315
(25,35,21)
#161F13
(22,31,19)
#131B11
(19,27,17)
#10170F
(16,23,15)
#0D130D
(13,19,13)
#0A0F0B
(10,15,11)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #25331D

#25331D
(37,51,29)
#384531
(56,69,49)
#4B5745
(75,87,69)
#5E6959
(94,105,89)
#717B6D
(113,123,109)
#848D81
(132,141,129)
#979F95
(151,159,149)
#AAB1A9
(170,177,169)
#BDC3BD
(189,195,189)
#D0D5D1
(208,213,209)
#E3E7E5
(227,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25331D; }

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

This text font color is #25331D.


Background Color

.myBgColor { background-color: #25331D; }

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

This div background color is #25331D.


Border color

.myBorderColor { border: 1px solid #25331D; }

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

This div border color is #25331D.


Opacity

.myOpacity80 { color: #25331D; opacity: 0.8; }

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

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

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

This text has shadow with #25331D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25331D on black background.


Color preview on white background

This text has color #25331D on white background.



Black color preview on #25331D background

This text has black color on #25331D background.


White color preview on #25331D background

This text has white color on #25331D background.