COLOR #4B6A4B

HEX: #4B6A4B
RGB: (75,106,75)

Renk bilgisi

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

RGB renk modeli

#4B6A4B color RGB value is (75,106,75).

  • kırmız ton 75;
  • yeşil ton 106;
  • mavi ton 75.
RGB:
(75,106,75)
(29%,42%,29%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 106 of 255 = 42%
B 75 of 255 = 29%

75
106
75

R + G + B ~ 33%. #4B6A4B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 106 + 75 = 256 (100%)
R 75 of 256 ~ 29.3%
G 106 of 256 ~ 41.41%
B 75 of 256 ~ 29.3%

%29.3
%41.41
%29.3

CMYK RENK MODELİ

#4B6A4B rengi CMYK tonu (29,0,29,58).

  • camgöbeği tonu 29.25%
  • eflatun tonu 0.00%
  • sarı tonu 29.25%
  • ana renk tonu 58.43%
CMYK:
(29,0,29,58)
C29M0Y29K58 
(29%,0%,29%,58%)
(0.29/0.00/0.29/0.58)	

CMYK yüzdeleri

%29.25
%0
%29.25
%58.43

Codes

Color #4B6A4B in popluar color models

4B6A4B
RGB7510675
HSL120°17.13%35.49%
HSB/HSV120°29.25%41.57%
CMYK29.25%0.00%29.25%
58.43%

Color #4B6A4B in popluar number systems.

HEX4B6A4B
Decimal7510675
Binary100101111010101001011
Octal113152113

Shades and tints

Shades of #4B6A4B

#4B6A4B
(75,106,75)
#456145
(69,97,69)
#3F583F
(63,88,63)
#394F39
(57,79,57)
#334633
(51,70,51)
#2D3D2D
(45,61,45)
#273427
(39,52,39)
#212B21
(33,43,33)
#1B221B
(27,34,27)
#151915
(21,25,21)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #4B6A4B

#4B6A4B
(75,106,75)
#5B775B
(91,119,91)
#6B846B
(107,132,107)
#7B917B
(123,145,123)
#8B9E8B
(139,158,139)
#9BAB9B
(155,171,155)
#ABB8AB
(171,184,171)
#BBC5BB
(187,197,187)
#CBD2CB
(203,210,203)
#DBDFDB
(219,223,219)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6A4B; }

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

This text font color is #4B6A4B.


Background Color

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

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

This div background color is #4B6A4B.


Border color

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

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

This div border color is #4B6A4B.


Opacity

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

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

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

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

This text has shadow with #4B6A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6A4B on black background.


Color preview on white background

This text has color #4B6A4B on white background.



Black color preview on #4B6A4B background

This text has black color on #4B6A4B background.


White color preview on #4B6A4B background

This text has white color on #4B6A4B background.