COLOR #25511B

HEX: #25511B
RGB: (37,81,27)

Color info

#25511B contains red, green and blue colors in about the same proportion. Web safe color of #25511B is #336633 (or #363).

RGB color model

#25511B color RGB value is (37,81,27).

  • red value is 37;
  • green value is 81;
  • blue value is 27.
RGB:
(37,81,27)
(15%,32%,11%)

RGB channels and saturation

R 37 of 255 = 15%
G 81 of 255 = 32%
B 27 of 255 = 11%

37
81
27

R + G + B ~ 19%. #25511B is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 81 + 27 = 145 (100%)
R 37 of 145 ~ 25.52%
G 81 of 145 ~ 55.86%
B 27 of 145 ~ 18.62%

%25.52
%55.86
%18.62

CMYK color model

#25511B color CMYK value is (54,0,67,68).

  • cyan value is 54.32%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 68.24%
CMYK:
(54,0,67,68)
C54M0Y67K68 
(54%,0%,67%,68%)
(0.54/0.00/0.67/0.68)	

CMYK percentages

%54.32
%0
%66.67
%68.24

Codes

Color #25511B in popluar color models

25511B
RGB378127
HSL109°50.00%21.18%
HSB/HSV109°66.67%31.76%
CMYK54.32%0.00%66.67%
68.24%

Color #25511B in popluar number systems.

HEX25511B
Decimal378127
Binary100101101000111011
Octal4512133

Shades and tints

Shades of #25511B

#25511B
(37,81,27)
#224A19
(34,74,25)
#1F4317
(31,67,23)
#1C3C15
(28,60,21)
#193513
(25,53,19)
#162E11
(22,46,17)
#13270F
(19,39,15)
#10200D
(16,32,13)
#0D190B
(13,25,11)
#0A1209
(10,18,9)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #25511B

#25511B
(37,81,27)
#38602F
(56,96,47)
#4B6F43
(75,111,67)
#5E7E57
(94,126,87)
#718D6B
(113,141,107)
#849C7F
(132,156,127)
#97AB93
(151,171,147)
#AABAA7
(170,186,167)
#BDC9BB
(189,201,187)
#D0D8CF
(208,216,207)
#E3E7E3
(227,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25511B; }

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

This text font color is #25511B.


Background Color

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

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

This div background color is #25511B.


Border color

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

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

This div border color is #25511B.


Opacity

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

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

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

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

This text has shadow with #25511B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25511B on black background.


Color preview on white background

This text has color #25511B on white background.



Black color preview on #25511B background

This text has black color on #25511B background.


White color preview on #25511B background

This text has white color on #25511B background.