COLOR #374545

HEX: #374545 RGB: (55,69,69)

Color info

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

RGB color model

#374545 color RGB value is (55,69,69).

RGB: (55,69,69) (22%, 27%, 27%)

RGB channels and saturation

R 55 of 255 = 22%
G 69 of 255 = 27%
B 69 of 255 = 27%

55
69
69

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

Portions of RGB colors in percentages

R + G + B = 55 + 69 + 69 = 193 (100%)
R 55 of 193 ~ 28.5%
G 69 of 193 ~ 35.75%
B 69 of 193 ~ 35.75'%

%28.5
%35.75
%35.75

CMYK color model

#374545 color CMYK value is (20,0,0,73).

  • cyan value is 20.29%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 72.94%

CMYK: (20,0,0,73)
C20M0Y0K73 (20%, 0%, 0%, 73%)
(0.20 / 0.00 / 0.00 / 0.73)

CMYK percentages

%20.29
%0
%0
%72.94

Codes

Color #374545 in popluar color models

37 45 45
RGB 55 69 69
HSL 180° 11.29% 24.31%
HSB/HSV 180° 20.29% 27.06%
CMYK 20.29% 0.00% 0.00%
72.94%

Color #374545 in popluar number systems.

HEX 37 45 45
Decimal 55 69 69
Binary 110111 1000101 1000101
Octal 67 105 105

Shades and tints

Shades of #374545

#374545
(55,69,69)
#323F3F
(50,63,63)
#2D3939
(45,57,57)
#283333
(40,51,51)
#232D2D
(35,45,45)
#1E2727
(30,39,39)
#192121
(25,33,33)
#141B1B
(20,27,27)
#0F1515
(15,21,21)
#0A0F0F
(10,15,15)
#050909
(5,9,9)
#000000
(0,0,0)

Tints of #374545

#374545
(55,69,69)
#495555
(73,85,85)
#5B6565
(91,101,101)
#6D7575
(109,117,117)
#7F8585
(127,133,133)
#919595
(145,149,149)
#A3A5A5
(163,165,165)
#B5B5B5
(181,181,181)
#C7C5C5
(199,197,197)
#D9D5D5
(217,213,213)
#EBE5E5
(235,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374545; }

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

This text font color is #374545.

Background Color

.myBgColor { background-color: #374545; }

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

This div background color is #374545.

Border color

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

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

This div border color is #374545.

Opacity

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

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

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

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

This text has shadow with #374545 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374545.

Preview

Color preview on black background

This text has color #374545 on black background.


Color preview on white background

This text has color #374545 on white background.


Black color preview on #374545 background

This text has black color on #374545 background.


White color preview on #374545 background

This text has white color on #374545 background.


Related colors

Complementary color

Complementary color for #hex is #C8BABA.


I love getcolorcode.com