COLOR #124652

HEX: #124652
RGB: (18,70,82)

Color info

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

RGB color model

#124652 color RGB value is (18,70,82).

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

RGB channels and saturation

R 18 of 255 = 7%
G 70 of 255 = 27%
B 82 of 255 = 32%

18
70
82

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

Portions of RGB colors in percentages

R + G + B =
18 + 70 + 82 = 170 (100%)
R 18 of 170 ~ 10.59%
G 70 of 170 ~ 41.18%
B 82 of 170 ~ 48.24%

%10.59
%41.18
%48.24

CMYK color model

#124652 color CMYK value is (78,15,0,68).

  • cyan value is 78.05%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(78,15,0,68)
C78M15Y0K68 
(78%,15%,0%,68%)
(0.78/0.15/0.00/0.68)	

CMYK percentages

%78.05
%14.63
%0
%67.84

Codes

Color #124652 in popluar color models

124652
RGB187082
HSL191°64.00%19.61%
HSB/HSV191°78.05%32.16%
CMYK78.05%14.63%0.00%
67.84%

Color #124652 in popluar number systems.

HEX124652
Decimal187082
Binary1001010001101010010
Octal22106122

Shades and tints

Shades of #124652

#124652
(18,70,82)
#11404B
(17,64,75)
#103A44
(16,58,68)
#0F343D
(15,52,61)
#0E2E36
(14,46,54)
#0D282F
(13,40,47)
#0C2228
(12,34,40)
#0B1C21
(11,28,33)
#0A161A
(10,22,26)
#091013
(9,16,19)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #124652

#124652
(18,70,82)
#275661
(39,86,97)
#3C6670
(60,102,112)
#51767F
(81,118,127)
#66868E
(102,134,142)
#7B969D
(123,150,157)
#90A6AC
(144,166,172)
#A5B6BB
(165,182,187)
#BAC6CA
(186,198,202)
#CFD6D9
(207,214,217)
#E4E6E8
(228,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124652; }

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

This text font color is #124652.


Background Color

.myBgColor { background-color: #124652; }

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

This div background color is #124652.


Border color

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

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

This div border color is #124652.


Opacity

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

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

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

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

This text has shadow with #124652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124652 on black background.


Color preview on white background

This text has color #124652 on white background.



Black color preview on #124652 background

This text has black color on #124652 background.


White color preview on #124652 background

This text has white color on #124652 background.