COLOR #252333

HEX: #252333 RGB: (37,35,51)

Color info

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

RGB color model

#252333 color RGB value is (37,35,51).

RGB: (37,35,51) (15%, 14%, 20%)

RGB channels and saturation

R 37 of 255 = 15%
G 35 of 255 = 14%
B 51 of 255 = 20%

37
35
51

R + G + B ~ 16%. #252333 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 35 + 51 = 123 (100%)
R 37 of 123 ~ 30.08%
G 35 of 123 ~ 28.46%
B 51 of 123 ~ 41.46'%

%30.08
%28.46
%41.46

CMYK color model

#252333 color CMYK value is (27,31,0,80).

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

CMYK: (27,31,0,80)
C27M31Y0K80 (27%, 31%, 0%, 80%)
(0.27 / 0.31 / 0.00 / 0.80)

CMYK percentages

%27.45
%31.37
%0
%80

Codes

Color #252333 in popluar color models

25 23 33
RGB 37 35 51
HSL 248° 18.60% 16.86%
HSB/HSV 248° 31.37% 20.00%
CMYK 27.45% 31.37% 0.00%
80.00%

Color #252333 in popluar number systems.

HEX 25 23 33
Decimal 37 35 51
Binary 100101 100011 110011
Octal 45 43 63

Shades and tints

Shades of #252333

#252333
(37,35,51)
#22202F
(34,32,47)
#1F1D2B
(31,29,43)
#1C1A27
(28,26,39)
#191723
(25,23,35)
#16141F
(22,20,31)
#13111B
(19,17,27)
#100E17
(16,14,23)
#0D0B13
(13,11,19)
#0A080F
(10,8,15)
#07050B
(7,5,11)
#000000
(0,0,0)

Tints of #252333

#252333
(37,35,51)
#383745
(56,55,69)
#4B4B57
(75,75,87)
#5E5F69
(94,95,105)
#71737B
(113,115,123)
#84878D
(132,135,141)
#979B9F
(151,155,159)
#AAAFB1
(170,175,177)
#BDC3C3
(189,195,195)
#D0D7D5
(208,215,213)
#E3EBE7
(227,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252333; }

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

This text font color is #252333.

Background Color

.myBgColor { background-color: #252333; }

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

This div background color is #252333.

Border color

.myBorderColor { border: 1px solid #252333; }

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

This div border color is #252333.

Opacity

.myOpacity80 { color: #252333; opacity: 0.8; }

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

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

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

This text has shadow with #252333 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252333.

Preview

Color preview on black background

This text has color #252333 on black background.


Color preview on white background

This text has color #252333 on white background.


Black color preview on #252333 background

This text has black color on #252333 background.


White color preview on #252333 background

This text has white color on #252333 background.


Related colors

Complementary color

Complementary color for #hex is #DADCCC.


I love getcolorcode.com

Triadic colors

1 #332523 and #233325 with #252333 are triadic colors.

2 #332325 and #232533 with #252333 are triadic colors.