COLOR #4B7739

HEX: #4B7739
RGB: (75,119,57)

Renk bilgisi

#4B7739 contains mainly red and green colors. #4B7739 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#4B7739 color RGB value is (75,119,57).

  • kırmız ton 75;
  • yeşil ton 119;
  • mavi ton 57.
RGB:
(75,119,57)
(29%,47%,22%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 119 of 255 = 47%
B 57 of 255 = 22%

75
119
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 119 + 57 = 251 (100%)
R 75 of 251 ~ 29.88%
G 119 of 251 ~ 47.41%
B 57 of 251 ~ 22.71%

%29.88
%47.41
%22.71

CMYK RENK MODELİ

#4B7739 rengi CMYK tonu (37,0,52,53).

  • camgöbeği tonu 36.97%
  • eflatun tonu 0.00%
  • sarı tonu 52.10%
  • ana renk tonu 53.33%
CMYK:
(37,0,52,53)
C37M0Y52K53 
(37%,0%,52%,53%)
(0.37/0.00/0.52/0.53)	

CMYK yüzdeleri

%36.97
%0
%52.1
%53.33

Codes

Color #4B7739 in popluar color models

4B7739
RGB7511957
HSL103°35.23%34.51%
HSB/HSV103°52.10%46.67%
CMYK36.97%0.00%52.10%
53.33%

Color #4B7739 in popluar number systems.

HEX4B7739
Decimal7511957
Binary10010111110111111001
Octal11316771

Shades and tints

Shades of #4B7739

#4B7739
(75,119,57)
#456D34
(69,109,52)
#3F632F
(63,99,47)
#39592A
(57,89,42)
#334F25
(51,79,37)
#2D4520
(45,69,32)
#273B1B
(39,59,27)
#213116
(33,49,22)
#1B2711
(27,39,17)
#151D0C
(21,29,12)
#0F1307
(15,19,7)
#000000
(0,0,0)

Tints of #4B7739

#4B7739
(75,119,57)
#5B834B
(91,131,75)
#6B8F5D
(107,143,93)
#7B9B6F
(123,155,111)
#8BA781
(139,167,129)
#9BB393
(155,179,147)
#ABBFA5
(171,191,165)
#BBCBB7
(187,203,183)
#CBD7C9
(203,215,201)
#DBE3DB
(219,227,219)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7739; }

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

This text font color is #4B7739.


Background Color

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

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

This div background color is #4B7739.


Border color

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

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

This div border color is #4B7739.


Opacity

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

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

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

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

This text has shadow with #4B7739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7739 on black background.


Color preview on white background

This text has color #4B7739 on white background.



Black color preview on #4B7739 background

This text has black color on #4B7739 background.


White color preview on #4B7739 background

This text has white color on #4B7739 background.