COLOR #062508

HEX: #062508
RGB: (6,37,8)

Color info

#062508 contains red, green and blue colors in about the same proportion. Web safe color of #062508 is #003300 (or #030).

RGB color model

#062508 color RGB value is (6,37,8).

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

RGB channels and saturation

R 6 of 255 = 2%
G 37 of 255 = 15%
B 8 of 255 = 3%

6
37
8

R + G + B ~ 7%. #062508 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 37 + 8 = 51 (100%)
R 6 of 51 ~ 11.76%
G 37 of 51 ~ 72.55%
B 8 of 51 ~ 15.69%

%11.76
%72.55
%15.69

CMYK color model

#062508 color CMYK value is (84,0,78,85).

  • cyan value is 83.78%
  • magenta value is 0.00%
  • yellow value is 78.38%
  • key color value is 85.49%
CMYK:
(84,0,78,85)
C84M0Y78K85 
(84%,0%,78%,85%)
(0.84/0.00/0.78/0.85)	

CMYK percentages

%83.78
%0
%78.38
%85.49

Codes

Color #062508 in popluar color models

062508
RGB6378
HSL124°72.09%8.43%
HSB/HSV124°83.78%14.51%
CMYK83.78%0.00%78.38%
85.49%

Color #062508 in popluar number systems.

HEX062508
Decimal6378
Binary1101001011000
Octal64510

Shades and tints

Shades of #062508

#062508
(6,37,8)
#062208
(6,34,8)
#061F08
(6,31,8)
#061C08
(6,28,8)
#061908
(6,25,8)
#061608
(6,22,8)
#061308
(6,19,8)
#061008
(6,16,8)
#060D08
(6,13,8)
#060A08
(6,10,8)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #062508

#062508
(6,37,8)
#1C381E
(28,56,30)
#324B34
(50,75,52)
#485E4A
(72,94,74)
#5E7160
(94,113,96)
#748476
(116,132,118)
#8A978C
(138,151,140)
#A0AAA2
(160,170,162)
#B6BDB8
(182,189,184)
#CCD0CE
(204,208,206)
#E2E3E4
(226,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #062508; }

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

This text font color is #062508.


Background Color

.myBgColor { background-color: #062508; }

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

This div background color is #062508.


Border color

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

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

This div border color is #062508.


Opacity

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

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

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

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

This text has shadow with #062508 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #062508 on black background.


Color preview on white background

This text has color #062508 on white background.



Black color preview on #062508 background

This text has black color on #062508 background.


White color preview on #062508 background

This text has white color on #062508 background.