COLOR #251B0E

HEX: #251B0E
RGB: (37,27,14)

Color info

#251B0E contains red, green and blue colors in about the same proportion. Web safe color of #251B0E is #333300 (or #330).

RGB color model

#251B0E color RGB value is (37,27,14).

  • red value is 37;
  • green value is 27;
  • blue value is 14.
RGB:
(37,27,14)
(15%,11%,5%)

RGB channels and saturation

R 37 of 255 = 15%
G 27 of 255 = 11%
B 14 of 255 = 5%

37
27
14

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

Portions of RGB colors in percentages

R + G + B =
37 + 27 + 14 = 78 (100%)
R 37 of 78 ~ 47.44%
G 27 of 78 ~ 34.62%
B 14 of 78 ~ 17.95%

%47.44
%34.62
%17.95

CMYK color model

#251B0E color CMYK value is (0,27,62,85).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 62.16%
  • key color value is 85.49%
CMYK:
(0,27,62,85)
C0M27Y62K85 
(0%,27%,62%,85%)
(0.00/0.27/0.62/0.85)	

CMYK percentages

%0
%27.03
%62.16
%85.49

Codes

Color #251B0E in popluar color models

251B0E
RGB372714
HSL34°45.10%10.00%
HSB/HSV34°62.16%14.51%
CMYK0.00%27.03%62.16%
85.49%

Color #251B0E in popluar number systems.

HEX251B0E
Decimal372714
Binary100101110111110
Octal453316

Shades and tints

Shades of #251B0E

#251B0E
(37,27,14)
#22190D
(34,25,13)
#1F170C
(31,23,12)
#1C150B
(28,21,11)
#19130A
(25,19,10)
#161109
(22,17,9)
#130F08
(19,15,8)
#100D07
(16,13,7)
#0D0B06
(13,11,6)
#0A0905
(10,9,5)
#070704
(7,7,4)
#000000
(0,0,0)

Tints of #251B0E

#251B0E
(37,27,14)
#382F23
(56,47,35)
#4B4338
(75,67,56)
#5E574D
(94,87,77)
#716B62
(113,107,98)
#847F77
(132,127,119)
#97938C
(151,147,140)
#AAA7A1
(170,167,161)
#BDBBB6
(189,187,182)
#D0CFCB
(208,207,203)
#E3E3E0
(227,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #251B0E color. Also use rgb(37,27,14) instead hex code.

Text Font Color

.myTextColor { color: #251B0E; }

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

This text font color is #251B0E.


Background Color

.myBgColor { background-color: #251B0E; }

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

This div background color is #251B0E.


Border color

.myBorderColor { border: 1px solid #251B0E; }

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

This div border color is #251B0E.


Opacity

.myOpacity80 { color: #251B0E; opacity: 0.8; }

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

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

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

This text has shadow with #251B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251B0E on black background.


Color preview on white background

This text has color #251B0E on white background.



Black color preview on #251B0E background

This text has black color on #251B0E background.


White color preview on #251B0E background

This text has white color on #251B0E background.