COLOR #25343F

HEX: #25343F
RGB: (37,52,63)

Color info

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

RGB color model

#25343F color RGB value is (37,52,63).

  • red value is 37;
  • green value is 52;
  • blue value is 63.
RGB:
(37,52,63)
(15%,20%,25%)

RGB channels and saturation

R 37 of 255 = 15%
G 52 of 255 = 20%
B 63 of 255 = 25%

37
52
63

R + G + B ~ 20%. #25343F is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 52 + 63 = 152 (100%)
R 37 of 152 ~ 24.34%
G 52 of 152 ~ 34.21%
B 63 of 152 ~ 41.45%

%24.34
%34.21
%41.45

CMYK color model

#25343F color CMYK value is (41,17,0,75).

  • cyan value is 41.27%
  • magenta value is 17.46%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(41,17,0,75)
C41M17Y0K75 
(41%,17%,0%,75%)
(0.41/0.17/0.00/0.75)	

CMYK percentages

%41.27
%17.46
%0
%75.29

Codes

Color #25343F in popluar color models

25343F
RGB375263
HSL205°26.00%19.61%
HSB/HSV205°41.27%24.71%
CMYK41.27%17.46%0.00%
75.29%

Color #25343F in popluar number systems.

HEX25343F
Decimal375263
Binary100101110100111111
Octal456477

Shades and tints

Shades of #25343F

#25343F
(37,52,63)
#22303A
(34,48,58)
#1F2C35
(31,44,53)
#1C2830
(28,40,48)
#19242B
(25,36,43)
#162026
(22,32,38)
#131C21
(19,28,33)
#10181C
(16,24,28)
#0D1417
(13,20,23)
#0A1012
(10,16,18)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #25343F

#25343F
(37,52,63)
#384650
(56,70,80)
#4B5861
(75,88,97)
#5E6A72
(94,106,114)
#717C83
(113,124,131)
#848E94
(132,142,148)
#97A0A5
(151,160,165)
#AAB2B6
(170,178,182)
#BDC4C7
(189,196,199)
#D0D6D8
(208,214,216)
#E3E8E9
(227,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25343F color. Also use rgb(37,52,63) instead hex code.

Text Font Color

.myTextColor { color: #25343F; }

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

This text font color is #25343F.


Background Color

.myBgColor { background-color: #25343F; }

<div style="background-color:#25343F">Inner text</div>

This div background color is #25343F.


Border color

.myBorderColor { border: 1px solid #25343F; }

<div style="border:3px solid #25343F">Div</div>

This div border color is #25343F.


Opacity

.myOpacity80 { color: #25343F; opacity: 0.8; }

<p style="color:#25343F;opacity:0.8;">80%</p>

Text with #25343F 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 #25343F;}

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

This text has shadow with #25343F color.

.textShadow {text-shadow: 3px 3px 1px #25343F, 3px 3px 1px red;}

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

This text has shadow with #25343F primary color and red secondary color.


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

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

This text has shadow with #25343F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25343F on black background.


Color preview on white background

This text has color #25343F on white background.



Black color preview on #25343F background

This text has black color on #25343F background.


White color preview on #25343F background

This text has white color on #25343F background.