COLOR #06703E

HEX: #06703E
RGB: (6,112,62)

Color info

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

RGB color model

#06703E color RGB value is (6,112,62).

  • red value is 6;
  • green value is 112;
  • blue value is 62.
RGB:
(6,112,62)
(2%,44%,24%)

RGB channels and saturation

R 6 of 255 = 2%
G 112 of 255 = 44%
B 62 of 255 = 24%

6
112
62

R + G + B ~ 23%. #06703E is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 112 + 62 = 180 (100%)
R 6 of 180 ~ 3.33%
G 112 of 180 ~ 62.22%
B 62 of 180 ~ 34.44%

%62.22
%34.44

CMYK color model

#06703E color CMYK value is (95,0,45,56).

  • cyan value is 94.64%
  • magenta value is 0.00%
  • yellow value is 44.64%
  • key color value is 56.08%
CMYK:
(95,0,45,56)
C95M0Y45K56 
(95%,0%,45%,56%)
(0.95/0.00/0.45/0.56)	

CMYK percentages

%94.64
%0
%44.64
%56.08

Codes

Color #06703E in popluar color models

06703E
RGB611262
HSL152°89.83%23.14%
HSB/HSV152°94.64%43.92%
CMYK94.64%0.00%44.64%
56.08%

Color #06703E in popluar number systems.

HEX06703E
Decimal611262
Binary1101110000111110
Octal616076

Shades and tints

Shades of #06703E

#06703E
(6,112,62)
#066639
(6,102,57)
#065C34
(6,92,52)
#06522F
(6,82,47)
#06482A
(6,72,42)
#063E25
(6,62,37)
#063420
(6,52,32)
#062A1B
(6,42,27)
#062016
(6,32,22)
#061611
(6,22,17)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #06703E

#06703E
(6,112,62)
#1C7D4F
(28,125,79)
#328A60
(50,138,96)
#489771
(72,151,113)
#5EA482
(94,164,130)
#74B193
(116,177,147)
#8ABEA4
(138,190,164)
#A0CBB5
(160,203,181)
#B6D8C6
(182,216,198)
#CCE5D7
(204,229,215)
#E2F2E8
(226,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06703E color. Also use rgb(6,112,62) instead hex code.

Text Font Color

.myTextColor { color: #06703E; }

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

This text font color is #06703E.


Background Color

.myBgColor { background-color: #06703E; }

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

This div background color is #06703E.


Border color

.myBorderColor { border: 1px solid #06703E; }

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

This div border color is #06703E.


Opacity

.myOpacity80 { color: #06703E; opacity: 0.8; }

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

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

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

This text has shadow with #06703E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06703E on black background.


Color preview on white background

This text has color #06703E on white background.



Black color preview on #06703E background

This text has black color on #06703E background.


White color preview on #06703E background

This text has white color on #06703E background.