COLOR #06803D

HEX: #06803D RGB: (6,128,61)

Color info

#06803D contains mainly green color. Web safe color of #06803D is #006633 (or #063).

RGB color model

#06803D color RGB value is (6,128,61).

RGB: (6,128,61) (2%, 50%, 24%)

RGB channels and saturation

R 6 of 255 = 2%
G 128 of 255 = 50%
B 61 of 255 = 24%

6
128
61

R + G + B ~ 25%. #06803D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 128 + 61 = 195 (100%)
R 6 of 195 ~ 3.08%
G 128 of 195 ~ 65.64%
B 61 of 195 ~ 31.28'%

%65.64
%31.28

CMYK color model

#06803D color CMYK value is (95,0,52,50).

  • cyan value is 95.31%
  • magenta value is 0.00%
  • yellow value is 52.34%
  • key color value is 49.80%

CMYK: (95,0,52,50)
C95M0Y52K50 (95%, 0%, 52%, 50%)
(0.95 / 0.00 / 0.52 / 0.50)

CMYK percentages

%95.31
%0
%52.34
%49.8

Codes

Color #06803D in popluar color models

06 80 3D
RGB 6 128 61
HSL 147° 91.04% 26.27%
HSB/HSV 147° 95.31% 50.20%
CMYK 95.31% 0.00% 52.34%
49.80%

Color #06803D in popluar number systems.

HEX 06 80 3D
Decimal 6 128 61
Binary 110 10000000 111101
Octal 6 200 75

Shades and tints

Shades of #06803D

#06803D
(6,128,61)
#067538
(6,117,56)
#066A33
(6,106,51)
#065F2E
(6,95,46)
#065429
(6,84,41)
#064924
(6,73,36)
#063E1F
(6,62,31)
#06331A
(6,51,26)
#062815
(6,40,21)
#061D10
(6,29,16)
#06120B
(6,18,11)
#000000
(0,0,0)

Tints of #06803D

#06803D
(6,128,61)
#1C8B4E
(28,139,78)
#32965F
(50,150,95)
#48A170
(72,161,112)
#5EAC81
(94,172,129)
#74B792
(116,183,146)
#8AC2A3
(138,194,163)
#A0CDB4
(160,205,180)
#B6D8C5
(182,216,197)
#CCE3D6
(204,227,214)
#E2EEE7
(226,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06803D color. Also use rgb(6,128,61) instead hex code.

Text Font Color

.myTextColor { color: #06803D; }

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

This text font color is #06803D.

Background Color

.myBgColor { background-color: #06803D; }

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

This div background color is #06803D.

Border color

.myBorderColor { border: 1px solid #06803D; }

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

This div border color is #06803D.

Opacity

.myOpacity80 { color: #06803D; opacity: 0.8; }

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

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

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

This text has shadow with #06803D color.


.textShadow {text-shadow: 3px 3px 1px #06803D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06803D; -webkit-box-shadow: 1px 1px 3px 2px #06803D; box-shadow:1px 1px 3px 2px #06803D;">
Div content here
</div>

This div box has shadow with color #06803D.

Preview

Color preview on black background

This text has color #06803D on black background.


Color preview on white background

This text has color #06803D on white background.


Black color preview on #06803D background

This text has black color on #06803D background.


White color preview on #06803D background

This text has white color on #06803D background.


Related colors

Complementary color

Complementary color for #hex is #F97FC2.


I love getcolorcode.com

Triadic colors

1 #3D0680 and #803D06 with #06803D are triadic colors.

2 #3D8006 and #80063D with #06803D are triadic colors.