COLOR #067323

HEX: #067323
RGB: (6,115,35)

Color info

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

RGB color model

#067323 color RGB value is (6,115,35).

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

RGB channels and saturation

R 6 of 255 = 2%
G 115 of 255 = 45%
B 35 of 255 = 14%

6
115
35

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

Portions of RGB colors in percentages

R + G + B =
6 + 115 + 35 = 156 (100%)
R 6 of 156 ~ 3.85%
G 115 of 156 ~ 73.72%
B 35 of 156 ~ 22.44%

%73.72
%22.44

CMYK color model

#067323 color CMYK value is (95,0,70,55).

  • cyan value is 94.78%
  • magenta value is 0.00%
  • yellow value is 69.57%
  • key color value is 54.90%
CMYK:
(95,0,70,55)
C95M0Y70K55 
(95%,0%,70%,55%)
(0.95/0.00/0.70/0.55)	

CMYK percentages

%94.78
%0
%69.57
%54.9

Codes

Color #067323 in popluar color models

067323
RGB611535
HSL136°90.08%23.73%
HSB/HSV136°94.78%45.10%
CMYK94.78%0.00%69.57%
54.90%

Color #067323 in popluar number systems.

HEX067323
Decimal611535
Binary1101110011100011
Octal616343

Shades and tints

Shades of #067323

#067323
(6,115,35)
#066920
(6,105,32)
#065F1D
(6,95,29)
#06551A
(6,85,26)
#064B17
(6,75,23)
#064114
(6,65,20)
#063711
(6,55,17)
#062D0E
(6,45,14)
#06230B
(6,35,11)
#061908
(6,25,8)
#060F05
(6,15,5)
#000000
(0,0,0)

Tints of #067323

#067323
(6,115,35)
#1C7F37
(28,127,55)
#328B4B
(50,139,75)
#48975F
(72,151,95)
#5EA373
(94,163,115)
#74AF87
(116,175,135)
#8ABB9B
(138,187,155)
#A0C7AF
(160,199,175)
#B6D3C3
(182,211,195)
#CCDFD7
(204,223,215)
#E2EBEB
(226,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #067323; }

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

This text font color is #067323.


Background Color

.myBgColor { background-color: #067323; }

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

This div background color is #067323.


Border color

.myBorderColor { border: 1px solid #067323; }

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

This div border color is #067323.


Opacity

.myOpacity80 { color: #067323; opacity: 0.8; }

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

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

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

This text has shadow with #067323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #067323 on black background.


Color preview on white background

This text has color #067323 on white background.



Black color preview on #067323 background

This text has black color on #067323 background.


White color preview on #067323 background

This text has white color on #067323 background.