COLOR #12331B

HEX: #12331B
RGB: (18,51,27)

Color info

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

RGB color model

#12331B color RGB value is (18,51,27).

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

RGB channels and saturation

R 18 of 255 = 7%
G 51 of 255 = 20%
B 27 of 255 = 11%

18
51
27

R + G + B ~ 13%. #12331B is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 51 + 27 = 96 (100%)
R 18 of 96 ~ 18.75%
G 51 of 96 ~ 53.13%
B 27 of 96 ~ 28.13%

%18.75
%53.13
%28.13

CMYK color model

#12331B color CMYK value is (65,0,47,80).

  • cyan value is 64.71%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 80.00%
CMYK:
(65,0,47,80)
C65M0Y47K80 
(65%,0%,47%,80%)
(0.65/0.00/0.47/0.80)	

CMYK percentages

%64.71
%0
%47.06
%80

Codes

Color #12331B in popluar color models

12331B
RGB185127
HSL136°47.83%13.53%
HSB/HSV136°64.71%20.00%
CMYK64.71%0.00%47.06%
80.00%

Color #12331B in popluar number systems.

HEX12331B
Decimal185127
Binary1001011001111011
Octal226333

Shades and tints

Shades of #12331B

#12331B
(18,51,27)
#112F19
(17,47,25)
#102B17
(16,43,23)
#0F2715
(15,39,21)
#0E2313
(14,35,19)
#0D1F11
(13,31,17)
#0C1B0F
(12,27,15)
#0B170D
(11,23,13)
#0A130B
(10,19,11)
#090F09
(9,15,9)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #12331B

#12331B
(18,51,27)
#27452F
(39,69,47)
#3C5743
(60,87,67)
#516957
(81,105,87)
#667B6B
(102,123,107)
#7B8D7F
(123,141,127)
#909F93
(144,159,147)
#A5B1A7
(165,177,167)
#BAC3BB
(186,195,187)
#CFD5CF
(207,213,207)
#E4E7E3
(228,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12331B; }

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

This text font color is #12331B.


Background Color

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

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

This div background color is #12331B.


Border color

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

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

This div border color is #12331B.


Opacity

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

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

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

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

This text has shadow with #12331B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12331B on black background.


Color preview on white background

This text has color #12331B on white background.



Black color preview on #12331B background

This text has black color on #12331B background.


White color preview on #12331B background

This text has white color on #12331B background.