COLOR #061925

HEX: #061925
RGB: (6,25,37)

Color info

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

RGB color model

#061925 color RGB value is (6,25,37).

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

RGB channels and saturation

R 6 of 255 = 2%
G 25 of 255 = 10%
B 37 of 255 = 15%

6
25
37

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

Portions of RGB colors in percentages

R + G + B =
6 + 25 + 37 = 68 (100%)
R 6 of 68 ~ 8.82%
G 25 of 68 ~ 36.76%
B 37 of 68 ~ 54.41%

%36.76
%54.41

CMYK color model

#061925 color CMYK value is (84,32,0,85).

  • cyan value is 83.78%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(84,32,0,85)
C84M32Y0K85 
(84%,32%,0%,85%)
(0.84/0.32/0.00/0.85)	

CMYK percentages

%83.78
%32.43
%0
%85.49

Codes

Color #061925 in popluar color models

061925
RGB62537
HSL203°72.09%8.43%
HSB/HSV203°83.78%14.51%
CMYK83.78%32.43%0.00%
85.49%

Color #061925 in popluar number systems.

HEX061925
Decimal62537
Binary11011001100101
Octal63145

Shades and tints

Shades of #061925

#061925
(6,25,37)
#061722
(6,23,34)
#06151F
(6,21,31)
#06131C
(6,19,28)
#061119
(6,17,25)
#060F16
(6,15,22)
#060D13
(6,13,19)
#060B10
(6,11,16)
#06090D
(6,9,13)
#06070A
(6,7,10)
#060507
(6,5,7)
#000000
(0,0,0)

Tints of #061925

#061925
(6,25,37)
#1C2D38
(28,45,56)
#32414B
(50,65,75)
#48555E
(72,85,94)
#5E6971
(94,105,113)
#747D84
(116,125,132)
#8A9197
(138,145,151)
#A0A5AA
(160,165,170)
#B6B9BD
(182,185,189)
#CCCDD0
(204,205,208)
#E2E1E3
(226,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #061925; }

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

This text font color is #061925.


Background Color

.myBgColor { background-color: #061925; }

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

This div background color is #061925.


Border color

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

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

This div border color is #061925.


Opacity

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

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

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

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

This text has shadow with #061925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061925 on black background.


Color preview on white background

This text has color #061925 on white background.



Black color preview on #061925 background

This text has black color on #061925 background.


White color preview on #061925 background

This text has white color on #061925 background.