COLOR #123E3C

HEX: #123E3C
RGB: (18,62,60)

Color info

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

RGB color model

#123E3C color RGB value is (18,62,60).

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

RGB channels and saturation

R 18 of 255 = 7%
G 62 of 255 = 24%
B 60 of 255 = 24%

18
62
60

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

Portions of RGB colors in percentages

R + G + B =
18 + 62 + 60 = 140 (100%)
R 18 of 140 ~ 12.86%
G 62 of 140 ~ 44.29%
B 60 of 140 ~ 42.86%

%12.86
%44.29
%42.86

CMYK color model

#123E3C color CMYK value is (71,0,3,76).

  • cyan value is 70.97%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 75.69%
CMYK:
(71,0,3,76)
C71M0Y3K76 
(71%,0%,3%,76%)
(0.71/0.00/0.03/0.76)	

CMYK percentages

%70.97
%0
%3.23
%75.69

Codes

Color #123E3C in popluar color models

123E3C
RGB186260
HSL177°55.00%15.69%
HSB/HSV177°70.97%24.31%
CMYK70.97%0.00%3.23%
75.69%

Color #123E3C in popluar number systems.

HEX123E3C
Decimal186260
Binary10010111110111100
Octal227674

Shades and tints

Shades of #123E3C

#123E3C
(18,62,60)
#113937
(17,57,55)
#103432
(16,52,50)
#0F2F2D
(15,47,45)
#0E2A28
(14,42,40)
#0D2523
(13,37,35)
#0C201E
(12,32,30)
#0B1B19
(11,27,25)
#0A1614
(10,22,20)
#09110F
(9,17,15)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #123E3C

#123E3C
(18,62,60)
#274F4D
(39,79,77)
#3C605E
(60,96,94)
#51716F
(81,113,111)
#668280
(102,130,128)
#7B9391
(123,147,145)
#90A4A2
(144,164,162)
#A5B5B3
(165,181,179)
#BAC6C4
(186,198,196)
#CFD7D5
(207,215,213)
#E4E8E6
(228,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123E3C; }

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

This text font color is #123E3C.


Background Color

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

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

This div background color is #123E3C.


Border color

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

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

This div border color is #123E3C.


Opacity

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

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

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

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

This text has shadow with #123E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123E3C on black background.


Color preview on white background

This text has color #123E3C on white background.



Black color preview on #123E3C background

This text has black color on #123E3C background.


White color preview on #123E3C background

This text has white color on #123E3C background.