COLOR #12250B

HEX: #12250B
RGB: (18,37,11)

Color info

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

RGB color model

#12250B color RGB value is (18,37,11).

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

RGB channels and saturation

R 18 of 255 = 7%
G 37 of 255 = 15%
B 11 of 255 = 4%

18
37
11

R + G + B ~ 9%. #12250B is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 37 + 11 = 66 (100%)
R 18 of 66 ~ 27.27%
G 37 of 66 ~ 56.06%
B 11 of 66 ~ 16.67%

%27.27
%56.06
%16.67

CMYK color model

#12250B color CMYK value is (51,0,70,85).

  • cyan value is 51.35%
  • magenta value is 0.00%
  • yellow value is 70.27%
  • key color value is 85.49%
CMYK:
(51,0,70,85)
C51M0Y70K85 
(51%,0%,70%,85%)
(0.51/0.00/0.70/0.85)	

CMYK percentages

%51.35
%0
%70.27
%85.49

Codes

Color #12250B in popluar color models

12250B
RGB183711
HSL104°54.17%9.41%
HSB/HSV104°70.27%14.51%
CMYK51.35%0.00%70.27%
85.49%

Color #12250B in popluar number systems.

HEX12250B
Decimal183711
Binary100101001011011
Octal224513

Shades and tints

Shades of #12250B

#12250B
(18,37,11)
#11220A
(17,34,10)
#101F09
(16,31,9)
#0F1C08
(15,28,8)
#0E1907
(14,25,7)
#0D1606
(13,22,6)
#0C1305
(12,19,5)
#0B1004
(11,16,4)
#0A0D03
(10,13,3)
#090A02
(9,10,2)
#080701
(8,7,1)
#000000
(0,0,0)

Tints of #12250B

#12250B
(18,37,11)
#273821
(39,56,33)
#3C4B37
(60,75,55)
#515E4D
(81,94,77)
#667163
(102,113,99)
#7B8479
(123,132,121)
#90978F
(144,151,143)
#A5AAA5
(165,170,165)
#BABDBB
(186,189,187)
#CFD0D1
(207,208,209)
#E4E3E7
(228,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12250B; }

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

This text font color is #12250B.


Background Color

.myBgColor { background-color: #12250B; }

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

This div background color is #12250B.


Border color

.myBorderColor { border: 1px solid #12250B; }

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

This div border color is #12250B.


Opacity

.myOpacity80 { color: #12250B; opacity: 0.8; }

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

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

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

This text has shadow with #12250B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12250B on black background.


Color preview on white background

This text has color #12250B on white background.



Black color preview on #12250B background

This text has black color on #12250B background.


White color preview on #12250B background

This text has white color on #12250B background.