COLOR #4B6250

HEX: #4B6250
RGB: (75,98,80)

Renk bilgisi

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

RGB renk modeli

#4B6250 color RGB value is (75,98,80).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 98 of 255 = 38%
B 80 of 255 = 31%

75
98
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 98 + 80 = 253 (100%)
R 75 of 253 ~ 29.64%
G 98 of 253 ~ 38.74%
B 80 of 253 ~ 31.62%

%29.64
%38.74
%31.62

CMYK RENK MODELİ

#4B6250 rengi CMYK tonu (23,0,18,62).

  • camgöbeği tonu 23.47%
  • eflatun tonu 0.00%
  • sarı tonu 18.37%
  • ana renk tonu 61.57%
CMYK:
(23,0,18,62)
C23M0Y18K62 
(23%,0%,18%,62%)
(0.23/0.00/0.18/0.62)	

CMYK yüzdeleri

%23.47
%0
%18.37
%61.57

Codes

Color #4B6250 in popluar color models

4B6250
RGB759880
HSL133°13.29%33.92%
HSB/HSV133°23.47%38.43%
CMYK23.47%0.00%18.37%
61.57%

Color #4B6250 in popluar number systems.

HEX4B6250
Decimal759880
Binary100101111000101010000
Octal113142120

Shades and tints

Shades of #4B6250

#4B6250
(75,98,80)
#455A49
(69,90,73)
#3F5242
(63,82,66)
#394A3B
(57,74,59)
#334234
(51,66,52)
#2D3A2D
(45,58,45)
#273226
(39,50,38)
#212A1F
(33,42,31)
#1B2218
(27,34,24)
#151A11
(21,26,17)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #4B6250

#4B6250
(75,98,80)
#5B705F
(91,112,95)
#6B7E6E
(107,126,110)
#7B8C7D
(123,140,125)
#8B9A8C
(139,154,140)
#9BA89B
(155,168,155)
#ABB6AA
(171,182,170)
#BBC4B9
(187,196,185)
#CBD2C8
(203,210,200)
#DBE0D7
(219,224,215)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6250 color. Also use rgb(75,98,80) instead hex code.

Text Font Color

.myTextColor { color: #4B6250; }

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

This text font color is #4B6250.


Background Color

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

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

This div background color is #4B6250.


Border color

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

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

This div border color is #4B6250.


Opacity

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

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

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

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

This text has shadow with #4B6250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6250 on black background.


Color preview on white background

This text has color #4B6250 on white background.



Black color preview on #4B6250 background

This text has black color on #4B6250 background.


White color preview on #4B6250 background

This text has white color on #4B6250 background.