COLOR #06735E

HEX: #06735E
RGB: (6,115,94)

Color info

#06735E contains mainly green and blue colors. Web safe color of #06735E is #006666 (or #066).

RGB color model

#06735E color RGB value is (6,115,94).

  • red value is 6;
  • green value is 115;
  • blue value is 94.
RGB:
(6,115,94)
(2%,45%,37%)

RGB channels and saturation

R 6 of 255 = 2%
G 115 of 255 = 45%
B 94 of 255 = 37%

6
115
94

R + G + B ~ 28%. #06735E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 115 + 94 = 215 (100%)
R 6 of 215 ~ 2.79%
G 115 of 215 ~ 53.49%
B 94 of 215 ~ 43.72%

%53.49
%43.72

CMYK color model

#06735E color CMYK value is (95,0,18,55).

  • cyan value is 94.78%
  • magenta value is 0.00%
  • yellow value is 18.26%
  • key color value is 54.90%
CMYK:
(95,0,18,55)
C95M0Y18K55 
(95%,0%,18%,55%)
(0.95/0.00/0.18/0.55)	

CMYK percentages

%94.78
%0
%18.26
%54.9

Codes

Color #06735E in popluar color models

06735E
RGB611594
HSL168°90.08%23.73%
HSB/HSV168°94.78%45.10%
CMYK94.78%0.00%18.26%
54.90%

Color #06735E in popluar number systems.

HEX06735E
Decimal611594
Binary11011100111011110
Octal6163136

Shades and tints

Shades of #06735E

#06735E
(6,115,94)
#066956
(6,105,86)
#065F4E
(6,95,78)
#065546
(6,85,70)
#064B3E
(6,75,62)
#064136
(6,65,54)
#06372E
(6,55,46)
#062D26
(6,45,38)
#06231E
(6,35,30)
#061916
(6,25,22)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #06735E

#06735E
(6,115,94)
#1C7F6C
(28,127,108)
#328B7A
(50,139,122)
#489788
(72,151,136)
#5EA396
(94,163,150)
#74AFA4
(116,175,164)
#8ABBB2
(138,187,178)
#A0C7C0
(160,199,192)
#B6D3CE
(182,211,206)
#CCDFDC
(204,223,220)
#E2EBEA
(226,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06735E color. Also use rgb(6,115,94) instead hex code.

Text Font Color

.myTextColor { color: #06735E; }

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

This text font color is #06735E.


Background Color

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

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

This div background color is #06735E.


Border color

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

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

This div border color is #06735E.


Opacity

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

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

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

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

This text has shadow with #06735E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06735E on black background.


Color preview on white background

This text has color #06735E on white background.



Black color preview on #06735E background

This text has black color on #06735E background.


White color preview on #06735E background

This text has white color on #06735E background.