COLOR #250612

HEX: #250612
RGB: (37,6,18)

Color info

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

RGB color model

#250612 color RGB value is (37,6,18).

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

RGB channels and saturation

R 37 of 255 = 15%
G 6 of 255 = 2%
B 18 of 255 = 7%

37
6
18

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

Portions of RGB colors in percentages

R + G + B =
37 + 6 + 18 = 61 (100%)
R 37 of 61 ~ 60.66%
G 6 of 61 ~ 9.84%
B 18 of 61 ~ 29.51%

%60.66
%9.84
%29.51

CMYK color model

#250612 color CMYK value is (0,84,51,85).

  • cyan value is 0.00%
  • magenta value is 83.78%
  • yellow value is 51.35%
  • key color value is 85.49%
CMYK:
(0,84,51,85)
C0M84Y51K85 
(0%,84%,51%,85%)
(0.00/0.84/0.51/0.85)	

CMYK percentages

%0
%83.78
%51.35
%85.49

Codes

Color #250612 in popluar color models

250612
RGB37618
HSL337°72.09%8.43%
HSB/HSV337°83.78%14.51%
CMYK0.00%83.78%51.35%
85.49%

Color #250612 in popluar number systems.

HEX250612
Decimal37618
Binary10010111010010
Octal45622

Shades and tints

Shades of #250612

#250612
(37,6,18)
#220611
(34,6,17)
#1F0610
(31,6,16)
#1C060F
(28,6,15)
#19060E
(25,6,14)
#16060D
(22,6,13)
#13060C
(19,6,12)
#10060B
(16,6,11)
#0D060A
(13,6,10)
#0A0609
(10,6,9)
#070608
(7,6,8)
#000000
(0,0,0)

Tints of #250612

#250612
(37,6,18)
#381C27
(56,28,39)
#4B323C
(75,50,60)
#5E4851
(94,72,81)
#715E66
(113,94,102)
#84747B
(132,116,123)
#978A90
(151,138,144)
#AAA0A5
(170,160,165)
#BDB6BA
(189,182,186)
#D0CCCF
(208,204,207)
#E3E2E4
(227,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250612; }

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

This text font color is #250612.


Background Color

.myBgColor { background-color: #250612; }

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

This div background color is #250612.


Border color

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

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

This div border color is #250612.


Opacity

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

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

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

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

This text has shadow with #250612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250612 on black background.


Color preview on white background

This text has color #250612 on white background.



Black color preview on #250612 background

This text has black color on #250612 background.


White color preview on #250612 background

This text has white color on #250612 background.