COLOR #0B250A

HEX: #0B250A
RGB: (11,37,10)

Color info

#0B250A contains red, green and blue colors in about the same proportion. Web safe color of #0B250A is #003300 (or #030).

RGB color model

#0B250A color RGB value is (11,37,10).

  • red value is 11;
  • green value is 37;
  • blue value is 10.
RGB:
(11,37,10)
(4%,15%,4%)

RGB channels and saturation

R 11 of 255 = 4%
G 37 of 255 = 15%
B 10 of 255 = 4%

11
37
10

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

Portions of RGB colors in percentages

R + G + B =
11 + 37 + 10 = 58 (100%)
R 11 of 58 ~ 18.97%
G 37 of 58 ~ 63.79%
B 10 of 58 ~ 17.24%

%18.97
%63.79
%17.24

CMYK color model

#0B250A color CMYK value is (70,0,73,85).

  • cyan value is 70.27%
  • magenta value is 0.00%
  • yellow value is 72.97%
  • key color value is 85.49%
CMYK:
(70,0,73,85)
C70M0Y73K85 
(70%,0%,73%,85%)
(0.70/0.00/0.73/0.85)	

CMYK percentages

%70.27
%0
%72.97
%85.49

Codes

Color #0B250A in popluar color models

0B250A
RGB113710
HSL118°57.45%9.22%
HSB/HSV118°72.97%14.51%
CMYK70.27%0.00%72.97%
85.49%

Color #0B250A in popluar number systems.

HEX0B250A
Decimal113710
Binary10111001011010
Octal134512

Shades and tints

Shades of #0B250A

#0B250A
(11,37,10)
#0A220A
(10,34,10)
#091F0A
(9,31,10)
#081C0A
(8,28,10)
#07190A
(7,25,10)
#06160A
(6,22,10)
#05130A
(5,19,10)
#04100A
(4,16,10)
#030D0A
(3,13,10)
#020A0A
(2,10,10)
#01070A
(1,7,10)
#000000
(0,0,0)

Tints of #0B250A

#0B250A
(11,37,10)
#213820
(33,56,32)
#374B36
(55,75,54)
#4D5E4C
(77,94,76)
#637162
(99,113,98)
#798478
(121,132,120)
#8F978E
(143,151,142)
#A5AAA4
(165,170,164)
#BBBDBA
(187,189,186)
#D1D0D0
(209,208,208)
#E7E3E6
(231,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B250A color. Also use rgb(11,37,10) instead hex code.

Text Font Color

.myTextColor { color: #0B250A; }

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

This text font color is #0B250A.


Background Color

.myBgColor { background-color: #0B250A; }

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

This div background color is #0B250A.


Border color

.myBorderColor { border: 1px solid #0B250A; }

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

This div border color is #0B250A.


Opacity

.myOpacity80 { color: #0B250A; opacity: 0.8; }

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

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

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

This text has shadow with #0B250A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B250A on black background.


Color preview on white background

This text has color #0B250A on white background.



Black color preview on #0B250A background

This text has black color on #0B250A background.


White color preview on #0B250A background

This text has white color on #0B250A background.