COLOR #123842

HEX: #123842
RGB: (18,56,66)

Color info

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

RGB color model

#123842 color RGB value is (18,56,66).

  • red value is 18;
  • green value is 56;
  • blue value is 66.
RGB:
(18,56,66)
(7%,22%,26%)

RGB channels and saturation

R 18 of 255 = 7%
G 56 of 255 = 22%
B 66 of 255 = 26%

18
56
66

R + G + B ~ 18%. #123842 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 56 + 66 = 140 (100%)
R 18 of 140 ~ 12.86%
G 56 of 140 ~ 40%
B 66 of 140 ~ 47.14%

%12.86
%40
%47.14

CMYK color model

#123842 color CMYK value is (73,15,0,74).

  • cyan value is 72.73%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(73,15,0,74)
C73M15Y0K74 
(73%,15%,0%,74%)
(0.73/0.15/0.00/0.74)	

CMYK percentages

%72.73
%15.15
%0
%74.12

Codes

Color #123842 in popluar color models

123842
RGB185666
HSL193°57.14%16.47%
HSB/HSV193°72.73%25.88%
CMYK72.73%15.15%0.00%
74.12%

Color #123842 in popluar number systems.

HEX123842
Decimal185666
Binary100101110001000010
Octal2270102

Shades and tints

Shades of #123842

#123842
(18,56,66)
#11333C
(17,51,60)
#102E36
(16,46,54)
#0F2930
(15,41,48)
#0E242A
(14,36,42)
#0D1F24
(13,31,36)
#0C1A1E
(12,26,30)
#0B1518
(11,21,24)
#0A1012
(10,16,18)
#090B0C
(9,11,12)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #123842

#123842
(18,56,66)
#274A53
(39,74,83)
#3C5C64
(60,92,100)
#516E75
(81,110,117)
#668086
(102,128,134)
#7B9297
(123,146,151)
#90A4A8
(144,164,168)
#A5B6B9
(165,182,185)
#BAC8CA
(186,200,202)
#CFDADB
(207,218,219)
#E4ECEC
(228,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #123842 color. Also use rgb(18,56,66) instead hex code.

Text Font Color

.myTextColor { color: #123842; }

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

This text font color is #123842.


Background Color

.myBgColor { background-color: #123842; }

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

This div background color is #123842.


Border color

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

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

This div border color is #123842.


Opacity

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

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

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

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

This text has shadow with #123842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123842 on black background.


Color preview on white background

This text has color #123842 on white background.



Black color preview on #123842 background

This text has black color on #123842 background.


White color preview on #123842 background

This text has white color on #123842 background.