COLOR #250621

HEX: #250621
RGB: (37,6,33)

Color info

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

RGB color model

#250621 color RGB value is (37,6,33).

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

RGB channels and saturation

R 37 of 255 = 15%
G 6 of 255 = 2%
B 33 of 255 = 13%

37
6
33

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

Portions of RGB colors in percentages

R + G + B =
37 + 6 + 33 = 76 (100%)
R 37 of 76 ~ 48.68%
G 6 of 76 ~ 7.89%
B 33 of 76 ~ 43.42%

%48.68
%43.42

CMYK color model

#250621 color CMYK value is (0,84,11,85).

  • cyan value is 0.00%
  • magenta value is 83.78%
  • yellow value is 10.81%
  • key color value is 85.49%
CMYK:
(0,84,11,85)
C0M84Y11K85 
(0%,84%,11%,85%)
(0.00/0.84/0.11/0.85)	

CMYK percentages

%0
%83.78
%10.81
%85.49

Codes

Color #250621 in popluar color models

250621
RGB37633
HSL308°72.09%8.43%
HSB/HSV308°83.78%14.51%
CMYK0.00%83.78%10.81%
85.49%

Color #250621 in popluar number systems.

HEX250621
Decimal37633
Binary100101110100001
Octal45641

Shades and tints

Shades of #250621

#250621
(37,6,33)
#22061E
(34,6,30)
#1F061B
(31,6,27)
#1C0618
(28,6,24)
#190615
(25,6,21)
#160612
(22,6,18)
#13060F
(19,6,15)
#10060C
(16,6,12)
#0D0609
(13,6,9)
#0A0606
(10,6,6)
#070603
(7,6,3)
#000000
(0,0,0)

Tints of #250621

#250621
(37,6,33)
#381C35
(56,28,53)
#4B3249
(75,50,73)
#5E485D
(94,72,93)
#715E71
(113,94,113)
#847485
(132,116,133)
#978A99
(151,138,153)
#AAA0AD
(170,160,173)
#BDB6C1
(189,182,193)
#D0CCD5
(208,204,213)
#E3E2E9
(227,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250621; }

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

This text font color is #250621.


Background Color

.myBgColor { background-color: #250621; }

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

This div background color is #250621.


Border color

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

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

This div border color is #250621.


Opacity

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

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

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

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

This text has shadow with #250621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250621 on black background.


Color preview on white background

This text has color #250621 on white background.



Black color preview on #250621 background

This text has black color on #250621 background.


White color preview on #250621 background

This text has white color on #250621 background.