COLOR #120734

HEX: #120734
RGB: (18,7,52)

Color info

#120734 contains red, green and blue colors in about the same proportion. Web safe color of #120734 is #000033 (or #003).

RGB color model

#120734 color RGB value is (18,7,52).

  • red value is 18;
  • green value is 7;
  • blue value is 52.
RGB:
(18,7,52)
(7%,3%,20%)

RGB channels and saturation

R 18 of 255 = 7%
G 7 of 255 = 3%
B 52 of 255 = 20%

18
7
52

R + G + B ~ 10%. #120734 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 7 + 52 = 77 (100%)
R 18 of 77 ~ 23.38%
G 7 of 77 ~ 9.09%
B 52 of 77 ~ 67.53%

%23.38
%67.53

CMYK color model

#120734 color CMYK value is (65,87,0,80).

  • cyan value is 65.38%
  • magenta value is 86.54%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(65,87,0,80)
C65M87Y0K80 
(65%,87%,0%,80%)
(0.65/0.87/0.00/0.80)	

CMYK percentages

%65.38
%86.54
%0
%79.61

Codes

Color #120734 in popluar color models

120734
RGB18752
HSL255°76.27%11.57%
HSB/HSV255°86.54%20.39%
CMYK65.38%86.54%0.00%
79.61%

Color #120734 in popluar number systems.

HEX120734
Decimal18752
Binary10010111110100
Octal22764

Shades and tints

Shades of #120734

#120734
(18,7,52)
#110730
(17,7,48)
#10072C
(16,7,44)
#0F0728
(15,7,40)
#0E0724
(14,7,36)
#0D0720
(13,7,32)
#0C071C
(12,7,28)
#0B0718
(11,7,24)
#0A0714
(10,7,20)
#090710
(9,7,16)
#08070C
(8,7,12)
#000000
(0,0,0)

Tints of #120734

#120734
(18,7,52)
#271D46
(39,29,70)
#3C3358
(60,51,88)
#51496A
(81,73,106)
#665F7C
(102,95,124)
#7B758E
(123,117,142)
#908BA0
(144,139,160)
#A5A1B2
(165,161,178)
#BAB7C4
(186,183,196)
#CFCDD6
(207,205,214)
#E4E3E8
(228,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #120734 color. Also use rgb(18,7,52) instead hex code.

Text Font Color

.myTextColor { color: #120734; }

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

This text font color is #120734.


Background Color

.myBgColor { background-color: #120734; }

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

This div background color is #120734.


Border color

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

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

This div border color is #120734.


Opacity

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

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

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

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

This text has shadow with #120734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120734 on black background.


Color preview on white background

This text has color #120734 on white background.



Black color preview on #120734 background

This text has black color on #120734 background.


White color preview on #120734 background

This text has white color on #120734 background.