COLOR #25370A

HEX: #25370A
RGB: (37,55,10)

Color info

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

RGB color model

#25370A color RGB value is (37,55,10).

  • red value is 37;
  • green value is 55;
  • blue value is 10.
RGB:
(37,55,10)
(15%,22%,4%)

RGB channels and saturation

R 37 of 255 = 15%
G 55 of 255 = 22%
B 10 of 255 = 4%

37
55
10

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

Portions of RGB colors in percentages

R + G + B =
37 + 55 + 10 = 102 (100%)
R 37 of 102 ~ 36.27%
G 55 of 102 ~ 53.92%
B 10 of 102 ~ 9.8%

%36.27
%53.92
%9.8

CMYK color model

#25370A color CMYK value is (33,0,82,78).

  • cyan value is 32.73%
  • magenta value is 0.00%
  • yellow value is 81.82%
  • key color value is 78.43%
CMYK:
(33,0,82,78)
C33M0Y82K78 
(33%,0%,82%,78%)
(0.33/0.00/0.82/0.78)	

CMYK percentages

%32.73
%0
%81.82
%78.43

Codes

Color #25370A in popluar color models

25370A
RGB375510
HSL84°69.23%12.75%
HSB/HSV84°81.82%21.57%
CMYK32.73%0.00%81.82%
78.43%

Color #25370A in popluar number systems.

HEX25370A
Decimal375510
Binary1001011101111010
Octal456712

Shades and tints

Shades of #25370A

#25370A
(37,55,10)
#22320A
(34,50,10)
#1F2D0A
(31,45,10)
#1C280A
(28,40,10)
#19230A
(25,35,10)
#161E0A
(22,30,10)
#13190A
(19,25,10)
#10140A
(16,20,10)
#0D0F0A
(13,15,10)
#0A0A0A
(10,10,10)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #25370A

#25370A
(37,55,10)
#384920
(56,73,32)
#4B5B36
(75,91,54)
#5E6D4C
(94,109,76)
#717F62
(113,127,98)
#849178
(132,145,120)
#97A38E
(151,163,142)
#AAB5A4
(170,181,164)
#BDC7BA
(189,199,186)
#D0D9D0
(208,217,208)
#E3EBE6
(227,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25370A; }

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

This text font color is #25370A.


Background Color

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

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

This div background color is #25370A.


Border color

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

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

This div border color is #25370A.


Opacity

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

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

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

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

This text has shadow with #25370A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25370A on black background.


Color preview on white background

This text has color #25370A on white background.



Black color preview on #25370A background

This text has black color on #25370A background.


White color preview on #25370A background

This text has white color on #25370A background.