COLOR #06531F

HEX: #06531F
RGB: (6,83,31)

Color info

#06531F contains mainly green and blue colors. Web safe color of #06531F is #006633 (or #063).

RGB color model

#06531F color RGB value is (6,83,31).

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

RGB channels and saturation

R 6 of 255 = 2%
G 83 of 255 = 33%
B 31 of 255 = 12%

6
83
31

R + G + B ~ 16%. #06531F is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 83 + 31 = 120 (100%)
R 6 of 120 ~ 5%
G 83 of 120 ~ 69.17%
B 31 of 120 ~ 25.83%

%69.17
%25.83

CMYK color model

#06531F color CMYK value is (93,0,63,67).

  • cyan value is 92.77%
  • magenta value is 0.00%
  • yellow value is 62.65%
  • key color value is 67.45%
CMYK:
(93,0,63,67)
C93M0Y63K67 
(93%,0%,63%,67%)
(0.93/0.00/0.63/0.67)	

CMYK percentages

%92.77
%0
%62.65
%67.45

Codes

Color #06531F in popluar color models

06531F
RGB68331
HSL139°86.52%17.45%
HSB/HSV139°92.77%32.55%
CMYK92.77%0.00%62.65%
67.45%

Color #06531F in popluar number systems.

HEX06531F
Decimal68331
Binary110101001111111
Octal612337

Shades and tints

Shades of #06531F

#06531F
(6,83,31)
#064C1D
(6,76,29)
#06451B
(6,69,27)
#063E19
(6,62,25)
#063717
(6,55,23)
#063015
(6,48,21)
#062913
(6,41,19)
#062211
(6,34,17)
#061B0F
(6,27,15)
#06140D
(6,20,13)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #06531F

#06531F
(6,83,31)
#1C6233
(28,98,51)
#327147
(50,113,71)
#48805B
(72,128,91)
#5E8F6F
(94,143,111)
#749E83
(116,158,131)
#8AAD97
(138,173,151)
#A0BCAB
(160,188,171)
#B6CBBF
(182,203,191)
#CCDAD3
(204,218,211)
#E2E9E7
(226,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06531F color. Also use rgb(6,83,31) instead hex code.

Text Font Color

.myTextColor { color: #06531F; }

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

This text font color is #06531F.


Background Color

.myBgColor { background-color: #06531F; }

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

This div background color is #06531F.


Border color

.myBorderColor { border: 1px solid #06531F; }

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

This div border color is #06531F.


Opacity

.myOpacity80 { color: #06531F; opacity: 0.8; }

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

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

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

This text has shadow with #06531F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06531F on black background.


Color preview on white background

This text has color #06531F on white background.



Black color preview on #06531F background

This text has black color on #06531F background.


White color preview on #06531F background

This text has white color on #06531F background.