COLOR #372358

HEX: #372358
RGB: (55,35,88)

Color info

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

RGB color model

#372358 color RGB value is (55,35,88).

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

RGB channels and saturation

R 55 of 255 = 22%
G 35 of 255 = 14%
B 88 of 255 = 35%

55
35
88

R + G + B ~ 24%. #372358 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 35 + 88 = 178 (100%)
R 55 of 178 ~ 30.9%
G 35 of 178 ~ 19.66%
B 88 of 178 ~ 49.44%

%30.9
%19.66
%49.44

CMYK color model

#372358 color CMYK value is (38,60,0,65).

  • cyan value is 37.50%
  • magenta value is 60.23%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK: (38,60,0,65) C38M60Y0K65 (38%,60%,0%,65%) (0.38/0.60/0.00/0.65)

CMYK percentages

%37.5
%60.23
%0
%65.49

Codes

Color #372358 in popluar color models

372358
RGB553588
HSL263°43.09%24.12%
HSB/HSV263°60.23%34.51%
CMYK37.50%60.23%0.00%
65.49%

Color #372358 in popluar number systems.

HEX372358
Decimal553588
Binary1101111000111011000
Octal6743130

Shades and tints

Shades of #372358

#372358
(55,35,88)
#322050
(50,32,80)
#2D1D48
(45,29,72)
#281A40
(40,26,64)
#231738
(35,23,56)
#1E1430
(30,20,48)
#191128
(25,17,40)
#140E20
(20,14,32)
#0F0B18
(15,11,24)
#0A0810
(10,8,16)
#050508
(5,5,8)
#000000
(0,0,0)

Tints of #372358

#372358
(55,35,88)
#493767
(73,55,103)
#5B4B76
(91,75,118)
#6D5F85
(109,95,133)
#7F7394
(127,115,148)
#9187A3
(145,135,163)
#A39BB2
(163,155,178)
#B5AFC1
(181,175,193)
#C7C3D0
(199,195,208)
#D9D7DF
(217,215,223)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #372358; }

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

This text font color is #372358.


Background Color

.myBgColor { background-color: #372358; }

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

This div background color is #372358.


Border color

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

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

This div border color is #372358.


Opacity

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

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

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

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

This text has shadow with #372358 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #372358 on black background.


Color preview on white background

This text has color #372358 on white background.



Black color preview on #372358 background

This text has black color on #372358 background.


White color preview on #372358 background

This text has white color on #372358 background.