COLOR #062625

HEX: #062625
RGB: (6,38,37)

Color info

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

RGB color model

#062625 color RGB value is (6,38,37).

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

RGB channels and saturation

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

6
38
37

R + G + B ~ 11%. #062625 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 38 + 37 = 81 (100%)
R 6 of 81 ~ 7.41%
G 38 of 81 ~ 46.91%
B 37 of 81 ~ 45.68%

%46.91
%45.68

CMYK color model

#062625 color CMYK value is (84,0,3,85).

  • cyan value is 84.21%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 85.10%
CMYK:
(84,0,3,85)
C84M0Y3K85 
(84%,0%,3%,85%)
(0.84/0.00/0.03/0.85)	

CMYK percentages

%84.21
%0
%2.63
%85.1

Codes

Color #062625 in popluar color models

062625
RGB63837
HSL178°72.73%8.63%
HSB/HSV178°84.21%14.90%
CMYK84.21%0.00%2.63%
85.10%

Color #062625 in popluar number systems.

HEX062625
Decimal63837
Binary110100110100101
Octal64645

Shades and tints

Shades of #062625

#062625
(6,38,37)
#062322
(6,35,34)
#06201F
(6,32,31)
#061D1C
(6,29,28)
#061A19
(6,26,25)
#061716
(6,23,22)
#061413
(6,20,19)
#061110
(6,17,16)
#060E0D
(6,14,13)
#060B0A
(6,11,10)
#060807
(6,8,7)
#000000
(0,0,0)

Tints of #062625

#062625
(6,38,37)
#1C3938
(28,57,56)
#324C4B
(50,76,75)
#485F5E
(72,95,94)
#5E7271
(94,114,113)
#748584
(116,133,132)
#8A9897
(138,152,151)
#A0ABAA
(160,171,170)
#B6BEBD
(182,190,189)
#CCD1D0
(204,209,208)
#E2E4E3
(226,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062625; }

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

This text font color is #062625.


Background Color

.myBgColor { background-color: #062625; }

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

This div background color is #062625.


Border color

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

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

This div border color is #062625.


Opacity

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

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

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

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

This text has shadow with #062625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062625 on black background.


Color preview on white background

This text has color #062625 on white background.



Black color preview on #062625 background

This text has black color on #062625 background.


White color preview on #062625 background

This text has white color on #062625 background.