COLOR #4B714E

HEX: #4B714E
RGB: (75,113,78)

Renk bilgisi

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

RGB renk modeli

#4B714E color RGB value is (75,113,78).

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

RGB bağlantıları ve doygunluk

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

75
113
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 113 + 78 = 266 (100%)
R 75 of 266 ~ 28.2%
G 113 of 266 ~ 42.48%
B 78 of 266 ~ 29.32%

%28.2
%42.48
%29.32

CMYK RENK MODELİ

#4B714E rengi CMYK tonu (34,0,31,56).

  • camgöbeği tonu 33.63%
  • eflatun tonu 0.00%
  • sarı tonu 30.97%
  • ana renk tonu 55.69%
CMYK:
(34,0,31,56)
C34M0Y31K56 
(34%,0%,31%,56%)
(0.34/0.00/0.31/0.56)	

CMYK yüzdeleri

%33.63
%0
%30.97
%55.69

Codes

Color #4B714E in popluar color models

4B714E
RGB7511378
HSL125°20.21%36.86%
HSB/HSV125°33.63%44.31%
CMYK33.63%0.00%30.97%
55.69%

Color #4B714E in popluar number systems.

HEX4B714E
Decimal7511378
Binary100101111100011001110
Octal113161116

Shades and tints

Shades of #4B714E

#4B714E
(75,113,78)
#456747
(69,103,71)
#3F5D40
(63,93,64)
#395339
(57,83,57)
#334932
(51,73,50)
#2D3F2B
(45,63,43)
#273524
(39,53,36)
#212B1D
(33,43,29)
#1B2116
(27,33,22)
#15170F
(21,23,15)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #4B714E

#4B714E
(75,113,78)
#5B7D5E
(91,125,94)
#6B896E
(107,137,110)
#7B957E
(123,149,126)
#8BA18E
(139,161,142)
#9BAD9E
(155,173,158)
#ABB9AE
(171,185,174)
#BBC5BE
(187,197,190)
#CBD1CE
(203,209,206)
#DBDDDE
(219,221,222)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B714E; }

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

This text font color is #4B714E.


Background Color

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

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

This div background color is #4B714E.


Border color

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

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

This div border color is #4B714E.


Opacity

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

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

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

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

This text has shadow with #4B714E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B714E on black background.


Color preview on white background

This text has color #4B714E on white background.



Black color preview on #4B714E background

This text has black color on #4B714E background.


White color preview on #4B714E background

This text has white color on #4B714E background.