COLOR #123F52

HEX: #123F52
RGB: (18,63,82)

Color info

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

RGB color model

#123F52 color RGB value is (18,63,82).

  • red value is 18;
  • green value is 63;
  • blue value is 82.
RGB:
(18,63,82)
(7%,25%,32%)

RGB channels and saturation

R 18 of 255 = 7%
G 63 of 255 = 25%
B 82 of 255 = 32%

18
63
82

R + G + B ~ 21%. #123F52 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 63 + 82 = 163 (100%)
R 18 of 163 ~ 11.04%
G 63 of 163 ~ 38.65%
B 82 of 163 ~ 50.31%

%11.04
%38.65
%50.31

CMYK color model

#123F52 color CMYK value is (78,23,0,68).

  • cyan value is 78.05%
  • magenta value is 23.17%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(78,23,0,68)
C78M23Y0K68 
(78%,23%,0%,68%)
(0.78/0.23/0.00/0.68)	

CMYK percentages

%78.05
%23.17
%0
%67.84

Codes

Color #123F52 in popluar color models

123F52
RGB186382
HSL198°64.00%19.61%
HSB/HSV198°78.05%32.16%
CMYK78.05%23.17%0.00%
67.84%

Color #123F52 in popluar number systems.

HEX123F52
Decimal186382
Binary100101111111010010
Octal2277122

Shades and tints

Shades of #123F52

#123F52
(18,63,82)
#113A4B
(17,58,75)
#103544
(16,53,68)
#0F303D
(15,48,61)
#0E2B36
(14,43,54)
#0D262F
(13,38,47)
#0C2128
(12,33,40)
#0B1C21
(11,28,33)
#0A171A
(10,23,26)
#091213
(9,18,19)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #123F52

#123F52
(18,63,82)
#275061
(39,80,97)
#3C6170
(60,97,112)
#51727F
(81,114,127)
#66838E
(102,131,142)
#7B949D
(123,148,157)
#90A5AC
(144,165,172)
#A5B6BB
(165,182,187)
#BAC7CA
(186,199,202)
#CFD8D9
(207,216,217)
#E4E9E8
(228,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #123F52 color. Also use rgb(18,63,82) instead hex code.

Text Font Color

.myTextColor { color: #123F52; }

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

This text font color is #123F52.


Background Color

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

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

This div background color is #123F52.


Border color

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

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

This div border color is #123F52.


Opacity

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

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

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

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

This text has shadow with #123F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123F52 on black background.


Color preview on white background

This text has color #123F52 on white background.



Black color preview on #123F52 background

This text has black color on #123F52 background.


White color preview on #123F52 background

This text has white color on #123F52 background.