COLOR #250610

HEX: #250610
RGB: (37,6,16)

Color info

#250610 contains red, green and blue colors in about the same proportion. Web safe color of #250610 is #330000 (or #300).

RGB color model

#250610 color RGB value is (37,6,16).

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

RGB channels and saturation

R 37 of 255 = 15%
G 6 of 255 = 2%
B 16 of 255 = 6%

37
6
16

R + G + B ~ 8%. #250610 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 6 + 16 = 59 (100%)
R 37 of 59 ~ 62.71%
G 6 of 59 ~ 10.17%
B 16 of 59 ~ 27.12%

%62.71
%10.17
%27.12

CMYK color model

#250610 color CMYK value is (0,84,57,85).

  • cyan value is 0.00%
  • magenta value is 83.78%
  • yellow value is 56.76%
  • key color value is 85.49%
CMYK:
(0,84,57,85)
C0M84Y57K85 
(0%,84%,57%,85%)
(0.00/0.84/0.57/0.85)	

CMYK percentages

%0
%83.78
%56.76
%85.49

Codes

Color #250610 in popluar color models

250610
RGB37616
HSL341°72.09%8.43%
HSB/HSV341°83.78%14.51%
CMYK0.00%83.78%56.76%
85.49%

Color #250610 in popluar number systems.

HEX250610
Decimal37616
Binary10010111010000
Octal45620

Shades and tints

Shades of #250610

#250610
(37,6,16)
#22060F
(34,6,15)
#1F060E
(31,6,14)
#1C060D
(28,6,13)
#19060C
(25,6,12)
#16060B
(22,6,11)
#13060A
(19,6,10)
#100609
(16,6,9)
#0D0608
(13,6,8)
#0A0607
(10,6,7)
#070606
(7,6,6)
#000000
(0,0,0)

Tints of #250610

#250610
(37,6,16)
#381C25
(56,28,37)
#4B323A
(75,50,58)
#5E484F
(94,72,79)
#715E64
(113,94,100)
#847479
(132,116,121)
#978A8E
(151,138,142)
#AAA0A3
(170,160,163)
#BDB6B8
(189,182,184)
#D0CCCD
(208,204,205)
#E3E2E2
(227,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250610; }

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

This text font color is #250610.


Background Color

.myBgColor { background-color: #250610; }

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

This div background color is #250610.


Border color

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

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

This div border color is #250610.


Opacity

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

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

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

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

This text has shadow with #250610 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250610 on black background.


Color preview on white background

This text has color #250610 on white background.



Black color preview on #250610 background

This text has black color on #250610 background.


White color preview on #250610 background

This text has white color on #250610 background.