COLOR #067B36

HEX: #067B36
RGB: (6,123,54)

Color info

#067B36 contains mainly green color. Web safe color of #067B36 is #006633 (or #063).

RGB color model

#067B36 color RGB value is (6,123,54).

  • red value is 6;
  • green value is 123;
  • blue value is 54.
RGB:
(6,123,54)
(2%,48%,21%)

RGB channels and saturation

R 6 of 255 = 2%
G 123 of 255 = 48%
B 54 of 255 = 21%

6
123
54

R + G + B ~ 24%. #067B36 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 123 + 54 = 183 (100%)
R 6 of 183 ~ 3.28%
G 123 of 183 ~ 67.21%
B 54 of 183 ~ 29.51%

%67.21
%29.51

CMYK color model

#067B36 color CMYK value is (95,0,56,52).

  • cyan value is 95.12%
  • magenta value is 0.00%
  • yellow value is 56.10%
  • key color value is 51.76%
CMYK:
(95,0,56,52)
C95M0Y56K52 
(95%,0%,56%,52%)
(0.95/0.00/0.56/0.52)	

CMYK percentages

%95.12
%0
%56.1
%51.76

Codes

Color #067B36 in popluar color models

067B36
RGB612354
HSL145°90.70%25.29%
HSB/HSV145°95.12%48.24%
CMYK95.12%0.00%56.10%
51.76%

Color #067B36 in popluar number systems.

HEX067B36
Decimal612354
Binary1101111011110110
Octal617366

Shades and tints

Shades of #067B36

#067B36
(6,123,54)
#067032
(6,112,50)
#06652E
(6,101,46)
#065A2A
(6,90,42)
#064F26
(6,79,38)
#064422
(6,68,34)
#06391E
(6,57,30)
#062E1A
(6,46,26)
#062316
(6,35,22)
#061812
(6,24,18)
#060D0E
(6,13,14)
#000000
(0,0,0)

Tints of #067B36

#067B36
(6,123,54)
#1C8748
(28,135,72)
#32935A
(50,147,90)
#489F6C
(72,159,108)
#5EAB7E
(94,171,126)
#74B790
(116,183,144)
#8AC3A2
(138,195,162)
#A0CFB4
(160,207,180)
#B6DBC6
(182,219,198)
#CCE7D8
(204,231,216)
#E2F3EA
(226,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #067B36 color. Also use rgb(6,123,54) instead hex code.

Text Font Color

.myTextColor { color: #067B36; }

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

This text font color is #067B36.


Background Color

.myBgColor { background-color: #067B36; }

<div style="background-color:#067B36">Inner text</div>

This div background color is #067B36.


Border color

.myBorderColor { border: 1px solid #067B36; }

<div style="border:3px solid #067B36">Div</div>

This div border color is #067B36.


Opacity

.myOpacity80 { color: #067B36; opacity: 0.8; }

<p style="color:#067B36;opacity:0.8;">80%</p>

Text with #067B36 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 #067B36;}

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

This text has shadow with #067B36 color.

.textShadow {text-shadow: 3px 3px 1px #067B36, 3px 3px 1px red;}

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

This text has shadow with #067B36 primary color and red secondary color.


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

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

This text has shadow with #067B36 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #067B36 on black background.


Color preview on white background

This text has color #067B36 on white background.



Black color preview on #067B36 background

This text has black color on #067B36 background.


White color preview on #067B36 background

This text has white color on #067B36 background.