COLOR #25370D

HEX: #25370D RGB: (37,55,13)

Color info

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

RGB color model

#25370D color RGB value is (37,55,13).

RGB: (37,55,13) (15%, 22%, 5%)

RGB channels and saturation

R 37 of 255 = 15%
G 55 of 255 = 22%
B 13 of 255 = 5%

37
55
13

R + G + B ~ 14%. #25370D is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 55 + 13 = 105 (100%)
R 37 of 105 ~ 35.24%
G 55 of 105 ~ 52.38%
B 13 of 105 ~ 12.38'%

%35.24
%52.38
%12.38

CMYK color model

#25370D color CMYK value is (33,0,76,78).

  • cyan value is 32.73%
  • magenta value is 0.00%
  • yellow value is 76.36%
  • key color value is 78.43%

CMYK: (33,0,76,78)
C33M0Y76K78 (33%, 0%, 76%, 78%)
(0.33 / 0.00 / 0.76 / 0.78)

CMYK percentages

%32.73
%0
%76.36
%78.43

Codes

Color #25370D in popluar color models

25 37 0D
RGB 37 55 13
HSL 86° 61.76% 13.33%
HSB/HSV 86° 76.36% 21.57%
CMYK 32.73% 0.00% 76.36%
78.43%

Color #25370D in popluar number systems.

HEX 25 37 0D
Decimal 37 55 13
Binary 100101 110111 1101
Octal 45 67 15

Shades and tints

Shades of #25370D

#25370D
(37,55,13)
#22320C
(34,50,12)
#1F2D0B
(31,45,11)
#1C280A
(28,40,10)
#192309
(25,35,9)
#161E08
(22,30,8)
#131907
(19,25,7)
#101406
(16,20,6)
#0D0F05
(13,15,5)
#0A0A04
(10,10,4)
#070503
(7,5,3)
#000000
(0,0,0)

Tints of #25370D

#25370D
(37,55,13)
#384923
(56,73,35)
#4B5B39
(75,91,57)
#5E6D4F
(94,109,79)
#717F65
(113,127,101)
#84917B
(132,145,123)
#97A391
(151,163,145)
#AAB5A7
(170,181,167)
#BDC7BD
(189,199,189)
#D0D9D3
(208,217,211)
#E3EBE9
(227,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25370D; }

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

This text font color is #25370D.

Background Color

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

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

This div background color is #25370D.

Border color

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

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

This div border color is #25370D.

Opacity

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

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

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

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

This text has shadow with #25370D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25370D.

Preview

Color preview on black background

This text has color #25370D on black background.


Color preview on white background

This text has color #25370D on white background.


Black color preview on #25370D background

This text has black color on #25370D background.


White color preview on #25370D background

This text has white color on #25370D background.


Related colors

Complementary color

Complementary color for #hex is #DAC8F2.


I love getcolorcode.com

Triadic colors

1 #0D2537 and #370D25 with #25370D are triadic colors.

2 #0D3725 and #37250D with #25370D are triadic colors.