COLOR #4B714F

HEX: #4B714F
RGB: (75,113,79)

Renk bilgisi

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

RGB renk modeli

#4B714F color RGB value is (75,113,79).

  • kırmız ton 75;
  • yeşil ton 113;
  • mavi ton 79.
RGB:
(75,113,79)
(29%,44%,31%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 113 of 255 = 44%
B 79 of 255 = 31%

75
113
79

R + G + B ~ 35%. #4B714F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 113 + 79 = 267 (100%)
R 75 of 267 ~ 28.09%
G 113 of 267 ~ 42.32%
B 79 of 267 ~ 29.59%

%28.09
%42.32
%29.59

CMYK RENK MODELİ

#4B714F rengi CMYK tonu (34,0,30,56).

  • camgöbeği tonu 33.63%
  • eflatun tonu 0.00%
  • sarı tonu 30.09%
  • ana renk tonu 55.69%
CMYK:
(34,0,30,56)
C34M0Y30K56 
(34%,0%,30%,56%)
(0.34/0.00/0.30/0.56)	

CMYK yüzdeleri

%33.63
%0
%30.09
%55.69

Codes

Color #4B714F in popluar color models

4B714F
RGB7511379
HSL126°20.21%36.86%
HSB/HSV126°33.63%44.31%
CMYK33.63%0.00%30.09%
55.69%

Color #4B714F in popluar number systems.

HEX4B714F
Decimal7511379
Binary100101111100011001111
Octal113161117

Shades and tints

Shades of #4B714F

#4B714F
(75,113,79)
#456748
(69,103,72)
#3F5D41
(63,93,65)
#39533A
(57,83,58)
#334933
(51,73,51)
#2D3F2C
(45,63,44)
#273525
(39,53,37)
#212B1E
(33,43,30)
#1B2117
(27,33,23)
#151710
(21,23,16)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #4B714F

#4B714F
(75,113,79)
#5B7D5F
(91,125,95)
#6B896F
(107,137,111)
#7B957F
(123,149,127)
#8BA18F
(139,161,143)
#9BAD9F
(155,173,159)
#ABB9AF
(171,185,175)
#BBC5BF
(187,197,191)
#CBD1CF
(203,209,207)
#DBDDDF
(219,221,223)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B714F; }

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

This text font color is #4B714F.


Background Color

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

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

This div background color is #4B714F.


Border color

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

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

This div border color is #4B714F.


Opacity

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

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

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

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

This text has shadow with #4B714F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B714F on black background.


Color preview on white background

This text has color #4B714F on white background.



Black color preview on #4B714F background

This text has black color on #4B714F background.


White color preview on #4B714F background

This text has white color on #4B714F background.