COLOR #123D57

HEX: #123D57
RGB: (18,61,87)

Color info

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

RGB color model

#123D57 color RGB value is (18,61,87).

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

RGB channels and saturation

R 18 of 255 = 7%
G 61 of 255 = 24%
B 87 of 255 = 34%

18
61
87

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

Portions of RGB colors in percentages

R + G + B =
18 + 61 + 87 = 166 (100%)
R 18 of 166 ~ 10.84%
G 61 of 166 ~ 36.75%
B 87 of 166 ~ 52.41%

%10.84
%36.75
%52.41

CMYK color model

#123D57 color CMYK value is (79,30,0,66).

  • cyan value is 79.31%
  • magenta value is 29.89%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(79,30,0,66)
C79M30Y0K66 
(79%,30%,0%,66%)
(0.79/0.30/0.00/0.66)	

CMYK percentages

%79.31
%29.89
%0
%65.88

Codes

Color #123D57 in popluar color models

123D57
RGB186187
HSL203°65.71%20.59%
HSB/HSV203°79.31%34.12%
CMYK79.31%29.89%0.00%
65.88%

Color #123D57 in popluar number systems.

HEX123D57
Decimal186187
Binary100101111011010111
Octal2275127

Shades and tints

Shades of #123D57

#123D57
(18,61,87)
#113850
(17,56,80)
#103349
(16,51,73)
#0F2E42
(15,46,66)
#0E293B
(14,41,59)
#0D2434
(13,36,52)
#0C1F2D
(12,31,45)
#0B1A26
(11,26,38)
#0A151F
(10,21,31)
#091018
(9,16,24)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #123D57

#123D57
(18,61,87)
#274E66
(39,78,102)
#3C5F75
(60,95,117)
#517084
(81,112,132)
#668193
(102,129,147)
#7B92A2
(123,146,162)
#90A3B1
(144,163,177)
#A5B4C0
(165,180,192)
#BAC5CF
(186,197,207)
#CFD6DE
(207,214,222)
#E4E7ED
(228,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123D57; }

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

This text font color is #123D57.


Background Color

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

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

This div background color is #123D57.


Border color

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

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

This div border color is #123D57.


Opacity

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

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

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

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

This text has shadow with #123D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123D57 on black background.


Color preview on white background

This text has color #123D57 on white background.



Black color preview on #123D57 background

This text has black color on #123D57 background.


White color preview on #123D57 background

This text has white color on #123D57 background.