COLOR #4B376D

HEX: #4B376D
RGB: (75,55,109)

Renk bilgisi

#4B376D contains red, green and blue colors in about the same proportion. #4B376D ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#4B376D color RGB value is (75,55,109).

  • kırmız ton 75;
  • yeşil ton 55;
  • mavi ton 109.
RGB:
(75,55,109)
(29%,22%,43%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 55 of 255 = 22%
B 109 of 255 = 43%

75
55
109

R + G + B ~ 31%. #4B376D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 55 + 109 = 239 (100%)
R 75 of 239 ~ 31.38%
G 55 of 239 ~ 23.01%
B 109 of 239 ~ 45.61%

%31.38
%23.01
%45.61

CMYK RENK MODELİ

#4B376D rengi CMYK tonu (31,50,0,57).

  • camgöbeği tonu 31.19%
  • eflatun tonu 49.54%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(31,50,0,57)
C31M50Y0K57 
(31%,50%,0%,57%)
(0.31/0.50/0.00/0.57)	

CMYK yüzdeleri

%31.19
%49.54
%0
%57.25

Codes

Color #4B376D in popluar color models

4B376D
RGB7555109
HSL262°32.93%32.16%
HSB/HSV262°49.54%42.75%
CMYK31.19%49.54%0.00%
57.25%

Color #4B376D in popluar number systems.

HEX4B376D
Decimal7555109
Binary10010111101111101101
Octal11367155

Shades and tints

Shades of #4B376D

#4B376D
(75,55,109)
#453264
(69,50,100)
#3F2D5B
(63,45,91)
#392852
(57,40,82)
#332349
(51,35,73)
#2D1E40
(45,30,64)
#271937
(39,25,55)
#21142E
(33,20,46)
#1B0F25
(27,15,37)
#150A1C
(21,10,28)
#0F0513
(15,5,19)
#000000
(0,0,0)

Tints of #4B376D

#4B376D
(75,55,109)
#5B497A
(91,73,122)
#6B5B87
(107,91,135)
#7B6D94
(123,109,148)
#8B7FA1
(139,127,161)
#9B91AE
(155,145,174)
#ABA3BB
(171,163,187)
#BBB5C8
(187,181,200)
#CBC7D5
(203,199,213)
#DBD9E2
(219,217,226)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B376D color. Also use rgb(75,55,109) instead hex code.

Text Font Color

.myTextColor { color: #4B376D; }

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

This text font color is #4B376D.


Background Color

.myBgColor { background-color: #4B376D; }

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

This div background color is #4B376D.


Border color

.myBorderColor { border: 1px solid #4B376D; }

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

This div border color is #4B376D.


Opacity

.myOpacity80 { color: #4B376D; opacity: 0.8; }

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

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

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

This text has shadow with #4B376D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B376D on black background.


Color preview on white background

This text has color #4B376D on white background.



Black color preview on #4B376D background

This text has black color on #4B376D background.


White color preview on #4B376D background

This text has white color on #4B376D background.