COLOR #06270C

HEX: #06270C
RGB: (6,39,12)

Color info

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

RGB color model

#06270C color RGB value is (6,39,12).

  • red value is 6;
  • green value is 39;
  • blue value is 12.
RGB:
(6,39,12)
(2%,15%,5%)

RGB channels and saturation

R 6 of 255 = 2%
G 39 of 255 = 15%
B 12 of 255 = 5%

6
39
12

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

Portions of RGB colors in percentages

R + G + B =
6 + 39 + 12 = 57 (100%)
R 6 of 57 ~ 10.53%
G 39 of 57 ~ 68.42%
B 12 of 57 ~ 21.05%

%10.53
%68.42
%21.05

CMYK color model

#06270C color CMYK value is (85,0,69,85).

  • cyan value is 84.62%
  • magenta value is 0.00%
  • yellow value is 69.23%
  • key color value is 84.71%
CMYK:
(85,0,69,85)
C85M0Y69K85 
(85%,0%,69%,85%)
(0.85/0.00/0.69/0.85)	

CMYK percentages

%84.62
%0
%69.23
%84.71

Codes

Color #06270C in popluar color models

06270C
RGB63912
HSL131°73.33%8.82%
HSB/HSV131°84.62%15.29%
CMYK84.62%0.00%69.23%
84.71%

Color #06270C in popluar number systems.

HEX06270C
Decimal63912
Binary1101001111100
Octal64714

Shades and tints

Shades of #06270C

#06270C
(6,39,12)
#06240B
(6,36,11)
#06210A
(6,33,10)
#061E09
(6,30,9)
#061B08
(6,27,8)
#061807
(6,24,7)
#061506
(6,21,6)
#061205
(6,18,5)
#060F04
(6,15,4)
#060C03
(6,12,3)
#060902
(6,9,2)
#000000
(0,0,0)

Tints of #06270C

#06270C
(6,39,12)
#1C3A22
(28,58,34)
#324D38
(50,77,56)
#48604E
(72,96,78)
#5E7364
(94,115,100)
#74867A
(116,134,122)
#8A9990
(138,153,144)
#A0ACA6
(160,172,166)
#B6BFBC
(182,191,188)
#CCD2D2
(204,210,210)
#E2E5E8
(226,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06270C color. Also use rgb(6,39,12) instead hex code.

Text Font Color

.myTextColor { color: #06270C; }

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

This text font color is #06270C.


Background Color

.myBgColor { background-color: #06270C; }

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

This div background color is #06270C.


Border color

.myBorderColor { border: 1px solid #06270C; }

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

This div border color is #06270C.


Opacity

.myOpacity80 { color: #06270C; opacity: 0.8; }

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

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

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

This text has shadow with #06270C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06270C on black background.


Color preview on white background

This text has color #06270C on white background.



Black color preview on #06270C background

This text has black color on #06270C background.


White color preview on #06270C background

This text has white color on #06270C background.