COLOR #25463F

HEX: #25463F
RGB: (37,70,63)

Color info

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

RGB color model

#25463F color RGB value is (37,70,63).

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

RGB channels and saturation

R 37 of 255 = 15%
G 70 of 255 = 27%
B 63 of 255 = 25%

37
70
63

R + G + B ~ 22%. #25463F is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 70 + 63 = 170 (100%)
R 37 of 170 ~ 21.76%
G 70 of 170 ~ 41.18%
B 63 of 170 ~ 37.06%

%21.76
%41.18
%37.06

CMYK color model

#25463F color CMYK value is (47,0,10,73).

  • cyan value is 47.14%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 72.55%
CMYK:
(47,0,10,73)
C47M0Y10K73 
(47%,0%,10%,73%)
(0.47/0.00/0.10/0.73)	

CMYK percentages

%47.14
%0
%10
%72.55

Codes

Color #25463F in popluar color models

25463F
RGB377063
HSL167°30.84%20.98%
HSB/HSV167°47.14%27.45%
CMYK47.14%0.00%10.00%
72.55%

Color #25463F in popluar number systems.

HEX25463F
Decimal377063
Binary1001011000110111111
Octal4510677

Shades and tints

Shades of #25463F

#25463F
(37,70,63)
#22403A
(34,64,58)
#1F3A35
(31,58,53)
#1C3430
(28,52,48)
#192E2B
(25,46,43)
#162826
(22,40,38)
#132221
(19,34,33)
#101C1C
(16,28,28)
#0D1617
(13,22,23)
#0A1012
(10,16,18)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #25463F

#25463F
(37,70,63)
#385650
(56,86,80)
#4B6661
(75,102,97)
#5E7672
(94,118,114)
#718683
(113,134,131)
#849694
(132,150,148)
#97A6A5
(151,166,165)
#AAB6B6
(170,182,182)
#BDC6C7
(189,198,199)
#D0D6D8
(208,214,216)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25463F; }

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

This text font color is #25463F.


Background Color

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

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

This div background color is #25463F.


Border color

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

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

This div border color is #25463F.


Opacity

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

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

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

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

This text has shadow with #25463F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25463F on black background.


Color preview on white background

This text has color #25463F on white background.



Black color preview on #25463F background

This text has black color on #25463F background.


White color preview on #25463F background

This text has white color on #25463F background.