COLOR #25293D

HEX: #25293D RGB: (37,41,61)

Color info

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

RGB color model

#25293D color RGB value is (37,41,61).

RGB: (37,41,61) (15%, 16%, 24%)

RGB channels and saturation

R 37 of 255 = 15%
G 41 of 255 = 16%
B 61 of 255 = 24%

37
41
61

R + G + B ~ 18%. #25293D is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 41 + 61 = 139 (100%)
R 37 of 139 ~ 26.62%
G 41 of 139 ~ 29.5%
B 61 of 139 ~ 43.88'%

%26.62
%29.5
%43.88

CMYK color model

#25293D color CMYK value is (39,33,0,76).

  • cyan value is 39.34%
  • magenta value is 32.79%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (39,33,0,76)
C39M33Y0K76 (39%, 33%, 0%, 76%)
(0.39 / 0.33 / 0.00 / 0.76)

CMYK percentages

%39.34
%32.79
%0
%76.08

Codes

Color #25293D in popluar color models

25 29 3D
RGB 37 41 61
HSL 230° 24.49% 19.22%
HSB/HSV 230° 39.34% 23.92%
CMYK 39.34% 32.79% 0.00%
76.08%

Color #25293D in popluar number systems.

HEX 25 29 3D
Decimal 37 41 61
Binary 100101 101001 111101
Octal 45 51 75

Shades and tints

Shades of #25293D

#25293D
(37,41,61)
#222638
(34,38,56)
#1F2333
(31,35,51)
#1C202E
(28,32,46)
#191D29
(25,29,41)
#161A24
(22,26,36)
#13171F
(19,23,31)
#10141A
(16,20,26)
#0D1115
(13,17,21)
#0A0E10
(10,14,16)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #25293D

#25293D
(37,41,61)
#383C4E
(56,60,78)
#4B4F5F
(75,79,95)
#5E6270
(94,98,112)
#717581
(113,117,129)
#848892
(132,136,146)
#979BA3
(151,155,163)
#AAAEB4
(170,174,180)
#BDC1C5
(189,193,197)
#D0D4D6
(208,212,214)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25293D color. Also use rgb(37,41,61) instead hex code.

Text Font Color

.myTextColor { color: #25293D; }

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

This text font color is #25293D.

Background Color

.myBgColor { background-color: #25293D; }

<div style="background-color:#25293D">Inner text</div>

This div background color is #25293D.

Border color

.myBorderColor { border: 1px solid #25293D; }

<div style="border:3px solid #25293D">Div</div>

This div border color is #25293D.

Opacity

.myOpacity80 { color: #25293D; opacity: 0.8; }

<p style="color:#25293D;opacity:0.8;">80%</p>

Text with #25293D 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 #25293D;}

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

This text has shadow with #25293D color.


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

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

This text has shadow with #25293D primary color and red secondary color.


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

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

This text has shadow with #25293D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #25293D.

Preview

Color preview on black background

This text has color #25293D on black background.


Color preview on white background

This text has color #25293D on white background.


Black color preview on #25293D background

This text has black color on #25293D background.


White color preview on #25293D background

This text has white color on #25293D background.


Related colors

Complementary color

Complementary color for #hex is #DAD6C2.


I love getcolorcode.com

Triadic colors

1 #3D2529 and #293D25 with #25293D are triadic colors.

2 #3D2925 and #29253D with #25293D are triadic colors.