COLOR #25400B

HEX: #25400B RGB: (37,64,11)

Color info

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

RGB color model

#25400B color RGB value is (37,64,11).

RGB: (37,64,11) (15%, 25%, 4%)

RGB channels and saturation

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

37
64
11

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

Portions of RGB colors in percentages

R + G + B = 37 + 64 + 11 = 112 (100%)
R 37 of 112 ~ 33.04%
G 64 of 112 ~ 57.14%
B 11 of 112 ~ 9.82'%

%33.04
%57.14

CMYK color model

#25400B color CMYK value is (42,0,83,75).

  • cyan value is 42.19%
  • magenta value is 0.00%
  • yellow value is 82.81%
  • key color value is 74.90%

CMYK: (42,0,83,75)
C42M0Y83K75 (42%, 0%, 83%, 75%)
(0.42 / 0.00 / 0.83 / 0.75)

CMYK percentages

%42.19
%0
%82.81
%74.9

Codes

Color #25400B in popluar color models

25 40 0B
RGB 37 64 11
HSL 91° 70.67% 14.71%
HSB/HSV 91° 82.81% 25.10%
CMYK 42.19% 0.00% 82.81%
74.90%

Color #25400B in popluar number systems.

HEX 25 40 0B
Decimal 37 64 11
Binary 100101 1000000 1011
Octal 45 100 13

Shades and tints

Shades of #25400B

#25400B
(37,64,11)
#223B0A
(34,59,10)
#1F3609
(31,54,9)
#1C3108
(28,49,8)
#192C07
(25,44,7)
#162706
(22,39,6)
#132205
(19,34,5)
#101D04
(16,29,4)
#0D1803
(13,24,3)
#0A1302
(10,19,2)
#070E01
(7,14,1)
#000000
(0,0,0)

Tints of #25400B

#25400B
(37,64,11)
#385121
(56,81,33)
#4B6237
(75,98,55)
#5E734D
(94,115,77)
#718463
(113,132,99)
#849579
(132,149,121)
#97A68F
(151,166,143)
#AAB7A5
(170,183,165)
#BDC8BB
(189,200,187)
#D0D9D1
(208,217,209)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25400B; }

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

This text font color is #25400B.

Background Color

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

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

This div background color is #25400B.

Border color

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

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

This div border color is #25400B.

Opacity

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

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

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

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

This text has shadow with #25400B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25400B.

Preview

Color preview on black background

This text has color #25400B on black background.


Color preview on white background

This text has color #25400B on white background.


Black color preview on #25400B background

This text has black color on #25400B background.


White color preview on #25400B background

This text has white color on #25400B background.


Related colors

Complementary color

Complementary color for #hex is #DABFF4.


I love getcolorcode.com

Triadic colors

1 #0B2540 and #400B25 with #25400B are triadic colors.

2 #0B4025 and #40250B with #25400B are triadic colors.