COLOR #06481A

HEX: #06481A
RGB: (6,72,26)

Color info

#06481A contains mainly green and blue colors. Web safe color of #06481A is #003300 (or #030).

RGB color model

#06481A color RGB value is (6,72,26).

  • red value is 6;
  • green value is 72;
  • blue value is 26.
RGB:
(6,72,26)
(2%,28%,10%)

RGB channels and saturation

R 6 of 255 = 2%
G 72 of 255 = 28%
B 26 of 255 = 10%

6
72
26

R + G + B ~ 13%. #06481A is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 72 + 26 = 104 (100%)
R 6 of 104 ~ 5.77%
G 72 of 104 ~ 69.23%
B 26 of 104 ~ 25%

%69.23
%25

CMYK color model

#06481A color CMYK value is (92,0,64,72).

  • cyan value is 91.67%
  • magenta value is 0.00%
  • yellow value is 63.89%
  • key color value is 71.76%
CMYK:
(92,0,64,72)
C92M0Y64K72 
(92%,0%,64%,72%)
(0.92/0.00/0.64/0.72)	

CMYK percentages

%91.67
%0
%63.89
%71.76

Codes

Color #06481A in popluar color models

06481A
RGB67226
HSL138°84.62%15.29%
HSB/HSV138°91.67%28.24%
CMYK91.67%0.00%63.89%
71.76%

Color #06481A in popluar number systems.

HEX06481A
Decimal67226
Binary110100100011010
Octal611032

Shades and tints

Shades of #06481A

#06481A
(6,72,26)
#064218
(6,66,24)
#063C16
(6,60,22)
#063614
(6,54,20)
#063012
(6,48,18)
#062A10
(6,42,16)
#06240E
(6,36,14)
#061E0C
(6,30,12)
#06180A
(6,24,10)
#061208
(6,18,8)
#060C06
(6,12,6)
#000000
(0,0,0)

Tints of #06481A

#06481A
(6,72,26)
#1C582E
(28,88,46)
#326842
(50,104,66)
#487856
(72,120,86)
#5E886A
(94,136,106)
#74987E
(116,152,126)
#8AA892
(138,168,146)
#A0B8A6
(160,184,166)
#B6C8BA
(182,200,186)
#CCD8CE
(204,216,206)
#E2E8E2
(226,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06481A color. Also use rgb(6,72,26) instead hex code.

Text Font Color

.myTextColor { color: #06481A; }

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

This text font color is #06481A.


Background Color

.myBgColor { background-color: #06481A; }

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

This div background color is #06481A.


Border color

.myBorderColor { border: 1px solid #06481A; }

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

This div border color is #06481A.


Opacity

.myOpacity80 { color: #06481A; opacity: 0.8; }

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

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

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

This text has shadow with #06481A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06481A on black background.


Color preview on white background

This text has color #06481A on white background.



Black color preview on #06481A background

This text has black color on #06481A background.


White color preview on #06481A background

This text has white color on #06481A background.