COLOR #25032E

HEX: #25032E
RGB: (37,3,46)

Color info

#25032E contains red, green and blue colors in about the same proportion. Web safe color of #25032E is #330033 (or #303).

RGB color model

#25032E color RGB value is (37,3,46).

  • red value is 37;
  • green value is 3;
  • blue value is 46.
RGB:
(37,3,46)
(15%,1%,18%)

RGB channels and saturation

R 37 of 255 = 15%
G 3 of 255 = 1%
B 46 of 255 = 18%

37
3
46

R + G + B ~ 11%. #25032E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 3 + 46 = 86 (100%)
R 37 of 86 ~ 43.02%
G 3 of 86 ~ 3.49%
B 46 of 86 ~ 53.49%

%43.02
%53.49

CMYK color model

#25032E color CMYK value is (20,93,0,82).

  • cyan value is 19.57%
  • magenta value is 93.48%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(20,93,0,82)
C20M93Y0K82 
(20%,93%,0%,82%)
(0.20/0.93/0.00/0.82)	

CMYK percentages

%19.57
%93.48
%0
%81.96

Codes

Color #25032E in popluar color models

25032E
RGB37346
HSL287°87.76%9.61%
HSB/HSV287°93.48%18.04%
CMYK19.57%93.48%0.00%
81.96%

Color #25032E in popluar number systems.

HEX25032E
Decimal37346
Binary10010111101110
Octal45356

Shades and tints

Shades of #25032E

#25032E
(37,3,46)
#22032A
(34,3,42)
#1F0326
(31,3,38)
#1C0322
(28,3,34)
#19031E
(25,3,30)
#16031A
(22,3,26)
#130316
(19,3,22)
#100312
(16,3,18)
#0D030E
(13,3,14)
#0A030A
(10,3,10)
#070306
(7,3,6)
#000000
(0,0,0)

Tints of #25032E

#25032E
(37,3,46)
#381941
(56,25,65)
#4B2F54
(75,47,84)
#5E4567
(94,69,103)
#715B7A
(113,91,122)
#84718D
(132,113,141)
#9787A0
(151,135,160)
#AA9DB3
(170,157,179)
#BDB3C6
(189,179,198)
#D0C9D9
(208,201,217)
#E3DFEC
(227,223,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25032E color. Also use rgb(37,3,46) instead hex code.

Text Font Color

.myTextColor { color: #25032E; }

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

This text font color is #25032E.


Background Color

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

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

This div background color is #25032E.


Border color

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

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

This div border color is #25032E.


Opacity

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

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

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

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

This text has shadow with #25032E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25032E on black background.


Color preview on white background

This text has color #25032E on white background.



Black color preview on #25032E background

This text has black color on #25032E background.


White color preview on #25032E background

This text has white color on #25032E background.