COLOR #061034

HEX: #061034
RGB: (6,16,52)

Color info

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

RGB color model

#061034 color RGB value is (6,16,52).

  • red value is 6;
  • green value is 16;
  • blue value is 52.
RGB:
(6,16,52)
(2%,6%,20%)

RGB channels and saturation

R 6 of 255 = 2%
G 16 of 255 = 6%
B 52 of 255 = 20%

6
16
52

R + G + B ~ 9%. #061034 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 16 + 52 = 74 (100%)
R 6 of 74 ~ 8.11%
G 16 of 74 ~ 21.62%
B 52 of 74 ~ 70.27%

%21.62
%70.27

CMYK color model

#061034 color CMYK value is (88,69,0,80).

  • cyan value is 88.46%
  • magenta value is 69.23%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(88,69,0,80)
C88M69Y0K80 
(88%,69%,0%,80%)
(0.88/0.69/0.00/0.80)	

CMYK percentages

%88.46
%69.23
%0
%79.61

Codes

Color #061034 in popluar color models

061034
RGB61652
HSL227°79.31%11.37%
HSB/HSV227°88.46%20.39%
CMYK88.46%69.23%0.00%
79.61%

Color #061034 in popluar number systems.

HEX061034
Decimal61652
Binary11010000110100
Octal62064

Shades and tints

Shades of #061034

#061034
(6,16,52)
#060F30
(6,15,48)
#060E2C
(6,14,44)
#060D28
(6,13,40)
#060C24
(6,12,36)
#060B20
(6,11,32)
#060A1C
(6,10,28)
#060918
(6,9,24)
#060814
(6,8,20)
#060710
(6,7,16)
#06060C
(6,6,12)
#000000
(0,0,0)

Tints of #061034

#061034
(6,16,52)
#1C2546
(28,37,70)
#323A58
(50,58,88)
#484F6A
(72,79,106)
#5E647C
(94,100,124)
#74798E
(116,121,142)
#8A8EA0
(138,142,160)
#A0A3B2
(160,163,178)
#B6B8C4
(182,184,196)
#CCCDD6
(204,205,214)
#E2E2E8
(226,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061034 color. Also use rgb(6,16,52) instead hex code.

Text Font Color

.myTextColor { color: #061034; }

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

This text font color is #061034.


Background Color

.myBgColor { background-color: #061034; }

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

This div background color is #061034.


Border color

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

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

This div border color is #061034.


Opacity

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

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

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

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

This text has shadow with #061034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061034 on black background.


Color preview on white background

This text has color #061034 on white background.



Black color preview on #061034 background

This text has black color on #061034 background.


White color preview on #061034 background

This text has white color on #061034 background.