COLOR #12302F

HEX: #12302F
RGB: (18,48,47)

Color info

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

RGB color model

#12302F color RGB value is (18,48,47).

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

RGB channels and saturation

R 18 of 255 = 7%
G 48 of 255 = 19%
B 47 of 255 = 18%

18
48
47

R + G + B ~ 15%. #12302F is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 48 + 47 = 113 (100%)
R 18 of 113 ~ 15.93%
G 48 of 113 ~ 42.48%
B 47 of 113 ~ 41.59%

%15.93
%42.48
%41.59

CMYK color model

#12302F color CMYK value is (63,0,2,81).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 81.18%
CMYK:
(63,0,2,81)
C63M0Y2K81 
(63%,0%,2%,81%)
(0.63/0.00/0.02/0.81)	

CMYK percentages

%62.5
%0
%2.08
%81.18

Codes

Color #12302F in popluar color models

12302F
RGB184847
HSL178°45.45%12.94%
HSB/HSV178°62.50%18.82%
CMYK62.50%0.00%2.08%
81.18%

Color #12302F in popluar number systems.

HEX12302F
Decimal184847
Binary10010110000101111
Octal226057

Shades and tints

Shades of #12302F

#12302F
(18,48,47)
#112C2B
(17,44,43)
#102827
(16,40,39)
#0F2423
(15,36,35)
#0E201F
(14,32,31)
#0D1C1B
(13,28,27)
#0C1817
(12,24,23)
#0B1413
(11,20,19)
#0A100F
(10,16,15)
#090C0B
(9,12,11)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #12302F

#12302F
(18,48,47)
#274241
(39,66,65)
#3C5453
(60,84,83)
#516665
(81,102,101)
#667877
(102,120,119)
#7B8A89
(123,138,137)
#909C9B
(144,156,155)
#A5AEAD
(165,174,173)
#BAC0BF
(186,192,191)
#CFD2D1
(207,210,209)
#E4E4E3
(228,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12302F color. Also use rgb(18,48,47) instead hex code.

Text Font Color

.myTextColor { color: #12302F; }

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

This text font color is #12302F.


Background Color

.myBgColor { background-color: #12302F; }

<div style="background-color:#12302F">Inner text</div>

This div background color is #12302F.


Border color

.myBorderColor { border: 1px solid #12302F; }

<div style="border:3px solid #12302F">Div</div>

This div border color is #12302F.


Opacity

.myOpacity80 { color: #12302F; opacity: 0.8; }

<p style="color:#12302F;opacity:0.8;">80%</p>

Text with #12302F 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 #12302F;}

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

This text has shadow with #12302F color.

.textShadow {text-shadow: 3px 3px 1px #12302F, 3px 3px 1px red;}

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

This text has shadow with #12302F primary color and red secondary color.


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

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

This text has shadow with #12302F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12302F on black background.


Color preview on white background

This text has color #12302F on white background.



Black color preview on #12302F background

This text has black color on #12302F background.


White color preview on #12302F background

This text has white color on #12302F background.