COLOR #25490D

HEX: #25490D RGB: (37,73,13)

Color info

#25490D contains mainly red and green colors. Web safe color of #25490D is #333300 (or #330).

RGB color model

#25490D color RGB value is (37,73,13).

RGB: (37,73,13) (15%, 29%, 5%)

RGB channels and saturation

R 37 of 255 = 15%
G 73 of 255 = 29%
B 13 of 255 = 5%

37
73
13

R + G + B ~ 16%. #25490D is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 73 + 13 = 123 (100%)
R 37 of 123 ~ 30.08%
G 73 of 123 ~ 59.35%
B 13 of 123 ~ 10.57'%

%30.08
%59.35
%10.57

CMYK color model

#25490D color CMYK value is (49,0,82,71).

  • cyan value is 49.32%
  • magenta value is 0.00%
  • yellow value is 82.19%
  • key color value is 71.37%
CMYK: (49,0,82,71) C49M0Y82K71 (49%,0%,82%,71%) (0.49/0.00/0.82/0.71) 

CMYK percentages

%49.32
%0
%82.19
%71.37

Codes

Color #25490D in popluar color models

25 49 0D
RGB 37 73 13
HSL 96° 69.77% 16.86%
HSB/HSV 96° 82.19% 28.63%
CMYK 49.32% 0.00% 82.19%
71.37%

Color #25490D in popluar number systems.

HEX 25 49 0D
Decimal 37 73 13
Binary 100101 1001001 1101
Octal 45 111 15

Shades and tints

Shades of #25490D

#25490D
(37,73,13)
#22430C
(34,67,12)
#1F3D0B
(31,61,11)
#1C370A
(28,55,10)
#193109
(25,49,9)
#162B08
(22,43,8)
#132507
(19,37,7)
#101F06
(16,31,6)
#0D1905
(13,25,5)
#0A1304
(10,19,4)
#070D03
(7,13,3)
#000000
(0,0,0)

Tints of #25490D

#25490D
(37,73,13)
#385923
(56,89,35)
#4B6939
(75,105,57)
#5E794F
(94,121,79)
#718965
(113,137,101)
#84997B
(132,153,123)
#97A991
(151,169,145)
#AAB9A7
(170,185,167)
#BDC9BD
(189,201,189)
#D0D9D3
(208,217,211)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25490D color. Also use rgb(37,73,13) instead hex code.

Text Font Color

.myTextColor { color: #25490D; }

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

This text font color is #25490D.

Background Color

.myBgColor { background-color: #25490D; }

<div style="background-color:#25490D">Inner text</div>

This div background color is #25490D.

Border color

.myBorderColor { border: 1px solid #25490D; }

<div style="border:3px solid #25490D">Div</div>

This div border color is #25490D.

Opacity

.myOpacity80 { color: #25490D; opacity: 0.8; }

<p style="color:#25490D;opacity:0.8;">80%</p>

Text with #25490D 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 #25490D;}

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

This text has shadow with #25490D color.


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

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

This text has shadow with #25490D primary color and red secondary color.


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

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

This text has shadow with #25490D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #25490D.

Preview

Color preview on black background

This text has color #25490D on black background.


Color preview on white background

This text has color #25490D on white background.


Black color preview on #25490D background

This text has black color on #25490D background.


White color preview on #25490D background

This text has white color on #25490D background.


Related colors

Complementary color

Complementary color for #hex is #DAB6F2.


I love getcolorcode.com

Triadic colors

1 #0D2549 and #490D25 with #25490D are triadic colors.

2 #0D4925 and #49250D with #25490D are triadic colors.