COLOR #25292A

HEX: #25292A RGB: (37,41,42)

Color info

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

RGB color model

#25292A color RGB value is (37,41,42).

RGB: (37,41,42) (15%, 16%, 16%)

RGB channels and saturation

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

37
41
42

R + G + B ~ 16%. #25292A is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 41 + 42 = 120 (100%)
R 37 of 120 ~ 30.83%
G 41 of 120 ~ 34.17%
B 42 of 120 ~ 35'%

%30.83
%34.17
%35

CMYK color model

#25292A color CMYK value is (12,2,0,84).

  • cyan value is 11.90%
  • magenta value is 2.38%
  • yellow value is 0.00%
  • key color value is 83.53%

CMYK: (12,2,0,84)
C12M2Y0K84 (12%, 2%, 0%, 84%)
(0.12 / 0.02 / 0.00 / 0.84)

CMYK percentages

%11.9
%2.38
%0
%83.53

Codes

Color #25292A in popluar color models

25 29 2A
RGB 37 41 42
HSL 192° 6.33% 15.49%
HSB/HSV 192° 11.90% 16.47%
CMYK 11.90% 2.38% 0.00%
83.53%

Color #25292A in popluar number systems.

HEX 25 29 2A
Decimal 37 41 42
Binary 100101 101001 101010
Octal 45 51 52

Shades and tints

Shades of #25292A

#25292A
(37,41,42)
#222627
(34,38,39)
#1F2324
(31,35,36)
#1C2021
(28,32,33)
#191D1E
(25,29,30)
#161A1B
(22,26,27)
#131718
(19,23,24)
#101415
(16,20,21)
#0D1112
(13,17,18)
#0A0E0F
(10,14,15)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #25292A

#25292A
(37,41,42)
#383C3D
(56,60,61)
#4B4F50
(75,79,80)
#5E6263
(94,98,99)
#717576
(113,117,118)
#848889
(132,136,137)
#979B9C
(151,155,156)
#AAAEAF
(170,174,175)
#BDC1C2
(189,193,194)
#D0D4D5
(208,212,213)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25292A; }

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

This text font color is #25292A.

Background Color

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

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

This div background color is #25292A.

Border color

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

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

This div border color is #25292A.

Opacity

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

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

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

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

This text has shadow with #25292A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25292A.

Preview

Color preview on black background

This text has color #25292A on black background.


Color preview on white background

This text has color #25292A on white background.


Black color preview on #25292A background

This text has black color on #25292A background.


White color preview on #25292A background

This text has white color on #25292A background.


Related colors

Complementary color

Complementary color for #hex is #DAD6D5.


I love getcolorcode.com

Triadic colors

1 #2A2529 and #292A25 with #25292A are triadic colors.

2 #2A2925 and #29252A with #25292A are triadic colors.