COLOR #061F24

HEX: #061F24
RGB: (6,31,36)

Color info

#061F24 contains red, green and blue colors in about the same proportion. Web safe color of #061F24 is #003333 (or #033).

RGB color model

#061F24 color RGB value is (6,31,36).

  • red value is 6;
  • green value is 31;
  • blue value is 36.
RGB:
(6,31,36)
(2%,12%,14%)

RGB channels and saturation

R 6 of 255 = 2%
G 31 of 255 = 12%
B 36 of 255 = 14%

6
31
36

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

Portions of RGB colors in percentages

R + G + B =
6 + 31 + 36 = 73 (100%)
R 6 of 73 ~ 8.22%
G 31 of 73 ~ 42.47%
B 36 of 73 ~ 49.32%

%42.47
%49.32

CMYK color model

#061F24 color CMYK value is (83,14,0,86).

  • cyan value is 83.33%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(83,14,0,86)
C83M14Y0K86 
(83%,14%,0%,86%)
(0.83/0.14/0.00/0.86)	

CMYK percentages

%83.33
%13.89
%0
%85.88

Codes

Color #061F24 in popluar color models

061F24
RGB63136
HSL190°71.43%8.24%
HSB/HSV190°83.33%14.12%
CMYK83.33%13.89%0.00%
85.88%

Color #061F24 in popluar number systems.

HEX061F24
Decimal63136
Binary11011111100100
Octal63744

Shades and tints

Shades of #061F24

#061F24
(6,31,36)
#061D21
(6,29,33)
#061B1E
(6,27,30)
#06191B
(6,25,27)
#061718
(6,23,24)
#061515
(6,21,21)
#061312
(6,19,18)
#06110F
(6,17,15)
#060F0C
(6,15,12)
#060D09
(6,13,9)
#060B06
(6,11,6)
#000000
(0,0,0)

Tints of #061F24

#061F24
(6,31,36)
#1C3337
(28,51,55)
#32474A
(50,71,74)
#485B5D
(72,91,93)
#5E6F70
(94,111,112)
#748383
(116,131,131)
#8A9796
(138,151,150)
#A0ABA9
(160,171,169)
#B6BFBC
(182,191,188)
#CCD3CF
(204,211,207)
#E2E7E2
(226,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #061F24 color. Also use rgb(6,31,36) instead hex code.

Text Font Color

.myTextColor { color: #061F24; }

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

This text font color is #061F24.


Background Color

.myBgColor { background-color: #061F24; }

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

This div background color is #061F24.


Border color

.myBorderColor { border: 1px solid #061F24; }

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

This div border color is #061F24.


Opacity

.myOpacity80 { color: #061F24; opacity: 0.8; }

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

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

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

This text has shadow with #061F24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #061F24 on black background.


Color preview on white background

This text has color #061F24 on white background.



Black color preview on #061F24 background

This text has black color on #061F24 background.


White color preview on #061F24 background

This text has white color on #061F24 background.