COLOR #25333E

HEX: #25333E
RGB: (37,51,62)

Color info

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

RGB color model

#25333E color RGB value is (37,51,62).

  • red value is 37;
  • green value is 51;
  • blue value is 62.
RGB:
(37,51,62)
(15%,20%,24%)

RGB channels and saturation

R 37 of 255 = 15%
G 51 of 255 = 20%
B 62 of 255 = 24%

37
51
62

R + G + B ~ 20%. #25333E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 51 + 62 = 150 (100%)
R 37 of 150 ~ 24.67%
G 51 of 150 ~ 34%
B 62 of 150 ~ 41.33%

%24.67
%34
%41.33

CMYK color model

#25333E color CMYK value is (40,18,0,76).

  • cyan value is 40.32%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(40,18,0,76)
C40M18Y0K76 
(40%,18%,0%,76%)
(0.40/0.18/0.00/0.76)	

CMYK percentages

%40.32
%17.74
%0
%75.69

Codes

Color #25333E in popluar color models

25333E
RGB375162
HSL206°25.25%19.41%
HSB/HSV206°40.32%24.31%
CMYK40.32%17.74%0.00%
75.69%

Color #25333E in popluar number systems.

HEX25333E
Decimal375162
Binary100101110011111110
Octal456376

Shades and tints

Shades of #25333E

#25333E
(37,51,62)
#222F39
(34,47,57)
#1F2B34
(31,43,52)
#1C272F
(28,39,47)
#19232A
(25,35,42)
#161F25
(22,31,37)
#131B20
(19,27,32)
#10171B
(16,23,27)
#0D1316
(13,19,22)
#0A0F11
(10,15,17)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #25333E

#25333E
(37,51,62)
#38454F
(56,69,79)
#4B5760
(75,87,96)
#5E6971
(94,105,113)
#717B82
(113,123,130)
#848D93
(132,141,147)
#979FA4
(151,159,164)
#AAB1B5
(170,177,181)
#BDC3C6
(189,195,198)
#D0D5D7
(208,213,215)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25333E color. Also use rgb(37,51,62) instead hex code.

Text Font Color

.myTextColor { color: #25333E; }

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

This text font color is #25333E.


Background Color

.myBgColor { background-color: #25333E; }

<div style="background-color:#25333E">Inner text</div>

This div background color is #25333E.


Border color

.myBorderColor { border: 1px solid #25333E; }

<div style="border:3px solid #25333E">Div</div>

This div border color is #25333E.


Opacity

.myOpacity80 { color: #25333E; opacity: 0.8; }

<p style="color:#25333E;opacity:0.8;">80%</p>

Text with #25333E 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 #25333E;}

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

This text has shadow with #25333E color.

.textShadow {text-shadow: 3px 3px 1px #25333E, 3px 3px 1px red;}

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

This text has shadow with #25333E primary color and red secondary color.


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

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

This text has shadow with #25333E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25333E on black background.


Color preview on white background

This text has color #25333E on white background.



Black color preview on #25333E background

This text has black color on #25333E background.


White color preview on #25333E background

This text has white color on #25333E background.