COLOR #250721

HEX: #250721 RGB: (37,7,33)

Color info

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

RGB color model

#250721 color RGB value is (37,7,33).

RGB: (37,7,33) (15%, 3%, 13%)

RGB channels and saturation

R 37 of 255 = 15%
G 7 of 255 = 3%
B 33 of 255 = 13%

37
7
33

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

Portions of RGB colors in percentages

R + G + B = 37 + 7 + 33 = 77 (100%)
R 37 of 77 ~ 48.05%
G 7 of 77 ~ 9.09%
B 33 of 77 ~ 42.86'%

%48.05
%42.86

CMYK color model

#250721 color CMYK value is (0,81,11,85).

  • cyan value is 0.00%
  • magenta value is 81.08%
  • yellow value is 10.81%
  • key color value is 85.49%

CMYK: (0,81,11,85)
C0M81Y11K85 (0%, 81%, 11%, 85%)
(0.00 / 0.81 / 0.11 / 0.85)

CMYK percentages

%0
%81.08
%10.81
%85.49

Codes

Color #250721 in popluar color models

25 07 21
RGB 37 7 33
HSL 308° 68.18% 8.63%
HSB/HSV 308° 81.08% 14.51%
CMYK 0.00% 81.08% 10.81%
85.49%

Color #250721 in popluar number systems.

HEX 25 07 21
Decimal 37 7 33
Binary 100101 111 100001
Octal 45 7 41

Shades and tints

Shades of #250721

#250721
(37,7,33)
#22071E
(34,7,30)
#1F071B
(31,7,27)
#1C0718
(28,7,24)
#190715
(25,7,21)
#160712
(22,7,18)
#13070F
(19,7,15)
#10070C
(16,7,12)
#0D0709
(13,7,9)
#0A0706
(10,7,6)
#070703
(7,7,3)
#000000
(0,0,0)

Tints of #250721

#250721
(37,7,33)
#381D35
(56,29,53)
#4B3349
(75,51,73)
#5E495D
(94,73,93)
#715F71
(113,95,113)
#847585
(132,117,133)
#978B99
(151,139,153)
#AAA1AD
(170,161,173)
#BDB7C1
(189,183,193)
#D0CDD5
(208,205,213)
#E3E3E9
(227,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250721; }

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

This text font color is #250721.

Background Color

.myBgColor { background-color: #250721; }

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

This div background color is #250721.

Border color

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

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

This div border color is #250721.

Opacity

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

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

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

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

This text has shadow with #250721 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #250721.

Preview

Color preview on black background

This text has color #250721 on black background.


Color preview on white background

This text has color #250721 on white background.


Black color preview on #250721 background

This text has black color on #250721 background.


White color preview on #250721 background

This text has white color on #250721 background.


Related colors

Complementary color

Complementary color for #hex is #DAF8DE.


I love getcolorcode.com

Triadic colors

1 #212507 and #072125 with #250721 are triadic colors.

2 #210725 and #072521 with #250721 are triadic colors.