COLOR #7367C4

HEX: #7367C4
RGB: (115,103,196)

Color info

#7367C4 contains mainly blue color. Web safe color of #7367C4 is #6666CC (or #66C).

RGB color model

#7367C4 color RGB value is (115,103,196).

  • red value is 115;
  • green value is 103;
  • blue value is 196.
RGB:
(115,103,196)
(45%,40%,77%)

RGB channels and saturation

R 115 of 255 = 45%
G 103 of 255 = 40%
B 196 of 255 = 77%

115
103
196

R + G + B ~ 54%. #7367C4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 103 + 196 = 414 (100%)
R 115 of 414 ~ 27.78%
G 103 of 414 ~ 24.88%
B 196 of 414 ~ 47.34%

%27.78
%24.88
%47.34

CMYK color model

#7367C4 color CMYK value is (41,47,0,23).

  • cyan value is 41.33%
  • magenta value is 47.45%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(41,47,0,23)
C41M47Y0K23 
(41%,47%,0%,23%)
(0.41/0.47/0.00/0.23)	

CMYK percentages

%41.33
%47.45
%0
%23.14

Codes

Color #7367C4 in popluar color models

7367C4
RGB115103196
HSL248°44.08%58.63%
HSB/HSV248°47.45%76.86%
CMYK41.33%47.45%0.00%
23.14%

Color #7367C4 in popluar number systems.

HEX7367C4
Decimal115103196
Binary1110011110011111000100
Octal163147304

Shades and tints

Shades of #7367C4

#7367C4
(115,103,196)
#695EB3
(105,94,179)
#5F55A2
(95,85,162)
#554C91
(85,76,145)
#4B4380
(75,67,128)
#413A6F
(65,58,111)
#37315E
(55,49,94)
#2D284D
(45,40,77)
#231F3C
(35,31,60)
#19162B
(25,22,43)
#0F0D1A
(15,13,26)
#000000
(0,0,0)

Tints of #7367C4

#7367C4
(115,103,196)
#7F74C9
(127,116,201)
#8B81CE
(139,129,206)
#978ED3
(151,142,211)
#A39BD8
(163,155,216)
#AFA8DD
(175,168,221)
#BBB5E2
(187,181,226)
#C7C2E7
(199,194,231)
#D3CFEC
(211,207,236)
#DFDCF1
(223,220,241)
#EBE9F6
(235,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7367C4 color. Also use rgb(115,103,196) instead hex code.

Text Font Color

.myTextColor { color: #7367C4; }

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

This text font color is #7367C4.


Background Color

.myBgColor { background-color: #7367C4; }

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

This div background color is #7367C4.


Border color

.myBorderColor { border: 1px solid #7367C4; }

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

This div border color is #7367C4.


Opacity

.myOpacity80 { color: #7367C4; opacity: 0.8; }

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

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

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

This text has shadow with #7367C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7367C4 on black background.


Color preview on white background

This text has color #7367C4 on white background.



Black color preview on #7367C4 background

This text has black color on #7367C4 background.


White color preview on #7367C4 background

This text has white color on #7367C4 background.