COLOR #12300B

HEX: #12300B
RGB: (18,48,11)

Color info

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

RGB color model

#12300B color RGB value is (18,48,11).

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

RGB channels and saturation

R 18 of 255 = 7%
G 48 of 255 = 19%
B 11 of 255 = 4%

18
48
11

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

Portions of RGB colors in percentages

R + G + B =
18 + 48 + 11 = 77 (100%)
R 18 of 77 ~ 23.38%
G 48 of 77 ~ 62.34%
B 11 of 77 ~ 14.29%

%23.38
%62.34
%14.29

CMYK color model

#12300B color CMYK value is (63,0,77,81).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 77.08%
  • key color value is 81.18%
CMYK:
(63,0,77,81)
C63M0Y77K81 
(63%,0%,77%,81%)
(0.63/0.00/0.77/0.81)	

CMYK percentages

%62.5
%0
%77.08
%81.18

Codes

Color #12300B in popluar color models

12300B
RGB184811
HSL109°62.71%11.57%
HSB/HSV109°77.08%18.82%
CMYK62.50%0.00%77.08%
81.18%

Color #12300B in popluar number systems.

HEX12300B
Decimal184811
Binary100101100001011
Octal226013

Shades and tints

Shades of #12300B

#12300B
(18,48,11)
#112C0A
(17,44,10)
#102809
(16,40,9)
#0F2408
(15,36,8)
#0E2007
(14,32,7)
#0D1C06
(13,28,6)
#0C1805
(12,24,5)
#0B1404
(11,20,4)
#0A1003
(10,16,3)
#090C02
(9,12,2)
#080801
(8,8,1)
#000000
(0,0,0)

Tints of #12300B

#12300B
(18,48,11)
#274221
(39,66,33)
#3C5437
(60,84,55)
#51664D
(81,102,77)
#667863
(102,120,99)
#7B8A79
(123,138,121)
#909C8F
(144,156,143)
#A5AEA5
(165,174,165)
#BAC0BB
(186,192,187)
#CFD2D1
(207,210,209)
#E4E4E7
(228,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12300B; }

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

This text font color is #12300B.


Background Color

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

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

This div background color is #12300B.


Border color

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

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

This div border color is #12300B.


Opacity

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

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

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

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

This text has shadow with #12300B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12300B on black background.


Color preview on white background

This text has color #12300B on white background.



Black color preview on #12300B background

This text has black color on #12300B background.


White color preview on #12300B background

This text has white color on #12300B background.