COLOR #374251

HEX: #374251
RGB: (55,66,81)

Color info

#374251 contains red, green and blue colors in about the same proportion. Web safe color of #374251 is #333366 (or #336).

RGB color model

#374251 color RGB value is (55,66,81).

  • red value is 55;
  • green value is 66;
  • blue value is 81.
RGB:
(55,66,81)
(22%,26%,32%)

RGB channels and saturation

R 55 of 255 = 22%
G 66 of 255 = 26%
B 81 of 255 = 32%

55
66
81

R + G + B ~ 27%. #374251 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 66 + 81 = 202 (100%)
R 55 of 202 ~ 27.23%
G 66 of 202 ~ 32.67%
B 81 of 202 ~ 40.1%

%27.23
%32.67
%40.1

CMYK color model

#374251 color CMYK value is (32,19,0,68).

  • cyan value is 32.10%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(32,19,0,68)
C32M19Y0K68 
(32%,19%,0%,68%)
(0.32/0.19/0.00/0.68)	

CMYK percentages

%32.1
%18.52
%0
%68.24

Codes

Color #374251 in popluar color models

374251
RGB556681
HSL215°19.12%26.67%
HSB/HSV215°32.10%31.76%
CMYK32.10%18.52%0.00%
68.24%

Color #374251 in popluar number systems.

HEX374251
Decimal556681
Binary11011110000101010001
Octal67102121

Shades and tints

Shades of #374251

#374251
(55,66,81)
#323C4A
(50,60,74)
#2D3643
(45,54,67)
#28303C
(40,48,60)
#232A35
(35,42,53)
#1E242E
(30,36,46)
#191E27
(25,30,39)
#141820
(20,24,32)
#0F1219
(15,18,25)
#0A0C12
(10,12,18)
#05060B
(5,6,11)
#000000
(0,0,0)

Tints of #374251

#374251
(55,66,81)
#495360
(73,83,96)
#5B646F
(91,100,111)
#6D757E
(109,117,126)
#7F868D
(127,134,141)
#91979C
(145,151,156)
#A3A8AB
(163,168,171)
#B5B9BA
(181,185,186)
#C7CAC9
(199,202,201)
#D9DBD8
(217,219,216)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374251; }

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

This text font color is #374251.


Background Color

.myBgColor { background-color: #374251; }

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

This div background color is #374251.


Border color

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

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

This div border color is #374251.


Opacity

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

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

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

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

This text has shadow with #374251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374251 on black background.


Color preview on white background

This text has color #374251 on white background.



Black color preview on #374251 background

This text has black color on #374251 background.


White color preview on #374251 background

This text has white color on #374251 background.