COLOR #25391D

HEX: #25391D
RGB: (37,57,29)

Color info

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

RGB color model

#25391D color RGB value is (37,57,29).

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

RGB channels and saturation

R 37 of 255 = 15%
G 57 of 255 = 22%
B 29 of 255 = 11%

37
57
29

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

Portions of RGB colors in percentages

R + G + B =
37 + 57 + 29 = 123 (100%)
R 37 of 123 ~ 30.08%
G 57 of 123 ~ 46.34%
B 29 of 123 ~ 23.58%

%30.08
%46.34
%23.58

CMYK color model

#25391D color CMYK value is (35,0,49,78).

  • cyan value is 35.09%
  • magenta value is 0.00%
  • yellow value is 49.12%
  • key color value is 77.65%
CMYK:
(35,0,49,78)
C35M0Y49K78 
(35%,0%,49%,78%)
(0.35/0.00/0.49/0.78)	

CMYK percentages

%35.09
%0
%49.12
%77.65

Codes

Color #25391D in popluar color models

25391D
RGB375729
HSL103°32.56%16.86%
HSB/HSV103°49.12%22.35%
CMYK35.09%0.00%49.12%
77.65%

Color #25391D in popluar number systems.

HEX25391D
Decimal375729
Binary10010111100111101
Octal457135

Shades and tints

Shades of #25391D

#25391D
(37,57,29)
#22341B
(34,52,27)
#1F2F19
(31,47,25)
#1C2A17
(28,42,23)
#192515
(25,37,21)
#162013
(22,32,19)
#131B11
(19,27,17)
#10160F
(16,22,15)
#0D110D
(13,17,13)
#0A0C0B
(10,12,11)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #25391D

#25391D
(37,57,29)
#384B31
(56,75,49)
#4B5D45
(75,93,69)
#5E6F59
(94,111,89)
#71816D
(113,129,109)
#849381
(132,147,129)
#97A595
(151,165,149)
#AAB7A9
(170,183,169)
#BDC9BD
(189,201,189)
#D0DBD1
(208,219,209)
#E3EDE5
(227,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25391D; }

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

This text font color is #25391D.


Background Color

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

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

This div background color is #25391D.


Border color

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

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

This div border color is #25391D.


Opacity

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

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

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

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

This text has shadow with #25391D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25391D on black background.


Color preview on white background

This text has color #25391D on white background.



Black color preview on #25391D background

This text has black color on #25391D background.


White color preview on #25391D background

This text has white color on #25391D background.