COLOR #25491B

HEX: #25491B RGB: (37,73,27)

Color info

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

RGB color model

#25491B color RGB value is (37,73,27).

RGB: (37,73,27) (15%, 29%, 11%)

RGB channels and saturation

R 37 of 255 = 15%
G 73 of 255 = 29%
B 27 of 255 = 11%

37
73
27

R + G + B ~ 18%. #25491B is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 73 + 27 = 137 (100%)
R 37 of 137 ~ 27.01%
G 73 of 137 ~ 53.28%
B 27 of 137 ~ 19.71'%

%27.01
%53.28
%19.71

CMYK color model

#25491B color CMYK value is (49,0,63,71).

  • cyan value is 49.32%
  • magenta value is 0.00%
  • yellow value is 63.01%
  • key color value is 71.37%

CMYK: (49,0,63,71)
C49M0Y63K71 (49%, 0%, 63%, 71%)
(0.49 / 0.00 / 0.63 / 0.71)

CMYK percentages

%49.32
%0
%63.01
%71.37

Codes

Color #25491B in popluar color models

25 49 1B
RGB 37 73 27
HSL 107° 46.00% 19.61%
HSB/HSV 107° 63.01% 28.63%
CMYK 49.32% 0.00% 63.01%
71.37%

Color #25491B in popluar number systems.

HEX 25 49 1B
Decimal 37 73 27
Binary 100101 1001001 11011
Octal 45 111 33

Shades and tints

Shades of #25491B

#25491B
(37,73,27)
#224319
(34,67,25)
#1F3D17
(31,61,23)
#1C3715
(28,55,21)
#193113
(25,49,19)
#162B11
(22,43,17)
#13250F
(19,37,15)
#101F0D
(16,31,13)
#0D190B
(13,25,11)
#0A1309
(10,19,9)
#070D07
(7,13,7)
#000000
(0,0,0)

Tints of #25491B

#25491B
(37,73,27)
#38592F
(56,89,47)
#4B6943
(75,105,67)
#5E7957
(94,121,87)
#71896B
(113,137,107)
#84997F
(132,153,127)
#97A993
(151,169,147)
#AAB9A7
(170,185,167)
#BDC9BB
(189,201,187)
#D0D9CF
(208,217,207)
#E3E9E3
(227,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25491B color. Also use rgb(37,73,27) instead hex code.

Text Font Color

.myTextColor { color: #25491B; }

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

This text font color is #25491B.

Background Color

.myBgColor { background-color: #25491B; }

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

This div background color is #25491B.

Border color

.myBorderColor { border: 1px solid #25491B; }

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

This div border color is #25491B.

Opacity

.myOpacity80 { color: #25491B; opacity: 0.8; }

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

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

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

This text has shadow with #25491B color.


.textShadow {text-shadow: 3px 3px 1px #25491B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #25491B; -webkit-box-shadow: 1px 1px 3px 2px #25491B; box-shadow:1px 1px 3px 2px #25491B;">
Div content here
</div>

This div box has shadow with color #25491B.

Preview

Color preview on black background

This text has color #25491B on black background.


Color preview on white background

This text has color #25491B on white background.


Black color preview on #25491B background

This text has black color on #25491B background.


White color preview on #25491B background

This text has white color on #25491B background.


Related colors

Complementary color

Complementary color for #hex is #DAB6E4.


I love getcolorcode.com

Triadic colors

1 #1B2549 and #491B25 with #25491B are triadic colors.

2 #1B4925 and #49251B with #25491B are triadic colors.