COLOR #061025

HEX: #061025
RGB: (6,16,37)

Color info

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

RGB color model

#061025 color RGB value is (6,16,37).

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

RGB channels and saturation

R 6 of 255 = 2%
G 16 of 255 = 6%
B 37 of 255 = 15%

6
16
37

R + G + B ~ 8%. #061025 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 16 + 37 = 59 (100%)
R 6 of 59 ~ 10.17%
G 16 of 59 ~ 27.12%
B 37 of 59 ~ 62.71%

%10.17
%27.12
%62.71

CMYK color model

#061025 color CMYK value is (84,57,0,85).

  • cyan value is 83.78%
  • magenta value is 56.76%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(84,57,0,85)
C84M57Y0K85 
(84%,57%,0%,85%)
(0.84/0.57/0.00/0.85)	

CMYK percentages

%83.78
%56.76
%0
%85.49

Codes

Color #061025 in popluar color models

061025
RGB61637
HSL221°72.09%8.43%
HSB/HSV221°83.78%14.51%
CMYK83.78%56.76%0.00%
85.49%

Color #061025 in popluar number systems.

HEX061025
Decimal61637
Binary11010000100101
Octal62045

Shades and tints

Shades of #061025

#061025
(6,16,37)
#060F22
(6,15,34)
#060E1F
(6,14,31)
#060D1C
(6,13,28)
#060C19
(6,12,25)
#060B16
(6,11,22)
#060A13
(6,10,19)
#060910
(6,9,16)
#06080D
(6,8,13)
#06070A
(6,7,10)
#060607
(6,6,7)
#000000
(0,0,0)

Tints of #061025

#061025
(6,16,37)
#1C2538
(28,37,56)
#323A4B
(50,58,75)
#484F5E
(72,79,94)
#5E6471
(94,100,113)
#747984
(116,121,132)
#8A8E97
(138,142,151)
#A0A3AA
(160,163,170)
#B6B8BD
(182,184,189)
#CCCDD0
(204,205,208)
#E2E2E3
(226,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061025; }

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

This text font color is #061025.


Background Color

.myBgColor { background-color: #061025; }

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

This div background color is #061025.


Border color

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

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

This div border color is #061025.


Opacity

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

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

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

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

This text has shadow with #061025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061025 on black background.


Color preview on white background

This text has color #061025 on white background.



Black color preview on #061025 background

This text has black color on #061025 background.


White color preview on #061025 background

This text has white color on #061025 background.