COLOR #06352D

HEX: #06352D RGB: (6,53,45)

Color info

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

RGB color model

#06352D color RGB value is (6,53,45).

RGB: (6,53,45) (2%, 21%, 18%)

RGB channels and saturation

R 6 of 255 = 2%
G 53 of 255 = 21%
B 45 of 255 = 18%

6
53
45

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

Portions of RGB colors in percentages

R + G + B = 6 + 53 + 45 = 104 (100%)
R 6 of 104 ~ 5.77%
G 53 of 104 ~ 50.96%
B 45 of 104 ~ 43.27'%

%50.96
%43.27

CMYK color model

#06352D color CMYK value is (89,0,15,79).

  • cyan value is 88.68%
  • magenta value is 0.00%
  • yellow value is 15.09%
  • key color value is 79.22%

CMYK: (89,0,15,79)
C89M0Y15K79 (89%, 0%, 15%, 79%)
(0.89 / 0.00 / 0.15 / 0.79)

CMYK percentages

%88.68
%0
%15.09
%79.22

Codes

Color #06352D in popluar color models

06 35 2D
RGB 6 53 45
HSL 170° 79.66% 11.57%
HSB/HSV 170° 88.68% 20.78%
CMYK 88.68% 0.00% 15.09%
79.22%

Color #06352D in popluar number systems.

HEX 06 35 2D
Decimal 6 53 45
Binary 110 110101 101101
Octal 6 65 55

Shades and tints

Shades of #06352D

#06352D
(6,53,45)
#063129
(6,49,41)
#062D25
(6,45,37)
#062921
(6,41,33)
#06251D
(6,37,29)
#062119
(6,33,25)
#061D15
(6,29,21)
#061911
(6,25,17)
#06150D
(6,21,13)
#061109
(6,17,9)
#060D05
(6,13,5)
#000000
(0,0,0)

Tints of #06352D

#06352D
(6,53,45)
#1C4740
(28,71,64)
#325953
(50,89,83)
#486B66
(72,107,102)
#5E7D79
(94,125,121)
#748F8C
(116,143,140)
#8AA19F
(138,161,159)
#A0B3B2
(160,179,178)
#B6C5C5
(182,197,197)
#CCD7D8
(204,215,216)
#E2E9EB
(226,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06352D color. Also use rgb(6,53,45) instead hex code.

Text Font Color

.myTextColor { color: #06352D; }

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

This text font color is #06352D.

Background Color

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

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

This div background color is #06352D.

Border color

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

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

This div border color is #06352D.

Opacity

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

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

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

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

This text has shadow with #06352D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06352D.

Preview

Color preview on black background

This text has color #06352D on black background.


Color preview on white background

This text has color #06352D on white background.


Black color preview on #06352D background

This text has black color on #06352D background.


White color preview on #06352D background

This text has white color on #06352D background.


Related colors

Complementary color

Complementary color for #hex is #F9CAD2.


I love getcolorcode.com

Triadic colors

1 #2D0635 and #352D06 with #06352D are triadic colors.

2 #2D3506 and #35062D with #06352D are triadic colors.