COLOR #25262A

HEX: #25262A
RGB: (37,38,42)

Color info

#25262A contains red, green and blue colors in about the same proportion. Web safe color of #25262A is #333333 (or #333).

RGB color model

#25262A color RGB value is (37,38,42).

  • red value is 37;
  • green value is 38;
  • blue value is 42.
RGB:
(37,38,42)
(15%,15%,16%)

RGB channels and saturation

R 37 of 255 = 15%
G 38 of 255 = 15%
B 42 of 255 = 16%

37
38
42

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

Portions of RGB colors in percentages

R + G + B =
37 + 38 + 42 = 117 (100%)
R 37 of 117 ~ 31.62%
G 38 of 117 ~ 32.48%
B 42 of 117 ~ 35.9%

%31.62
%32.48
%35.9

CMYK color model

#25262A color CMYK value is (12,10,0,84).

  • cyan value is 11.90%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(12,10,0,84)
C12M10Y0K84 
(12%,10%,0%,84%)
(0.12/0.10/0.00/0.84)	

CMYK percentages

%11.9
%9.52
%0
%83.53

Codes

Color #25262A in popluar color models

25262A
RGB373842
HSL228°6.33%15.49%
HSB/HSV228°11.90%16.47%
CMYK11.90%9.52%0.00%
83.53%

Color #25262A in popluar number systems.

HEX25262A
Decimal373842
Binary100101100110101010
Octal454652

Shades and tints

Shades of #25262A

#25262A
(37,38,42)
#222327
(34,35,39)
#1F2024
(31,32,36)
#1C1D21
(28,29,33)
#191A1E
(25,26,30)
#16171B
(22,23,27)
#131418
(19,20,24)
#101115
(16,17,21)
#0D0E12
(13,14,18)
#0A0B0F
(10,11,15)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #25262A

#25262A
(37,38,42)
#38393D
(56,57,61)
#4B4C50
(75,76,80)
#5E5F63
(94,95,99)
#717276
(113,114,118)
#848589
(132,133,137)
#97989C
(151,152,156)
#AAABAF
(170,171,175)
#BDBEC2
(189,190,194)
#D0D1D5
(208,209,213)
#E3E4E8
(227,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25262A color. Also use rgb(37,38,42) instead hex code.

Text Font Color

.myTextColor { color: #25262A; }

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

This text font color is #25262A.


Background Color

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

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

This div background color is #25262A.


Border color

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

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

This div border color is #25262A.


Opacity

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

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

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

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

This text has shadow with #25262A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25262A on black background.


Color preview on white background

This text has color #25262A on white background.



Black color preview on #25262A background

This text has black color on #25262A background.


White color preview on #25262A background

This text has white color on #25262A background.