COLOR #123F4B

HEX: #123F4B
RGB: (18,63,75)

Color info

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

RGB color model

#123F4B color RGB value is (18,63,75).

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

RGB channels and saturation

R 18 of 255 = 7%
G 63 of 255 = 25%
B 75 of 255 = 29%

18
63
75

R + G + B ~ 20%. #123F4B is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 63 + 75 = 156 (100%)
R 18 of 156 ~ 11.54%
G 63 of 156 ~ 40.38%
B 75 of 156 ~ 48.08%

%11.54
%40.38
%48.08

CMYK color model

#123F4B color CMYK value is (76,16,0,71).

  • cyan value is 76.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(76,16,0,71)
C76M16Y0K71 
(76%,16%,0%,71%)
(0.76/0.16/0.00/0.71)	

CMYK percentages

%76
%16
%0
%70.59

Codes

Color #123F4B in popluar color models

123F4B
RGB186375
HSL193°61.29%18.24%
HSB/HSV193°76.00%29.41%
CMYK76.00%16.00%0.00%
70.59%

Color #123F4B in popluar number systems.

HEX123F4B
Decimal186375
Binary100101111111001011
Octal2277113

Shades and tints

Shades of #123F4B

#123F4B
(18,63,75)
#113A45
(17,58,69)
#10353F
(16,53,63)
#0F3039
(15,48,57)
#0E2B33
(14,43,51)
#0D262D
(13,38,45)
#0C2127
(12,33,39)
#0B1C21
(11,28,33)
#0A171B
(10,23,27)
#091215
(9,18,21)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #123F4B

#123F4B
(18,63,75)
#27505B
(39,80,91)
#3C616B
(60,97,107)
#51727B
(81,114,123)
#66838B
(102,131,139)
#7B949B
(123,148,155)
#90A5AB
(144,165,171)
#A5B6BB
(165,182,187)
#BAC7CB
(186,199,203)
#CFD8DB
(207,216,219)
#E4E9EB
(228,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123F4B; }

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

This text font color is #123F4B.


Background Color

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

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

This div background color is #123F4B.


Border color

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

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

This div border color is #123F4B.


Opacity

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

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

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

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

This text has shadow with #123F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123F4B on black background.


Color preview on white background

This text has color #123F4B on white background.



Black color preview on #123F4B background

This text has black color on #123F4B background.


White color preview on #123F4B background

This text has white color on #123F4B background.