COLOR #372341

HEX: #372341
RGB: (55,35,65)

Color info

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

RGB color model

#372341 color RGB value is (55,35,65).

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

RGB channels and saturation

R 55 of 255 = 22%
G 35 of 255 = 14%
B 65 of 255 = 25%

55
35
65

R + G + B ~ 20%. #372341 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 35 + 65 = 155 (100%)
R 55 of 155 ~ 35.48%
G 35 of 155 ~ 22.58%
B 65 of 155 ~ 41.94%

%35.48
%22.58
%41.94

CMYK color model

#372341 color CMYK value is (15,46,0,75).

  • cyan value is 15.38%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(15,46,0,75)
C15M46Y0K75 
(15%,46%,0%,75%)
(0.15/0.46/0.00/0.75)	

CMYK percentages

%15.38
%46.15
%0
%74.51

Codes

Color #372341 in popluar color models

372341
RGB553565
HSL280°30.00%19.61%
HSB/HSV280°46.15%25.49%
CMYK15.38%46.15%0.00%
74.51%

Color #372341 in popluar number systems.

HEX372341
Decimal553565
Binary1101111000111000001
Octal6743101

Shades and tints

Shades of #372341

#372341
(55,35,65)
#32203C
(50,32,60)
#2D1D37
(45,29,55)
#281A32
(40,26,50)
#23172D
(35,23,45)
#1E1428
(30,20,40)
#191123
(25,17,35)
#140E1E
(20,14,30)
#0F0B19
(15,11,25)
#0A0814
(10,8,20)
#05050F
(5,5,15)
#000000
(0,0,0)

Tints of #372341

#372341
(55,35,65)
#493752
(73,55,82)
#5B4B63
(91,75,99)
#6D5F74
(109,95,116)
#7F7385
(127,115,133)
#918796
(145,135,150)
#A39BA7
(163,155,167)
#B5AFB8
(181,175,184)
#C7C3C9
(199,195,201)
#D9D7DA
(217,215,218)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372341; }

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

This text font color is #372341.


Background Color

.myBgColor { background-color: #372341; }

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

This div background color is #372341.


Border color

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

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

This div border color is #372341.


Opacity

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

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

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

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

This text has shadow with #372341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372341 on black background.


Color preview on white background

This text has color #372341 on white background.



Black color preview on #372341 background

This text has black color on #372341 background.


White color preview on #372341 background

This text has white color on #372341 background.