COLOR #06361D

HEX: #06361D
RGB: (6,54,29)

Color info

#06361D contains red, green and blue colors in about the same proportion. Web safe color of #06361D is #003333 (or #033).

RGB color model

#06361D color RGB value is (6,54,29).

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

RGB channels and saturation

R 6 of 255 = 2%
G 54 of 255 = 21%
B 29 of 255 = 11%

6
54
29

R + G + B ~ 11%. #06361D is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 54 + 29 = 89 (100%)
R 6 of 89 ~ 6.74%
G 54 of 89 ~ 60.67%
B 29 of 89 ~ 32.58%

%60.67
%32.58

CMYK color model

#06361D color CMYK value is (89,0,46,79).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 46.30%
  • key color value is 78.82%
CMYK:
(89,0,46,79)
C89M0Y46K79 
(89%,0%,46%,79%)
(0.89/0.00/0.46/0.79)	

CMYK percentages

%88.89
%0
%46.3
%78.82

Codes

Color #06361D in popluar color models

06361D
RGB65429
HSL149°80.00%11.76%
HSB/HSV149°88.89%21.18%
CMYK88.89%0.00%46.30%
78.82%

Color #06361D in popluar number systems.

HEX06361D
Decimal65429
Binary11011011011101
Octal66635

Shades and tints

Shades of #06361D

#06361D
(6,54,29)
#06321B
(6,50,27)
#062E19
(6,46,25)
#062A17
(6,42,23)
#062615
(6,38,21)
#062213
(6,34,19)
#061E11
(6,30,17)
#061A0F
(6,26,15)
#06160D
(6,22,13)
#06120B
(6,18,11)
#060E09
(6,14,9)
#000000
(0,0,0)

Tints of #06361D

#06361D
(6,54,29)
#1C4831
(28,72,49)
#325A45
(50,90,69)
#486C59
(72,108,89)
#5E7E6D
(94,126,109)
#749081
(116,144,129)
#8AA295
(138,162,149)
#A0B4A9
(160,180,169)
#B6C6BD
(182,198,189)
#CCD8D1
(204,216,209)
#E2EAE5
(226,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06361D color. Also use rgb(6,54,29) instead hex code.

Text Font Color

.myTextColor { color: #06361D; }

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

This text font color is #06361D.


Background Color

.myBgColor { background-color: #06361D; }

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

This div background color is #06361D.


Border color

.myBorderColor { border: 1px solid #06361D; }

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

This div border color is #06361D.


Opacity

.myOpacity80 { color: #06361D; opacity: 0.8; }

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

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

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

This text has shadow with #06361D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06361D on black background.


Color preview on white background

This text has color #06361D on white background.



Black color preview on #06361D background

This text has black color on #06361D background.


White color preview on #06361D background

This text has white color on #06361D background.