COLOR #676384

HEX: #676384
RGB: (103,99,132)

Renk bilgisi

#676384 contains red, green and blue colors in about the same proportion. #676384 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#676384 color RGB value is (103,99,132).

  • kırmız ton 103;
  • yeşil ton 99;
  • mavi ton 132.
RGB:
(103,99,132)
(40%,39%,52%)

RGB bağlantıları ve doygunluk

R 103 of 255 = 40%
G 99 of 255 = 39%
B 132 of 255 = 52%

103
99
132

R + G + B ~ 44%. #676384 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
103 + 99 + 132 = 334 (100%)
R 103 of 334 ~ 30.84%
G 99 of 334 ~ 29.64%
B 132 of 334 ~ 39.52%

%30.84
%29.64
%39.52

CMYK RENK MODELİ

#676384 rengi CMYK tonu (22,25,0,48).

  • camgöbeği tonu 21.97%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(22,25,0,48)
C22M25Y0K48 
(22%,25%,0%,48%)
(0.22/0.25/0.00/0.48)	

CMYK yüzdeleri

%21.97
%25
%0
%48.24

Codes

Color #676384 in popluar color models

676384
RGB10399132
HSL247°14.29%45.29%
HSB/HSV247°25.00%51.76%
CMYK21.97%25.00%0.00%
48.24%

Color #676384 in popluar number systems.

HEX676384
Decimal10399132
Binary1100111110001110000100
Octal147143204

Shades and tints

Shades of #676384

#676384
(103,99,132)
#5E5A78
(94,90,120)
#55516C
(85,81,108)
#4C4860
(76,72,96)
#433F54
(67,63,84)
#3A3648
(58,54,72)
#312D3C
(49,45,60)
#282430
(40,36,48)
#1F1B24
(31,27,36)
#161218
(22,18,24)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #676384

#676384
(103,99,132)
#74718F
(116,113,143)
#817F9A
(129,127,154)
#8E8DA5
(142,141,165)
#9B9BB0
(155,155,176)
#A8A9BB
(168,169,187)
#B5B7C6
(181,183,198)
#C2C5D1
(194,197,209)
#CFD3DC
(207,211,220)
#DCE1E7
(220,225,231)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676384 color. Also use rgb(103,99,132) instead hex code.

Text Font Color

.myTextColor { color: #676384; }

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

This text font color is #676384.


Background Color

.myBgColor { background-color: #676384; }

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

This div background color is #676384.


Border color

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

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

This div border color is #676384.


Opacity

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

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

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

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

This text has shadow with #676384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676384 on black background.


Color preview on white background

This text has color #676384 on white background.



Black color preview on #676384 background

This text has black color on #676384 background.


White color preview on #676384 background

This text has white color on #676384 background.