COLOR #25410B

HEX: #25410B
RGB: (37,65,11)

Color info

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

RGB color model

#25410B color RGB value is (37,65,11).

  • red value is 37;
  • green value is 65;
  • blue value is 11.
RGB:
(37,65,11)
(15%,25%,4%)

RGB channels and saturation

R 37 of 255 = 15%
G 65 of 255 = 25%
B 11 of 255 = 4%

37
65
11

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

Portions of RGB colors in percentages

R + G + B =
37 + 65 + 11 = 113 (100%)
R 37 of 113 ~ 32.74%
G 65 of 113 ~ 57.52%
B 11 of 113 ~ 9.73%

%32.74
%57.52
%9.73

CMYK color model

#25410B color CMYK value is (43,0,83,75).

  • cyan value is 43.08%
  • magenta value is 0.00%
  • yellow value is 83.08%
  • key color value is 74.51%
CMYK:
(43,0,83,75)
C43M0Y83K75 
(43%,0%,83%,75%)
(0.43/0.00/0.83/0.75)	

CMYK percentages

%43.08
%0
%83.08
%74.51

Codes

Color #25410B in popluar color models

25410B
RGB376511
HSL91°71.05%14.90%
HSB/HSV91°83.08%25.49%
CMYK43.08%0.00%83.08%
74.51%

Color #25410B in popluar number systems.

HEX25410B
Decimal376511
Binary10010110000011011
Octal4510113

Shades and tints

Shades of #25410B

#25410B
(37,65,11)
#223C0A
(34,60,10)
#1F3709
(31,55,9)
#1C3208
(28,50,8)
#192D07
(25,45,7)
#162806
(22,40,6)
#132305
(19,35,5)
#101E04
(16,30,4)
#0D1903
(13,25,3)
#0A1402
(10,20,2)
#070F01
(7,15,1)
#000000
(0,0,0)

Tints of #25410B

#25410B
(37,65,11)
#385221
(56,82,33)
#4B6337
(75,99,55)
#5E744D
(94,116,77)
#718563
(113,133,99)
#849679
(132,150,121)
#97A78F
(151,167,143)
#AAB8A5
(170,184,165)
#BDC9BB
(189,201,187)
#D0DAD1
(208,218,209)
#E3EBE7
(227,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25410B color. Also use rgb(37,65,11) instead hex code.

Text Font Color

.myTextColor { color: #25410B; }

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

This text font color is #25410B.


Background Color

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

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

This div background color is #25410B.


Border color

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

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

This div border color is #25410B.


Opacity

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

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

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

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

This text has shadow with #25410B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25410B on black background.


Color preview on white background

This text has color #25410B on white background.



Black color preview on #25410B background

This text has black color on #25410B background.


White color preview on #25410B background

This text has white color on #25410B background.