COLOR #252E33

HEX: #252E33 RGB: (37,46,51)

Color info

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

RGB color model

#252E33 color RGB value is (37,46,51).

RGB: (37,46,51) (15%, 18%, 20%)

RGB channels and saturation

R 37 of 255 = 15%
G 46 of 255 = 18%
B 51 of 255 = 20%

37
46
51

R + G + B ~ 18%. #252E33 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 46 + 51 = 134 (100%)
R 37 of 134 ~ 27.61%
G 46 of 134 ~ 34.33%
B 51 of 134 ~ 38.06'%

%27.61
%34.33
%38.06

CMYK color model

#252E33 color CMYK value is (27,10,0,80).

  • cyan value is 27.45%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 80.00%

CMYK: (27,10,0,80)
C27M10Y0K80 (27%, 10%, 0%, 80%)
(0.27 / 0.10 / 0.00 / 0.80)

CMYK percentages

%27.45
%9.8
%0
%80

Codes

Color #252E33 in popluar color models

25 2E 33
RGB 37 46 51
HSL 201° 15.91% 17.25%
HSB/HSV 201° 27.45% 20.00%
CMYK 27.45% 9.80% 0.00%
80.00%

Color #252E33 in popluar number systems.

HEX 25 2E 33
Decimal 37 46 51
Binary 100101 101110 110011
Octal 45 56 63

Shades and tints

Shades of #252E33

#252E33
(37,46,51)
#222A2F
(34,42,47)
#1F262B
(31,38,43)
#1C2227
(28,34,39)
#191E23
(25,30,35)
#161A1F
(22,26,31)
#13161B
(19,22,27)
#101217
(16,18,23)
#0D0E13
(13,14,19)
#0A0A0F
(10,10,15)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #252E33

#252E33
(37,46,51)
#384145
(56,65,69)
#4B5457
(75,84,87)
#5E6769
(94,103,105)
#717A7B
(113,122,123)
#848D8D
(132,141,141)
#97A09F
(151,160,159)
#AAB3B1
(170,179,177)
#BDC6C3
(189,198,195)
#D0D9D5
(208,217,213)
#E3ECE7
(227,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252E33 color. Also use rgb(37,46,51) instead hex code.

Text Font Color

.myTextColor { color: #252E33; }

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

This text font color is #252E33.

Background Color

.myBgColor { background-color: #252E33; }

<div style="background-color:#252E33">Inner text</div>

This div background color is #252E33.

Border color

.myBorderColor { border: 1px solid #252E33; }

<div style="border:3px solid #252E33">Div</div>

This div border color is #252E33.

Opacity

.myOpacity80 { color: #252E33; opacity: 0.8; }

<p style="color:#252E33;opacity:0.8;">80%</p>

Text with #252E33 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 #252E33;}

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

This text has shadow with #252E33 color.


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

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

This text has shadow with #252E33 primary color and red secondary color.


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

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

This text has shadow with #252E33 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #252E33.

Preview

Color preview on black background

This text has color #252E33 on black background.


Color preview on white background

This text has color #252E33 on white background.


Black color preview on #252E33 background

This text has black color on #252E33 background.


White color preview on #252E33 background

This text has white color on #252E33 background.


Related colors

Complementary color

Complementary color for #hex is #DAD1CC.


I love getcolorcode.com

Triadic colors

1 #33252E and #2E3325 with #252E33 are triadic colors.

2 #332E25 and #2E2533 with #252E33 are triadic colors.