COLOR #123727

HEX: #123727
RGB: (18,55,39)

Color info

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

RGB color model

#123727 color RGB value is (18,55,39).

  • red value is 18;
  • green value is 55;
  • blue value is 39.
RGB:
(18,55,39)
(7%,22%,15%)

RGB channels and saturation

R 18 of 255 = 7%
G 55 of 255 = 22%
B 39 of 255 = 15%

18
55
39

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

Portions of RGB colors in percentages

R + G + B =
18 + 55 + 39 = 112 (100%)
R 18 of 112 ~ 16.07%
G 55 of 112 ~ 49.11%
B 39 of 112 ~ 34.82%

%16.07
%49.11
%34.82

CMYK color model

#123727 color CMYK value is (67,0,29,78).

  • cyan value is 67.27%
  • magenta value is 0.00%
  • yellow value is 29.09%
  • key color value is 78.43%
CMYK:
(67,0,29,78)
C67M0Y29K78 
(67%,0%,29%,78%)
(0.67/0.00/0.29/0.78)	

CMYK percentages

%67.27
%0
%29.09
%78.43

Codes

Color #123727 in popluar color models

123727
RGB185539
HSL154°50.68%14.31%
HSB/HSV154°67.27%21.57%
CMYK67.27%0.00%29.09%
78.43%

Color #123727 in popluar number systems.

HEX123727
Decimal185539
Binary10010110111100111
Octal226747

Shades and tints

Shades of #123727

#123727
(18,55,39)
#113224
(17,50,36)
#102D21
(16,45,33)
#0F281E
(15,40,30)
#0E231B
(14,35,27)
#0D1E18
(13,30,24)
#0C1915
(12,25,21)
#0B1412
(11,20,18)
#0A0F0F
(10,15,15)
#090A0C
(9,10,12)
#080509
(8,5,9)
#000000
(0,0,0)

Tints of #123727

#123727
(18,55,39)
#27493A
(39,73,58)
#3C5B4D
(60,91,77)
#516D60
(81,109,96)
#667F73
(102,127,115)
#7B9186
(123,145,134)
#90A399
(144,163,153)
#A5B5AC
(165,181,172)
#BAC7BF
(186,199,191)
#CFD9D2
(207,217,210)
#E4EBE5
(228,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123727; }

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

This text font color is #123727.


Background Color

.myBgColor { background-color: #123727; }

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

This div background color is #123727.


Border color

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

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

This div border color is #123727.


Opacity

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

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

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

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

This text has shadow with #123727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123727 on black background.


Color preview on white background

This text has color #123727 on white background.



Black color preview on #123727 background

This text has black color on #123727 background.


White color preview on #123727 background

This text has white color on #123727 background.