COLOR #250711

HEX: #250711
RGB: (37,7,17)

Color info

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

RGB color model

#250711 color RGB value is (37,7,17).

  • red value is 37;
  • green value is 7;
  • blue value is 17.
RGB:
(37,7,17)
(15%,3%,7%)

RGB channels and saturation

R 37 of 255 = 15%
G 7 of 255 = 3%
B 17 of 255 = 7%

37
7
17

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

Portions of RGB colors in percentages

R + G + B =
37 + 7 + 17 = 61 (100%)
R 37 of 61 ~ 60.66%
G 7 of 61 ~ 11.48%
B 17 of 61 ~ 27.87%

%60.66
%11.48
%27.87

CMYK color model

#250711 color CMYK value is (0,81,54,85).

  • cyan value is 0.00%
  • magenta value is 81.08%
  • yellow value is 54.05%
  • key color value is 85.49%
CMYK:
(0,81,54,85)
C0M81Y54K85 
(0%,81%,54%,85%)
(0.00/0.81/0.54/0.85)	

CMYK percentages

%0
%81.08
%54.05
%85.49

Codes

Color #250711 in popluar color models

250711
RGB37717
HSL340°68.18%8.63%
HSB/HSV340°81.08%14.51%
CMYK0.00%81.08%54.05%
85.49%

Color #250711 in popluar number systems.

HEX250711
Decimal37717
Binary10010111110001
Octal45721

Shades and tints

Shades of #250711

#250711
(37,7,17)
#220710
(34,7,16)
#1F070F
(31,7,15)
#1C070E
(28,7,14)
#19070D
(25,7,13)
#16070C
(22,7,12)
#13070B
(19,7,11)
#10070A
(16,7,10)
#0D0709
(13,7,9)
#0A0708
(10,7,8)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #250711

#250711
(37,7,17)
#381D26
(56,29,38)
#4B333B
(75,51,59)
#5E4950
(94,73,80)
#715F65
(113,95,101)
#84757A
(132,117,122)
#978B8F
(151,139,143)
#AAA1A4
(170,161,164)
#BDB7B9
(189,183,185)
#D0CDCE
(208,205,206)
#E3E3E3
(227,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #250711; }

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

This text font color is #250711.


Background Color

.myBgColor { background-color: #250711; }

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

This div background color is #250711.


Border color

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

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

This div border color is #250711.


Opacity

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

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

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

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

This text has shadow with #250711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #250711 on black background.


Color preview on white background

This text has color #250711 on white background.



Black color preview on #250711 background

This text has black color on #250711 background.


White color preview on #250711 background

This text has white color on #250711 background.