COLOR #0B250C

HEX: #0B250C RGB: (11,37,12)

Color info

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

RGB color model

#0B250C color RGB value is (11,37,12).

RGB: (11,37,12) (4%, 15%, 5%)

RGB channels and saturation

R 11 of 255 = 4%
G 37 of 255 = 15%
B 12 of 255 = 5%

11
37
12

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

Portions of RGB colors in percentages

R + G + B = 11 + 37 + 12 = 60 (100%)
R 11 of 60 ~ 18.33%
G 37 of 60 ~ 61.67%
B 12 of 60 ~ 20'%

%18.33
%61.67
%20

CMYK color model

#0B250C color CMYK value is (70,0,68,85).

  • cyan value is 70.27%
  • magenta value is 0.00%
  • yellow value is 67.57%
  • key color value is 85.49%

CMYK: (70,0,68,85)
C70M0Y68K85 (70%, 0%, 68%, 85%)
(0.70 / 0.00 / 0.68 / 0.85)

CMYK percentages

%70.27
%0
%67.57
%85.49

Codes

Color #0B250C in popluar color models

0B 25 0C
RGB 11 37 12
HSL 122° 54.17% 9.41%
HSB/HSV 122° 70.27% 14.51%
CMYK 70.27% 0.00% 67.57%
85.49%

Color #0B250C in popluar number systems.

HEX 0B 25 0C
Decimal 11 37 12
Binary 1011 100101 1100
Octal 13 45 14

Shades and tints

Shades of #0B250C

#0B250C
(11,37,12)
#0A220B
(10,34,11)
#091F0A
(9,31,10)
#081C09
(8,28,9)
#071908
(7,25,8)
#061607
(6,22,7)
#051306
(5,19,6)
#041005
(4,16,5)
#030D04
(3,13,4)
#020A03
(2,10,3)
#010702
(1,7,2)
#000000
(0,0,0)

Tints of #0B250C

#0B250C
(11,37,12)
#213822
(33,56,34)
#374B38
(55,75,56)
#4D5E4E
(77,94,78)
#637164
(99,113,100)
#79847A
(121,132,122)
#8F9790
(143,151,144)
#A5AAA6
(165,170,166)
#BBBDBC
(187,189,188)
#D1D0D2
(209,208,210)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B250C; }

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

This text font color is #0B250C.

Background Color

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

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

This div background color is #0B250C.

Border color

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

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

This div border color is #0B250C.

Opacity

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

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

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

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

This text has shadow with #0B250C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B250C.

Preview

Color preview on black background

This text has color #0B250C on black background.


Color preview on white background

This text has color #0B250C on white background.


Black color preview on #0B250C background

This text has black color on #0B250C background.


White color preview on #0B250C background

This text has white color on #0B250C background.


Related colors

Complementary color

Complementary color for #hex is #F4DAF3.


I love getcolorcode.com

Triadic colors

1 #0C0B25 and #250C0B with #0B250C are triadic colors.

2 #0C250B and #250B0C with #0B250C are triadic colors.