COLOR #06652C

HEX: #06652C RGB: (6,101,44)

Color info

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

RGB color model

#06652C color RGB value is (6,101,44).

RGB: (6,101,44) (2%, 40%, 17%)

RGB channels and saturation

R 6 of 255 = 2%
G 101 of 255 = 40%
B 44 of 255 = 17%

6
101
44

R + G + B ~ 20%. #06652C is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 101 + 44 = 151 (100%)
R 6 of 151 ~ 3.97%
G 101 of 151 ~ 66.89%
B 44 of 151 ~ 29.14'%

%66.89
%29.14

CMYK color model

#06652C color CMYK value is (94,0,56,60).

  • cyan value is 94.06%
  • magenta value is 0.00%
  • yellow value is 56.44%
  • key color value is 60.39%

CMYK: (94,0,56,60)
C94M0Y56K60 (94%, 0%, 56%, 60%)
(0.94 / 0.00 / 0.56 / 0.60)

CMYK percentages

%94.06
%0
%56.44
%60.39

Codes

Color #06652C in popluar color models

06 65 2C
RGB 6 101 44
HSL 144° 88.79% 20.98%
HSB/HSV 144° 94.06% 39.61%
CMYK 94.06% 0.00% 56.44%
60.39%

Color #06652C in popluar number systems.

HEX 06 65 2C
Decimal 6 101 44
Binary 110 1100101 101100
Octal 6 145 54

Shades and tints

Shades of #06652C

#06652C
(6,101,44)
#065C28
(6,92,40)
#065324
(6,83,36)
#064A20
(6,74,32)
#06411C
(6,65,28)
#063818
(6,56,24)
#062F14
(6,47,20)
#062610
(6,38,16)
#061D0C
(6,29,12)
#061408
(6,20,8)
#060B04
(6,11,4)
#000000
(0,0,0)

Tints of #06652C

#06652C
(6,101,44)
#1C733F
(28,115,63)
#328152
(50,129,82)
#488F65
(72,143,101)
#5E9D78
(94,157,120)
#74AB8B
(116,171,139)
#8AB99E
(138,185,158)
#A0C7B1
(160,199,177)
#B6D5C4
(182,213,196)
#CCE3D7
(204,227,215)
#E2F1EA
(226,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06652C color. Also use rgb(6,101,44) instead hex code.

Text Font Color

.myTextColor { color: #06652C; }

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

This text font color is #06652C.

Background Color

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

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

This div background color is #06652C.

Border color

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

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

This div border color is #06652C.

Opacity

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

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

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

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

This text has shadow with #06652C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06652C.

Preview

Color preview on black background

This text has color #06652C on black background.


Color preview on white background

This text has color #06652C on white background.


Black color preview on #06652C background

This text has black color on #06652C background.


White color preview on #06652C background

This text has white color on #06652C background.


Related colors

Complementary color

Complementary color for #hex is #F99AD3.


I love getcolorcode.com

Triadic colors

1 #2C0665 and #652C06 with #06652C are triadic colors.

2 #2C6506 and #65062C with #06652C are triadic colors.