COLOR #123327

HEX: #123327 RGB: (18,51,39)

Color info

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

RGB color model

#123327 color RGB value is (18,51,39).

RGB: (18,51,39) (7%, 20%, 15%)

RGB channels and saturation

R 18 of 255 = 7%
G 51 of 255 = 20%
B 39 of 255 = 15%

18
51
39

R + G + B ~ 14%. #123327 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 51 + 39 = 108 (100%)
R 18 of 108 ~ 16.67%
G 51 of 108 ~ 47.22%
B 39 of 108 ~ 36.11'%

%16.67
%47.22
%36.11

CMYK color model

#123327 color CMYK value is (65,0,24,80).

  • cyan value is 64.71%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 80.00%
CMYK: (65,0,24,80) C65M0Y24K80 (65%,0%,24%,80%) (0.65/0.00/0.24/0.80) 

CMYK percentages

%64.71
%0
%23.53
%80

Codes

Color #123327 in popluar color models

12 33 27
RGB 18 51 39
HSL 158° 47.83% 13.53%
HSB/HSV 158° 64.71% 20.00%
CMYK 64.71% 0.00% 23.53%
80.00%

Color #123327 in popluar number systems.

HEX 12 33 27
Decimal 18 51 39
Binary 10010 110011 100111
Octal 22 63 47

Shades and tints

Shades of #123327

#123327
(18,51,39)
#112F24
(17,47,36)
#102B21
(16,43,33)
#0F271E
(15,39,30)
#0E231B
(14,35,27)
#0D1F18
(13,31,24)
#0C1B15
(12,27,21)
#0B1712
(11,23,18)
#0A130F
(10,19,15)
#090F0C
(9,15,12)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #123327

#123327
(18,51,39)
#27453A
(39,69,58)
#3C574D
(60,87,77)
#516960
(81,105,96)
#667B73
(102,123,115)
#7B8D86
(123,141,134)
#909F99
(144,159,153)
#A5B1AC
(165,177,172)
#BAC3BF
(186,195,191)
#CFD5D2
(207,213,210)
#E4E7E5
(228,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123327; }

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

This text font color is #123327.

Background Color

.myBgColor { background-color: #123327; }

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

This div background color is #123327.

Border color

.myBorderColor { border: 1px solid #123327; }

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

This div border color is #123327.

Opacity

.myOpacity80 { color: #123327; opacity: 0.8; }

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

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

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

This text has shadow with #123327 color.


.textShadow {text-shadow: 3px 3px 1px #123327', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #123327; -webkit-box-shadow: 1px 1px 3px 2px #123327; box-shadow:1px 1px 3px 2px #123327;">
Div content here
</div>

This div box has shadow with color #123327.

Preview

Color preview on black background

This text has color #123327 on black background.


Color preview on white background

This text has color #123327 on white background.


Black color preview on #123327 background

This text has black color on #123327 background.


White color preview on #123327 background

This text has white color on #123327 background.


Related colors

Complementary color

Complementary color for #hex is #EDCCD8.


I love getcolorcode.com

Triadic colors

1 #271233 and #332712 with #123327 are triadic colors.

2 #273312 and #331227 with #123327 are triadic colors.