COLOR #25323C

HEX: #25323C RGB: (37,50,60)

Color info

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

RGB color model

#25323C color RGB value is (37,50,60).

RGB: (37,50,60) (15%, 20%, 24%)

RGB channels and saturation

R 37 of 255 = 15%
G 50 of 255 = 20%
B 60 of 255 = 24%

37
50
60

R + G + B ~ 20%. #25323C is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 50 + 60 = 147 (100%)
R 37 of 147 ~ 25.17%
G 50 of 147 ~ 34.01%
B 60 of 147 ~ 40.82'%

%25.17
%34.01
%40.82

CMYK color model

#25323C color CMYK value is (38,17,0,76).

  • cyan value is 38.33%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (38,17,0,76)
C38M17Y0K76 (38%, 17%, 0%, 76%)
(0.38 / 0.17 / 0.00 / 0.76)

CMYK percentages

%38.33
%16.67
%0
%76.47

Codes

Color #25323C in popluar color models

25 32 3C
RGB 37 50 60
HSL 206° 23.71% 19.02%
HSB/HSV 206° 38.33% 23.53%
CMYK 38.33% 16.67% 0.00%
76.47%

Color #25323C in popluar number systems.

HEX 25 32 3C
Decimal 37 50 60
Binary 100101 110010 111100
Octal 45 62 74

Shades and tints

Shades of #25323C

#25323C
(37,50,60)
#222E37
(34,46,55)
#1F2A32
(31,42,50)
#1C262D
(28,38,45)
#192228
(25,34,40)
#161E23
(22,30,35)
#131A1E
(19,26,30)
#101619
(16,22,25)
#0D1214
(13,18,20)
#0A0E0F
(10,14,15)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #25323C

#25323C
(37,50,60)
#38444D
(56,68,77)
#4B565E
(75,86,94)
#5E686F
(94,104,111)
#717A80
(113,122,128)
#848C91
(132,140,145)
#979EA2
(151,158,162)
#AAB0B3
(170,176,179)
#BDC2C4
(189,194,196)
#D0D4D5
(208,212,213)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25323C color. Also use rgb(37,50,60) instead hex code.

Text Font Color

.myTextColor { color: #25323C; }

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

This text font color is #25323C.

Background Color

.myBgColor { background-color: #25323C; }

<div style="background-color:#25323C">Inner text</div>

This div background color is #25323C.

Border color

.myBorderColor { border: 1px solid #25323C; }

<div style="border:3px solid #25323C">Div</div>

This div border color is #25323C.

Opacity

.myOpacity80 { color: #25323C; opacity: 0.8; }

<p style="color:#25323C;opacity:0.8;">80%</p>

Text with #25323C 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 #25323C;}

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

This text has shadow with #25323C color.


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

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

This text has shadow with #25323C primary color and red secondary color.


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

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

This text has shadow with #25323C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #25323C.

Preview

Color preview on black background

This text has color #25323C on black background.


Color preview on white background

This text has color #25323C on white background.


Black color preview on #25323C background

This text has black color on #25323C background.


White color preview on #25323C background

This text has white color on #25323C background.


Related colors

Complementary color

Complementary color for #hex is #DACDC3.


I love getcolorcode.com

Triadic colors

1 #3C2532 and #323C25 with #25323C are triadic colors.

2 #3C3225 and #32253C with #25323C are triadic colors.