COLOR #374B3C

HEX: #374B3C
RGB: (55,75,60)

Color info

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

RGB color model

#374B3C color RGB value is (55,75,60).

  • red value is 55;
  • green value is 75;
  • blue value is 60.
RGB:
(55,75,60)
(22%,29%,24%)

RGB channels and saturation

R 55 of 255 = 22%
G 75 of 255 = 29%
B 60 of 255 = 24%

55
75
60

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

Portions of RGB colors in percentages

R + G + B =
55 + 75 + 60 = 190 (100%)
R 55 of 190 ~ 28.95%
G 75 of 190 ~ 39.47%
B 60 of 190 ~ 31.58%

%28.95
%39.47
%31.58

CMYK color model

#374B3C color CMYK value is (27,0,20,71).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 70.59%
CMYK:
(27,0,20,71)
C27M0Y20K71 
(27%,0%,20%,71%)
(0.27/0.00/0.20/0.71)	

CMYK percentages

%26.67
%0
%20
%70.59

Codes

Color #374B3C in popluar color models

374B3C
RGB557560
HSL135°15.38%25.49%
HSB/HSV135°26.67%29.41%
CMYK26.67%0.00%20.00%
70.59%

Color #374B3C in popluar number systems.

HEX374B3C
Decimal557560
Binary1101111001011111100
Octal6711374

Shades and tints

Shades of #374B3C

#374B3C
(55,75,60)
#324537
(50,69,55)
#2D3F32
(45,63,50)
#28392D
(40,57,45)
#233328
(35,51,40)
#1E2D23
(30,45,35)
#19271E
(25,39,30)
#142119
(20,33,25)
#0F1B14
(15,27,20)
#0A150F
(10,21,15)
#050F0A
(5,15,10)
#000000
(0,0,0)

Tints of #374B3C

#374B3C
(55,75,60)
#495B4D
(73,91,77)
#5B6B5E
(91,107,94)
#6D7B6F
(109,123,111)
#7F8B80
(127,139,128)
#919B91
(145,155,145)
#A3ABA2
(163,171,162)
#B5BBB3
(181,187,179)
#C7CBC4
(199,203,196)
#D9DBD5
(217,219,213)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374B3C color. Also use rgb(55,75,60) instead hex code.

Text Font Color

.myTextColor { color: #374B3C; }

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

This text font color is #374B3C.


Background Color

.myBgColor { background-color: #374B3C; }

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

This div background color is #374B3C.


Border color

.myBorderColor { border: 1px solid #374B3C; }

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

This div border color is #374B3C.


Opacity

.myOpacity80 { color: #374B3C; opacity: 0.8; }

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

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

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

This text has shadow with #374B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374B3C on black background.


Color preview on white background

This text has color #374B3C on white background.



Black color preview on #374B3C background

This text has black color on #374B3C background.


White color preview on #374B3C background

This text has white color on #374B3C background.