COLOR #374346

HEX: #374346
RGB: (55,67,70)

Color info

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

RGB color model

#374346 color RGB value is (55,67,70).

  • red value is 55;
  • green value is 67;
  • blue value is 70.
RGB:
(55,67,70)
(22%,26%,27%)

RGB channels and saturation

R 55 of 255 = 22%
G 67 of 255 = 26%
B 70 of 255 = 27%

55
67
70

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

Portions of RGB colors in percentages

R + G + B =
55 + 67 + 70 = 192 (100%)
R 55 of 192 ~ 28.65%
G 67 of 192 ~ 34.9%
B 70 of 192 ~ 36.46%

%28.65
%34.9
%36.46

CMYK color model

#374346 color CMYK value is (21,4,0,73).

  • cyan value is 21.43%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(21,4,0,73)
C21M4Y0K73 
(21%,4%,0%,73%)
(0.21/0.04/0.00/0.73)	

CMYK percentages

%21.43
%4.29
%0
%72.55

Codes

Color #374346 in popluar color models

374346
RGB556770
HSL192°12.00%24.51%
HSB/HSV192°21.43%27.45%
CMYK21.43%4.29%0.00%
72.55%

Color #374346 in popluar number systems.

HEX374346
Decimal556770
Binary11011110000111000110
Octal67103106

Shades and tints

Shades of #374346

#374346
(55,67,70)
#323D40
(50,61,64)
#2D373A
(45,55,58)
#283134
(40,49,52)
#232B2E
(35,43,46)
#1E2528
(30,37,40)
#191F22
(25,31,34)
#14191C
(20,25,28)
#0F1316
(15,19,22)
#0A0D10
(10,13,16)
#05070A
(5,7,10)
#000000
(0,0,0)

Tints of #374346

#374346
(55,67,70)
#495456
(73,84,86)
#5B6566
(91,101,102)
#6D7676
(109,118,118)
#7F8786
(127,135,134)
#919896
(145,152,150)
#A3A9A6
(163,169,166)
#B5BAB6
(181,186,182)
#C7CBC6
(199,203,198)
#D9DCD6
(217,220,214)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374346 color. Also use rgb(55,67,70) instead hex code.

Text Font Color

.myTextColor { color: #374346; }

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

This text font color is #374346.


Background Color

.myBgColor { background-color: #374346; }

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

This div background color is #374346.


Border color

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

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

This div border color is #374346.


Opacity

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

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

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

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

This text has shadow with #374346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374346 on black background.


Color preview on white background

This text has color #374346 on white background.



Black color preview on #374346 background

This text has black color on #374346 background.


White color preview on #374346 background

This text has white color on #374346 background.