COLOR #123761

HEX: #123761 RGB: (18,55,97)

Color info

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

RGB color model

#123761 color RGB value is (18,55,97).

RGB: (18,55,97) (7%, 22%, 38%)

RGB channels and saturation

R 18 of 255 = 7%
G 55 of 255 = 22%
B 97 of 255 = 38%

18
55
97

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

Portions of RGB colors in percentages

R + G + B = 18 + 55 + 97 = 170 (100%)
R 18 of 170 ~ 10.59%
G 55 of 170 ~ 32.35%
B 97 of 170 ~ 57.06'%

%10.59
%32.35
%57.06

CMYK color model

#123761 color CMYK value is (81,43,0,62).

  • cyan value is 81.44%
  • magenta value is 43.30%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (81,43,0,62)
C81M43Y0K62 (81%, 43%, 0%, 62%)
(0.81 / 0.43 / 0.00 / 0.62)

CMYK percentages

%81.44
%43.3
%0
%61.96

Codes

Color #123761 in popluar color models

12 37 61
RGB 18 55 97
HSL 212° 68.70% 22.55%
HSB/HSV 212° 81.44% 38.04%
CMYK 81.44% 43.30% 0.00%
61.96%

Color #123761 in popluar number systems.

HEX 12 37 61
Decimal 18 55 97
Binary 10010 110111 1100001
Octal 22 67 141

Shades and tints

Shades of #123761

#123761
(18,55,97)
#113259
(17,50,89)
#102D51
(16,45,81)
#0F2849
(15,40,73)
#0E2341
(14,35,65)
#0D1E39
(13,30,57)
#0C1931
(12,25,49)
#0B1429
(11,20,41)
#0A0F21
(10,15,33)
#090A19
(9,10,25)
#080511
(8,5,17)
#000000
(0,0,0)

Tints of #123761

#123761
(18,55,97)
#27496F
(39,73,111)
#3C5B7D
(60,91,125)
#516D8B
(81,109,139)
#667F99
(102,127,153)
#7B91A7
(123,145,167)
#90A3B5
(144,163,181)
#A5B5C3
(165,181,195)
#BAC7D1
(186,199,209)
#CFD9DF
(207,217,223)
#E4EBED
(228,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #123761 color. Also use rgb(18,55,97) instead hex code.

Text Font Color

.myTextColor { color: #123761; }

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

This text font color is #123761.

Background Color

.myBgColor { background-color: #123761; }

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

This div background color is #123761.

Border color

.myBorderColor { border: 1px solid #123761; }

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

This div border color is #123761.

Opacity

.myOpacity80 { color: #123761; opacity: 0.8; }

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

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

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

This text has shadow with #123761 color.


.textShadow {text-shadow: 3px 3px 1px #123761', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #123761; -webkit-box-shadow: 1px 1px 3px 2px #123761; box-shadow:1px 1px 3px 2px #123761;">
Div content here
</div>

This div box has shadow with color #123761.

Preview

Color preview on black background

This text has color #123761 on black background.


Color preview on white background

This text has color #123761 on white background.


Black color preview on #123761 background

This text has black color on #123761 background.


White color preview on #123761 background

This text has white color on #123761 background.


Related colors

Complementary color

Complementary color for #hex is #EDC89E.


I love getcolorcode.com

Triadic colors

1 #611237 and #376112 with #123761 are triadic colors.

2 #613712 and #371261 with #123761 are triadic colors.