COLOR #372343

HEX: #372343
RGB: (55,35,67)

Color info

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

RGB color model

#372343 color RGB value is (55,35,67).

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

RGB channels and saturation

R 55 of 255 = 22%
G 35 of 255 = 14%
B 67 of 255 = 26%

55
35
67

R + G + B ~ 21%. #372343 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 35 + 67 = 157 (100%)
R 55 of 157 ~ 35.03%
G 35 of 157 ~ 22.29%
B 67 of 157 ~ 42.68%

%35.03
%22.29
%42.68

CMYK color model

#372343 color CMYK value is (18,48,0,74).

  • cyan value is 17.91%
  • magenta value is 47.76%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(18,48,0,74)
C18M48Y0K74 
(18%,48%,0%,74%)
(0.18/0.48/0.00/0.74)	

CMYK percentages

%17.91
%47.76
%0
%73.73

Codes

Color #372343 in popluar color models

372343
RGB553567
HSL278°31.37%20.00%
HSB/HSV278°47.76%26.27%
CMYK17.91%47.76%0.00%
73.73%

Color #372343 in popluar number systems.

HEX372343
Decimal553567
Binary1101111000111000011
Octal6743103

Shades and tints

Shades of #372343

#372343
(55,35,67)
#32203D
(50,32,61)
#2D1D37
(45,29,55)
#281A31
(40,26,49)
#23172B
(35,23,43)
#1E1425
(30,20,37)
#19111F
(25,17,31)
#140E19
(20,14,25)
#0F0B13
(15,11,19)
#0A080D
(10,8,13)
#050507
(5,5,7)
#000000
(0,0,0)

Tints of #372343

#372343
(55,35,67)
#493754
(73,55,84)
#5B4B65
(91,75,101)
#6D5F76
(109,95,118)
#7F7387
(127,115,135)
#918798
(145,135,152)
#A39BA9
(163,155,169)
#B5AFBA
(181,175,186)
#C7C3CB
(199,195,203)
#D9D7DC
(217,215,220)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372343; }

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

This text font color is #372343.


Background Color

.myBgColor { background-color: #372343; }

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

This div background color is #372343.


Border color

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

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

This div border color is #372343.


Opacity

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

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

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

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

This text has shadow with #372343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372343 on black background.


Color preview on white background

This text has color #372343 on white background.



Black color preview on #372343 background

This text has black color on #372343 background.


White color preview on #372343 background

This text has white color on #372343 background.