COLOR #334645

HEX: #334645
RGB: (51,70,69)

Color info

#334645 contains red, green and blue colors in about the same proportion. Web safe color of #334645 is #333333 (or #333).

RGB color model

#334645 color RGB value is (51,70,69).

  • red value is 51;
  • green value is 70;
  • blue value is 69.
RGB:
(51,70,69)
(20%,27%,27%)

RGB channels and saturation

R 51 of 255 = 20%
G 70 of 255 = 27%
B 69 of 255 = 27%

51
70
69

R + G + B ~ 25%. #334645 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 70 + 69 = 190 (100%)
R 51 of 190 ~ 26.84%
G 70 of 190 ~ 36.84%
B 69 of 190 ~ 36.32%

%26.84
%36.84
%36.32

CMYK color model

#334645 color CMYK value is (27,0,1,73).

  • cyan value is 27.14%
  • magenta value is 0.00%
  • yellow value is 1.43%
  • key color value is 72.55%
CMYK:
(27,0,1,73)
C27M0Y1K73 
(27%,0%,1%,73%)
(0.27/0.00/0.01/0.73)	

CMYK percentages

%27.14
%0
%1.43
%72.55

Codes

Color #334645 in popluar color models

334645
RGB517069
HSL177°15.70%23.73%
HSB/HSV177°27.14%27.45%
CMYK27.14%0.00%1.43%
72.55%

Color #334645 in popluar number systems.

HEX334645
Decimal517069
Binary11001110001101000101
Octal63106105

Shades and tints

Shades of #334645

#334645
(51,70,69)
#2F403F
(47,64,63)
#2B3A39
(43,58,57)
#273433
(39,52,51)
#232E2D
(35,46,45)
#1F2827
(31,40,39)
#1B2221
(27,34,33)
#171C1B
(23,28,27)
#131615
(19,22,21)
#0F100F
(15,16,15)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #334645

#334645
(51,70,69)
#455655
(69,86,85)
#576665
(87,102,101)
#697675
(105,118,117)
#7B8685
(123,134,133)
#8D9695
(141,150,149)
#9FA6A5
(159,166,165)
#B1B6B5
(177,182,181)
#C3C6C5
(195,198,197)
#D5D6D5
(213,214,213)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334645 color. Also use rgb(51,70,69) instead hex code.

Text Font Color

.myTextColor { color: #334645; }

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

This text font color is #334645.


Background Color

.myBgColor { background-color: #334645; }

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

This div background color is #334645.


Border color

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

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

This div border color is #334645.


Opacity

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

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

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

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

This text has shadow with #334645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334645 on black background.


Color preview on white background

This text has color #334645 on white background.



Black color preview on #334645 background

This text has black color on #334645 background.


White color preview on #334645 background

This text has white color on #334645 background.