COLOR #25303C

HEX: #25303C
RGB: (37,48,60)

Color info

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

RGB color model

#25303C color RGB value is (37,48,60).

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

RGB channels and saturation

R 37 of 255 = 15%
G 48 of 255 = 19%
B 60 of 255 = 24%

37
48
60

R + G + B ~ 19%. #25303C is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 48 + 60 = 145 (100%)
R 37 of 145 ~ 25.52%
G 48 of 145 ~ 33.1%
B 60 of 145 ~ 41.38%

%25.52
%33.1
%41.38

CMYK color model

#25303C color CMYK value is (38,20,0,76).

  • cyan value is 38.33%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(38,20,0,76)
C38M20Y0K76 
(38%,20%,0%,76%)
(0.38/0.20/0.00/0.76)	

CMYK percentages

%38.33
%20
%0
%76.47

Codes

Color #25303C in popluar color models

25303C
RGB374860
HSL211°23.71%19.02%
HSB/HSV211°38.33%23.53%
CMYK38.33%20.00%0.00%
76.47%

Color #25303C in popluar number systems.

HEX25303C
Decimal374860
Binary100101110000111100
Octal456074

Shades and tints

Shades of #25303C

#25303C
(37,48,60)
#222C37
(34,44,55)
#1F2832
(31,40,50)
#1C242D
(28,36,45)
#192028
(25,32,40)
#161C23
(22,28,35)
#13181E
(19,24,30)
#101419
(16,20,25)
#0D1014
(13,16,20)
#0A0C0F
(10,12,15)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #25303C

#25303C
(37,48,60)
#38424D
(56,66,77)
#4B545E
(75,84,94)
#5E666F
(94,102,111)
#717880
(113,120,128)
#848A91
(132,138,145)
#979CA2
(151,156,162)
#AAAEB3
(170,174,179)
#BDC0C4
(189,192,196)
#D0D2D5
(208,210,213)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25303C; }

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

This text font color is #25303C.


Background Color

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

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

This div background color is #25303C.


Border color

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

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

This div border color is #25303C.


Opacity

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

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

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

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

This text has shadow with #25303C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25303C on black background.


Color preview on white background

This text has color #25303C on white background.



Black color preview on #25303C background

This text has black color on #25303C background.


White color preview on #25303C background

This text has white color on #25303C background.