COLOR #123E40

HEX: #123E40
RGB: (18,62,64)

Color info

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

RGB color model

#123E40 color RGB value is (18,62,64).

  • red value is 18;
  • green value is 62;
  • blue value is 64.
RGB:
(18,62,64)
(7%,24%,25%)

RGB channels and saturation

R 18 of 255 = 7%
G 62 of 255 = 24%
B 64 of 255 = 25%

18
62
64

R + G + B ~ 19%. #123E40 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 62 + 64 = 144 (100%)
R 18 of 144 ~ 12.5%
G 62 of 144 ~ 43.06%
B 64 of 144 ~ 44.44%

%12.5
%43.06
%44.44

CMYK color model

#123E40 color CMYK value is (72,3,0,75).

  • cyan value is 71.88%
  • magenta value is 3.12%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(72,3,0,75)
C72M3Y0K75 
(72%,3%,0%,75%)
(0.72/0.03/0.00/0.75)	

CMYK percentages

%71.88
%3.12
%0
%74.9

Codes

Color #123E40 in popluar color models

123E40
RGB186264
HSL183°56.10%16.08%
HSB/HSV183°71.88%25.10%
CMYK71.88%3.12%0.00%
74.90%

Color #123E40 in popluar number systems.

HEX123E40
Decimal186264
Binary100101111101000000
Octal2276100

Shades and tints

Shades of #123E40

#123E40
(18,62,64)
#11393B
(17,57,59)
#103436
(16,52,54)
#0F2F31
(15,47,49)
#0E2A2C
(14,42,44)
#0D2527
(13,37,39)
#0C2022
(12,32,34)
#0B1B1D
(11,27,29)
#0A1618
(10,22,24)
#091113
(9,17,19)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #123E40

#123E40
(18,62,64)
#274F51
(39,79,81)
#3C6062
(60,96,98)
#517173
(81,113,115)
#668284
(102,130,132)
#7B9395
(123,147,149)
#90A4A6
(144,164,166)
#A5B5B7
(165,181,183)
#BAC6C8
(186,198,200)
#CFD7D9
(207,215,217)
#E4E8EA
(228,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #123E40 color. Also use rgb(18,62,64) instead hex code.

Text Font Color

.myTextColor { color: #123E40; }

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

This text font color is #123E40.


Background Color

.myBgColor { background-color: #123E40; }

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

This div background color is #123E40.


Border color

.myBorderColor { border: 1px solid #123E40; }

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

This div border color is #123E40.


Opacity

.myOpacity80 { color: #123E40; opacity: 0.8; }

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

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

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

This text has shadow with #123E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123E40 on black background.


Color preview on white background

This text has color #123E40 on white background.



Black color preview on #123E40 background

This text has black color on #123E40 background.


White color preview on #123E40 background

This text has white color on #123E40 background.