COLOR #12301B

HEX: #12301B
RGB: (18,48,27)

Color info

#12301B contains red, green and blue colors in about the same proportion. Web safe color of #12301B is #003333 (or #033).

RGB color model

#12301B color RGB value is (18,48,27).

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

RGB channels and saturation

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

18
48
27

R + G + B ~ 12%. #12301B is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 48 + 27 = 93 (100%)
R 18 of 93 ~ 19.35%
G 48 of 93 ~ 51.61%
B 27 of 93 ~ 29.03%

%19.35
%51.61
%29.03

CMYK color model

#12301B color CMYK value is (63,0,44,81).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 81.18%
CMYK:
(63,0,44,81)
C63M0Y44K81 
(63%,0%,44%,81%)
(0.63/0.00/0.44/0.81)	

CMYK percentages

%62.5
%0
%43.75
%81.18

Codes

Color #12301B in popluar color models

12301B
RGB184827
HSL138°45.45%12.94%
HSB/HSV138°62.50%18.82%
CMYK62.50%0.00%43.75%
81.18%

Color #12301B in popluar number systems.

HEX12301B
Decimal184827
Binary1001011000011011
Octal226033

Shades and tints

Shades of #12301B

#12301B
(18,48,27)
#112C19
(17,44,25)
#102817
(16,40,23)
#0F2415
(15,36,21)
#0E2013
(14,32,19)
#0D1C11
(13,28,17)
#0C180F
(12,24,15)
#0B140D
(11,20,13)
#0A100B
(10,16,11)
#090C09
(9,12,9)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #12301B

#12301B
(18,48,27)
#27422F
(39,66,47)
#3C5443
(60,84,67)
#516657
(81,102,87)
#66786B
(102,120,107)
#7B8A7F
(123,138,127)
#909C93
(144,156,147)
#A5AEA7
(165,174,167)
#BAC0BB
(186,192,187)
#CFD2CF
(207,210,207)
#E4E4E3
(228,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12301B; }

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

This text font color is #12301B.


Background Color

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

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

This div background color is #12301B.


Border color

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

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

This div border color is #12301B.


Opacity

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

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

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

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

This text has shadow with #12301B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12301B on black background.


Color preview on white background

This text has color #12301B on white background.



Black color preview on #12301B background

This text has black color on #12301B background.


White color preview on #12301B background

This text has white color on #12301B background.