COLOR #123D5A

HEX: #123D5A
RGB: (18,61,90)

Color info

#123D5A contains mainly green and blue colors. Web safe color of #123D5A is #003366 (or #036).

RGB color model

#123D5A color RGB value is (18,61,90).

  • red value is 18;
  • green value is 61;
  • blue value is 90.
RGB:
(18,61,90)
(7%,24%,35%)

RGB channels and saturation

R 18 of 255 = 7%
G 61 of 255 = 24%
B 90 of 255 = 35%

18
61
90

R + G + B ~ 22%. #123D5A is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 61 + 90 = 169 (100%)
R 18 of 169 ~ 10.65%
G 61 of 169 ~ 36.09%
B 90 of 169 ~ 53.25%

%10.65
%36.09
%53.25

CMYK color model

#123D5A color CMYK value is (80,32,0,65).

  • cyan value is 80.00%
  • magenta value is 32.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(80,32,0,65)
C80M32Y0K65 
(80%,32%,0%,65%)
(0.80/0.32/0.00/0.65)	

CMYK percentages

%80
%32.22
%0
%64.71

Codes

Color #123D5A in popluar color models

123D5A
RGB186190
HSL204°66.67%21.18%
HSB/HSV204°80.00%35.29%
CMYK80.00%32.22%0.00%
64.71%

Color #123D5A in popluar number systems.

HEX123D5A
Decimal186190
Binary100101111011011010
Octal2275132

Shades and tints

Shades of #123D5A

#123D5A
(18,61,90)
#113852
(17,56,82)
#10334A
(16,51,74)
#0F2E42
(15,46,66)
#0E293A
(14,41,58)
#0D2432
(13,36,50)
#0C1F2A
(12,31,42)
#0B1A22
(11,26,34)
#0A151A
(10,21,26)
#091012
(9,16,18)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #123D5A

#123D5A
(18,61,90)
#274E69
(39,78,105)
#3C5F78
(60,95,120)
#517087
(81,112,135)
#668196
(102,129,150)
#7B92A5
(123,146,165)
#90A3B4
(144,163,180)
#A5B4C3
(165,180,195)
#BAC5D2
(186,197,210)
#CFD6E1
(207,214,225)
#E4E7F0
(228,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #123D5A color. Also use rgb(18,61,90) instead hex code.

Text Font Color

.myTextColor { color: #123D5A; }

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

This text font color is #123D5A.


Background Color

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

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

This div background color is #123D5A.


Border color

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

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

This div border color is #123D5A.


Opacity

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

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

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

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

This text has shadow with #123D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123D5A on black background.


Color preview on white background

This text has color #123D5A on white background.



Black color preview on #123D5A background

This text has black color on #123D5A background.


White color preview on #123D5A background

This text has white color on #123D5A background.