COLOR #25400C

HEX: #25400C RGB: (37,64,12)

Color info

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

RGB color model

#25400C color RGB value is (37,64,12).

RGB: (37,64,12) (15%, 25%, 5%)

RGB channels and saturation

R 37 of 255 = 15%
G 64 of 255 = 25%
B 12 of 255 = 5%

37
64
12

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

Portions of RGB colors in percentages

R + G + B = 37 + 64 + 12 = 113 (100%)
R 37 of 113 ~ 32.74%
G 64 of 113 ~ 56.64%
B 12 of 113 ~ 10.62'%

%32.74
%56.64
%10.62

CMYK color model

#25400C color CMYK value is (42,0,81,75).

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

CMYK: (42,0,81,75)
C42M0Y81K75 (42%, 0%, 81%, 75%)
(0.42 / 0.00 / 0.81 / 0.75)

CMYK percentages

%42.19
%0
%81.25
%74.9

Codes

Color #25400C in popluar color models

25 40 0C
RGB 37 64 12
HSL 91° 68.42% 14.90%
HSB/HSV 91° 81.25% 25.10%
CMYK 42.19% 0.00% 81.25%
74.90%

Color #25400C in popluar number systems.

HEX 25 40 0C
Decimal 37 64 12
Binary 100101 1000000 1100
Octal 45 100 14

Shades and tints

Shades of #25400C

#25400C
(37,64,12)
#223B0B
(34,59,11)
#1F360A
(31,54,10)
#1C3109
(28,49,9)
#192C08
(25,44,8)
#162707
(22,39,7)
#132206
(19,34,6)
#101D05
(16,29,5)
#0D1804
(13,24,4)
#0A1303
(10,19,3)
#070E02
(7,14,2)
#000000
(0,0,0)

Tints of #25400C

#25400C
(37,64,12)
#385122
(56,81,34)
#4B6238
(75,98,56)
#5E734E
(94,115,78)
#718464
(113,132,100)
#84957A
(132,149,122)
#97A690
(151,166,144)
#AAB7A6
(170,183,166)
#BDC8BC
(189,200,188)
#D0D9D2
(208,217,210)
#E3EAE8
(227,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25400C; }

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

This text font color is #25400C.

Background Color

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

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

This div background color is #25400C.

Border color

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

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

This div border color is #25400C.

Opacity

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

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

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

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

This text has shadow with #25400C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25400C.

Preview

Color preview on black background

This text has color #25400C on black background.


Color preview on white background

This text has color #25400C on white background.


Black color preview on #25400C background

This text has black color on #25400C background.


White color preview on #25400C background

This text has white color on #25400C background.


Related colors

Complementary color

Complementary color for #hex is #DABFF3.


I love getcolorcode.com

Triadic colors

1 #0C2540 and #400C25 with #25400C are triadic colors.

2 #0C4025 and #40250C with #25400C are triadic colors.