COLOR #064323

HEX: #064323
RGB: (6,67,35)

Color info

#064323 contains mainly green and blue colors. Web safe color of #064323 is #003333 (or #033).

RGB color model

#064323 color RGB value is (6,67,35).

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

RGB channels and saturation

R 6 of 255 = 2%
G 67 of 255 = 26%
B 35 of 255 = 14%

6
67
35

R + G + B ~ 14%. #064323 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 67 + 35 = 108 (100%)
R 6 of 108 ~ 5.56%
G 67 of 108 ~ 62.04%
B 35 of 108 ~ 32.41%

%62.04
%32.41

CMYK color model

#064323 color CMYK value is (91,0,48,74).

  • cyan value is 91.04%
  • magenta value is 0.00%
  • yellow value is 47.76%
  • key color value is 73.73%
CMYK:
(91,0,48,74)
C91M0Y48K74 
(91%,0%,48%,74%)
(0.91/0.00/0.48/0.74)	

CMYK percentages

%91.04
%0
%47.76
%73.73

Codes

Color #064323 in popluar color models

064323
RGB66735
HSL149°83.56%14.31%
HSB/HSV149°91.04%26.27%
CMYK91.04%0.00%47.76%
73.73%

Color #064323 in popluar number systems.

HEX064323
Decimal66735
Binary1101000011100011
Octal610343

Shades and tints

Shades of #064323

#064323
(6,67,35)
#063D20
(6,61,32)
#06371D
(6,55,29)
#06311A
(6,49,26)
#062B17
(6,43,23)
#062514
(6,37,20)
#061F11
(6,31,17)
#06190E
(6,25,14)
#06130B
(6,19,11)
#060D08
(6,13,8)
#060705
(6,7,5)
#000000
(0,0,0)

Tints of #064323

#064323
(6,67,35)
#1C5437
(28,84,55)
#32654B
(50,101,75)
#48765F
(72,118,95)
#5E8773
(94,135,115)
#749887
(116,152,135)
#8AA99B
(138,169,155)
#A0BAAF
(160,186,175)
#B6CBC3
(182,203,195)
#CCDCD7
(204,220,215)
#E2EDEB
(226,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #064323; }

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

This text font color is #064323.


Background Color

.myBgColor { background-color: #064323; }

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

This div background color is #064323.


Border color

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

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

This div border color is #064323.


Opacity

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

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

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

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

This text has shadow with #064323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064323 on black background.


Color preview on white background

This text has color #064323 on white background.



Black color preview on #064323 background

This text has black color on #064323 background.


White color preview on #064323 background

This text has white color on #064323 background.