COLOR #4B825B

HEX: #4B825B
RGB: (75,130,91)

Renk bilgisi

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

RGB renk modeli

#4B825B color RGB value is (75,130,91).

  • kırmız ton 75;
  • yeşil ton 130;
  • mavi ton 91.
RGB:
(75,130,91)
(29%,51%,36%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 130 of 255 = 51%
B 91 of 255 = 36%

75
130
91

R + G + B ~ 39%. #4B825B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 130 + 91 = 296 (100%)
R 75 of 296 ~ 25.34%
G 130 of 296 ~ 43.92%
B 91 of 296 ~ 30.74%

%25.34
%43.92
%30.74

CMYK RENK MODELİ

#4B825B rengi CMYK tonu (42,0,30,49).

  • camgöbeği tonu 42.31%
  • eflatun tonu 0.00%
  • sarı tonu 30.00%
  • ana renk tonu 49.02%
CMYK:
(42,0,30,49)
C42M0Y30K49 
(42%,0%,30%,49%)
(0.42/0.00/0.30/0.49)	

CMYK yüzdeleri

%42.31
%0
%30
%49.02

Codes

Color #4B825B in popluar color models

4B825B
RGB7513091
HSL137°26.83%40.20%
HSB/HSV137°42.31%50.98%
CMYK42.31%0.00%30.00%
49.02%

Color #4B825B in popluar number systems.

HEX4B825B
Decimal7513091
Binary1001011100000101011011
Octal113202133

Shades and tints

Shades of #4B825B

#4B825B
(75,130,91)
#457753
(69,119,83)
#3F6C4B
(63,108,75)
#396143
(57,97,67)
#33563B
(51,86,59)
#2D4B33
(45,75,51)
#27402B
(39,64,43)
#213523
(33,53,35)
#1B2A1B
(27,42,27)
#151F13
(21,31,19)
#0F140B
(15,20,11)
#000000
(0,0,0)

Tints of #4B825B

#4B825B
(75,130,91)
#5B8D69
(91,141,105)
#6B9877
(107,152,119)
#7BA385
(123,163,133)
#8BAE93
(139,174,147)
#9BB9A1
(155,185,161)
#ABC4AF
(171,196,175)
#BBCFBD
(187,207,189)
#CBDACB
(203,218,203)
#DBE5D9
(219,229,217)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B825B; }

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

This text font color is #4B825B.


Background Color

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

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

This div background color is #4B825B.


Border color

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

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

This div border color is #4B825B.


Opacity

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

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

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

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

This text has shadow with #4B825B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B825B on black background.


Color preview on white background

This text has color #4B825B on white background.



Black color preview on #4B825B background

This text has black color on #4B825B background.


White color preview on #4B825B background

This text has white color on #4B825B background.