COLOR #4B6000

HEX: #4B6000
RGB: (75,96,0)

Renk bilgisi

#4B6000 contains only red and green colors. #4B6000 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#4B6000 color RGB value is (75,96,0).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 96 of 255 = 38%
B 0 of 255 = 0%

75
96
0

R + G + B ~ 22%. #4B6000 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 96 + 0 = 171 (100%)
R 75 of 171 ~ 43.86%
G 96 of 171 ~ 56.14%
B 0 of 171 ~ 0%

%43.86
%56.14

CMYK RENK MODELİ

#4B6000 rengi CMYK tonu (22,0,100,62).

  • camgöbeği tonu 21.88%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 62.35%
CMYK:
(22,0,100,62)
C22M0Y100K62 
(22%,0%,100%,62%)
(0.22/0.00/1.00/0.62)	

CMYK yüzdeleri

%21.88
%0
%100
%62.35

Codes

Color #4B6000 in popluar color models

4B6000
RGB75960
HSL73°100.00%18.82%
HSB/HSV73°100.00%37.65%
CMYK21.88%0.00%100.00%
62.35%

Color #4B6000 in popluar number systems.

HEX4B6000
Decimal75960
Binary100101111000000
Octal1131400

Shades and tints

Shades of #4B6000

#4B6000
(75,96,0)
#455800
(69,88,0)
#3F5000
(63,80,0)
#394800
(57,72,0)
#334000
(51,64,0)
#2D3800
(45,56,0)
#273000
(39,48,0)
#212800
(33,40,0)
#1B2000
(27,32,0)
#151800
(21,24,0)
#0F1000
(15,16,0)
#000000
(0,0,0)

Tints of #4B6000

#4B6000
(75,96,0)
#5B6E17
(91,110,23)
#6B7C2E
(107,124,46)
#7B8A45
(123,138,69)
#8B985C
(139,152,92)
#9BA673
(155,166,115)
#ABB48A
(171,180,138)
#BBC2A1
(187,194,161)
#CBD0B8
(203,208,184)
#DBDECF
(219,222,207)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6000; }

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

This text font color is #4B6000.


Background Color

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

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

This div background color is #4B6000.


Border color

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

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

This div border color is #4B6000.


Opacity

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

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

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

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

This text has shadow with #4B6000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6000 on black background.


Color preview on white background

This text has color #4B6000 on white background.



Black color preview on #4B6000 background

This text has black color on #4B6000 background.


White color preview on #4B6000 background

This text has white color on #4B6000 background.