COLOR #250624

HEX: #250624
RGB: (37,6,36)

Color info

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

RGB color model

#250624 color RGB value is (37,6,36).

  • red value is 37;
  • green value is 6;
  • blue value is 36.
RGB:
(37,6,36)
(15%,2%,14%)

RGB channels and saturation

R 37 of 255 = 15%
G 6 of 255 = 2%
B 36 of 255 = 14%

37
6
36

R + G + B ~ 10%. #250624 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 6 + 36 = 79 (100%)
R 37 of 79 ~ 46.84%
G 6 of 79 ~ 7.59%
B 36 of 79 ~ 45.57%

%46.84
%45.57

CMYK color model

#250624 color CMYK value is (0,84,3,85).

  • cyan value is 0.00%
  • magenta value is 83.78%
  • yellow value is 2.70%
  • key color value is 85.49%
CMYK:
(0,84,3,85)
C0M84Y3K85 
(0%,84%,3%,85%)
(0.00/0.84/0.03/0.85)	

CMYK percentages

%0
%83.78
%2.7
%85.49

Codes

Color #250624 in popluar color models

250624
RGB37636
HSL302°72.09%8.43%
HSB/HSV302°83.78%14.51%
CMYK0.00%83.78%2.70%
85.49%

Color #250624 in popluar number systems.

HEX250624
Decimal37636
Binary100101110100100
Octal45644

Shades and tints

Shades of #250624

#250624
(37,6,36)
#220621
(34,6,33)
#1F061E
(31,6,30)
#1C061B
(28,6,27)
#190618
(25,6,24)
#160615
(22,6,21)
#130612
(19,6,18)
#10060F
(16,6,15)
#0D060C
(13,6,12)
#0A0609
(10,6,9)
#070606
(7,6,6)
#000000
(0,0,0)

Tints of #250624

#250624
(37,6,36)
#381C37
(56,28,55)
#4B324A
(75,50,74)
#5E485D
(94,72,93)
#715E70
(113,94,112)
#847483
(132,116,131)
#978A96
(151,138,150)
#AAA0A9
(170,160,169)
#BDB6BC
(189,182,188)
#D0CCCF
(208,204,207)
#E3E2E2
(227,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #250624 color. Also use rgb(37,6,36) instead hex code.

Text Font Color

.myTextColor { color: #250624; }

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

This text font color is #250624.


Background Color

.myBgColor { background-color: #250624; }

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

This div background color is #250624.


Border color

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

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

This div border color is #250624.


Opacity

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

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

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

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

This text has shadow with #250624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250624 on black background.


Color preview on white background

This text has color #250624 on white background.



Black color preview on #250624 background

This text has black color on #250624 background.


White color preview on #250624 background

This text has white color on #250624 background.