COLOR #25380A

HEX: #25380A
RGB: (37,56,10)

Color info

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

RGB color model

#25380A color RGB value is (37,56,10).

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

RGB channels and saturation

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

37
56
10

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

Portions of RGB colors in percentages

R + G + B =
37 + 56 + 10 = 103 (100%)
R 37 of 103 ~ 35.92%
G 56 of 103 ~ 54.37%
B 10 of 103 ~ 9.71%

%35.92
%54.37
%9.71

CMYK color model

#25380A color CMYK value is (34,0,82,78).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 82.14%
  • key color value is 78.04%
CMYK:
(34,0,82,78)
C34M0Y82K78 
(34%,0%,82%,78%)
(0.34/0.00/0.82/0.78)	

CMYK percentages

%33.93
%0
%82.14
%78.04

Codes

Color #25380A in popluar color models

25380A
RGB375610
HSL85°69.70%12.94%
HSB/HSV85°82.14%21.96%
CMYK33.93%0.00%82.14%
78.04%

Color #25380A in popluar number systems.

HEX25380A
Decimal375610
Binary1001011110001010
Octal457012

Shades and tints

Shades of #25380A

#25380A
(37,56,10)
#22330A
(34,51,10)
#1F2E0A
(31,46,10)
#1C290A
(28,41,10)
#19240A
(25,36,10)
#161F0A
(22,31,10)
#131A0A
(19,26,10)
#10150A
(16,21,10)
#0D100A
(13,16,10)
#0A0B0A
(10,11,10)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #25380A

#25380A
(37,56,10)
#384A20
(56,74,32)
#4B5C36
(75,92,54)
#5E6E4C
(94,110,76)
#718062
(113,128,98)
#849278
(132,146,120)
#97A48E
(151,164,142)
#AAB6A4
(170,182,164)
#BDC8BA
(189,200,186)
#D0DAD0
(208,218,208)
#E3ECE6
(227,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25380A; }

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

This text font color is #25380A.


Background Color

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

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

This div background color is #25380A.


Border color

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

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

This div border color is #25380A.


Opacity

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

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

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

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

This text has shadow with #25380A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25380A on black background.


Color preview on white background

This text has color #25380A on white background.



Black color preview on #25380A background

This text has black color on #25380A background.


White color preview on #25380A background

This text has white color on #25380A background.