COLOR #252033

HEX: #252033 RGB: (37,32,51)

Color info

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

RGB color model

#252033 color RGB value is (37,32,51).

RGB: (37,32,51) (15%, 13%, 20%)

RGB channels and saturation

R 37 of 255 = 15%
G 32 of 255 = 13%
B 51 of 255 = 20%

37
32
51

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

Portions of RGB colors in percentages

R + G + B = 37 + 32 + 51 = 120 (100%)
R 37 of 120 ~ 30.83%
G 32 of 120 ~ 26.67%
B 51 of 120 ~ 42.5'%

%30.83
%26.67
%42.5

CMYK color model

#252033 color CMYK value is (27,37,0,80).

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

CMYK: (27,37,0,80)
C27M37Y0K80 (27%, 37%, 0%, 80%)
(0.27 / 0.37 / 0.00 / 0.80)

CMYK percentages

%27.45
%37.25
%0
%80

Codes

Color #252033 in popluar color models

25 20 33
RGB 37 32 51
HSL 256° 22.89% 16.27%
HSB/HSV 256° 37.25% 20.00%
CMYK 27.45% 37.25% 0.00%
80.00%

Color #252033 in popluar number systems.

HEX 25 20 33
Decimal 37 32 51
Binary 100101 100000 110011
Octal 45 40 63

Shades and tints

Shades of #252033

#252033
(37,32,51)
#221E2F
(34,30,47)
#1F1C2B
(31,28,43)
#1C1A27
(28,26,39)
#191823
(25,24,35)
#16161F
(22,22,31)
#13141B
(19,20,27)
#101217
(16,18,23)
#0D1013
(13,16,19)
#0A0E0F
(10,14,15)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #252033

#252033
(37,32,51)
#383445
(56,52,69)
#4B4857
(75,72,87)
#5E5C69
(94,92,105)
#71707B
(113,112,123)
#84848D
(132,132,141)
#97989F
(151,152,159)
#AAACB1
(170,172,177)
#BDC0C3
(189,192,195)
#D0D4D5
(208,212,213)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252033; }

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

This text font color is #252033.

Background Color

.myBgColor { background-color: #252033; }

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

This div background color is #252033.

Border color

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

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

This div border color is #252033.

Opacity

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

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

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

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

This text has shadow with #252033 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252033.

Preview

Color preview on black background

This text has color #252033 on black background.


Color preview on white background

This text has color #252033 on white background.


Black color preview on #252033 background

This text has black color on #252033 background.


White color preview on #252033 background

This text has white color on #252033 background.


Related colors

Complementary color

Complementary color for #hex is #DADFCC.


I love getcolorcode.com

Triadic colors

1 #332520 and #203325 with #252033 are triadic colors.

2 #332025 and #202533 with #252033 are triadic colors.