COLOR #25741F

HEX: #25741F RGB: (37,116,31)

Color info

#25741F contains mainly green color. Web safe color of #25741F is #336633 (or #363).

RGB color model

#25741F color RGB value is (37,116,31).

RGB: (37,116,31) (15%, 45%, 12%)

RGB channels and saturation

R 37 of 255 = 15%
G 116 of 255 = 45%
B 31 of 255 = 12%

37
116
31

R + G + B ~ 24%. #25741F is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 116 + 31 = 184 (100%)
R 37 of 184 ~ 20.11%
G 116 of 184 ~ 63.04%
B 31 of 184 ~ 16.85'%

%20.11
%63.04
%16.85

CMYK color model

#25741F color CMYK value is (68,0,73,55).

  • cyan value is 68.10%
  • magenta value is 0.00%
  • yellow value is 73.28%
  • key color value is 54.51%

CMYK: (68,0,73,55)
C68M0Y73K55 (68%, 0%, 73%, 55%)
(0.68 / 0.00 / 0.73 / 0.55)

CMYK percentages

%68.1
%0
%73.28
%54.51

Codes

Color #25741F in popluar color models

25 74 1F
RGB 37 116 31
HSL 116° 57.82% 28.82%
HSB/HSV 116° 73.28% 45.49%
CMYK 68.10% 0.00% 73.28%
54.51%

Color #25741F in popluar number systems.

HEX 25 74 1F
Decimal 37 116 31
Binary 100101 1110100 11111
Octal 45 164 37

Shades and tints

Shades of #25741F

#25741F
(37,116,31)
#226A1D
(34,106,29)
#1F601B
(31,96,27)
#1C5619
(28,86,25)
#194C17
(25,76,23)
#164215
(22,66,21)
#133813
(19,56,19)
#102E11
(16,46,17)
#0D240F
(13,36,15)
#0A1A0D
(10,26,13)
#07100B
(7,16,11)
#000000
(0,0,0)

Tints of #25741F

#25741F
(37,116,31)
#388033
(56,128,51)
#4B8C47
(75,140,71)
#5E985B
(94,152,91)
#71A46F
(113,164,111)
#84B083
(132,176,131)
#97BC97
(151,188,151)
#AAC8AB
(170,200,171)
#BDD4BF
(189,212,191)
#D0E0D3
(208,224,211)
#E3ECE7
(227,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25741F color. Also use rgb(37,116,31) instead hex code.

Text Font Color

.myTextColor { color: #25741F; }

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

This text font color is #25741F.

Background Color

.myBgColor { background-color: #25741F; }

<div style="background-color:#25741F">Inner text</div>

This div background color is #25741F.

Border color

.myBorderColor { border: 1px solid #25741F; }

<div style="border:3px solid #25741F">Div</div>

This div border color is #25741F.

Opacity

.myOpacity80 { color: #25741F; opacity: 0.8; }

<p style="color:#25741F;opacity:0.8;">80%</p>

Text with #25741F 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 #25741F;}

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

This text has shadow with #25741F color.


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

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

This text has shadow with #25741F primary color and red secondary color.


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

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

This text has shadow with #25741F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #25741F.

Preview

Color preview on black background

This text has color #25741F on black background.


Color preview on white background

This text has color #25741F on white background.


Black color preview on #25741F background

This text has black color on #25741F background.


White color preview on #25741F background

This text has white color on #25741F background.


Related colors

Complementary color

Complementary color for #hex is #DA8BE0.


I love getcolorcode.com

Triadic colors

1 #1F2574 and #741F25 with #25741F are triadic colors.

2 #1F7425 and #74251F with #25741F are triadic colors.