COLOR #25301A

HEX: #25301A
RGB: (37,48,26)

Color info

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

RGB color model

#25301A color RGB value is (37,48,26).

  • red value is 37;
  • green value is 48;
  • blue value is 26.
RGB:
(37,48,26)
(15%,19%,10%)

RGB channels and saturation

R 37 of 255 = 15%
G 48 of 255 = 19%
B 26 of 255 = 10%

37
48
26

R + G + B ~ 15%. #25301A is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 48 + 26 = 111 (100%)
R 37 of 111 ~ 33.33%
G 48 of 111 ~ 43.24%
B 26 of 111 ~ 23.42%

%33.33
%43.24
%23.42

CMYK color model

#25301A color CMYK value is (23,0,46,81).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 81.18%
CMYK:
(23,0,46,81)
C23M0Y46K81 
(23%,0%,46%,81%)
(0.23/0.00/0.46/0.81)	

CMYK percentages

%22.92
%0
%45.83
%81.18

Codes

Color #25301A in popluar color models

25301A
RGB374826
HSL90°29.73%14.51%
HSB/HSV90°45.83%18.82%
CMYK22.92%0.00%45.83%
81.18%

Color #25301A in popluar number systems.

HEX25301A
Decimal374826
Binary10010111000011010
Octal456032

Shades and tints

Shades of #25301A

#25301A
(37,48,26)
#222C18
(34,44,24)
#1F2816
(31,40,22)
#1C2414
(28,36,20)
#192012
(25,32,18)
#161C10
(22,28,16)
#13180E
(19,24,14)
#10140C
(16,20,12)
#0D100A
(13,16,10)
#0A0C08
(10,12,8)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #25301A

#25301A
(37,48,26)
#38422E
(56,66,46)
#4B5442
(75,84,66)
#5E6656
(94,102,86)
#71786A
(113,120,106)
#848A7E
(132,138,126)
#979C92
(151,156,146)
#AAAEA6
(170,174,166)
#BDC0BA
(189,192,186)
#D0D2CE
(208,210,206)
#E3E4E2
(227,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25301A color. Also use rgb(37,48,26) instead hex code.

Text Font Color

.myTextColor { color: #25301A; }

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

This text font color is #25301A.


Background Color

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

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

This div background color is #25301A.


Border color

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

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

This div border color is #25301A.


Opacity

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

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

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

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

This text has shadow with #25301A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25301A on black background.


Color preview on white background

This text has color #25301A on white background.



Black color preview on #25301A background

This text has black color on #25301A background.


White color preview on #25301A background

This text has white color on #25301A background.