COLOR #48836C

HEX: #48836C
RGB: (72,131,108)

Renk bilgisi

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

RGB renk modeli

#48836C color RGB value is (72,131,108).

  • kırmız ton 72;
  • yeşil ton 131;
  • mavi ton 108.
RGB:
(72,131,108)
(28%,51%,42%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 131 of 255 = 51%
B 108 of 255 = 42%

72
131
108

R + G + B ~ 40%. #48836C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 131 + 108 = 311 (100%)
R 72 of 311 ~ 23.15%
G 131 of 311 ~ 42.12%
B 108 of 311 ~ 34.73%

%23.15
%42.12
%34.73

CMYK RENK MODELİ

#48836C rengi CMYK tonu (45,0,18,49).

  • camgöbeği tonu 45.04%
  • eflatun tonu 0.00%
  • sarı tonu 17.56%
  • ana renk tonu 48.63%
CMYK:
(45,0,18,49)
C45M0Y18K49 
(45%,0%,18%,49%)
(0.45/0.00/0.18/0.49)	

CMYK yüzdeleri

%45.04
%0
%17.56
%48.63

Codes

Color #48836C in popluar color models

48836C
RGB72131108
HSL157°29.06%39.80%
HSB/HSV157°45.04%51.37%
CMYK45.04%0.00%17.56%
48.63%

Color #48836C in popluar number systems.

HEX48836C
Decimal72131108
Binary1001000100000111101100
Octal110203154

Shades and tints

Shades of #48836C

#48836C
(72,131,108)
#427863
(66,120,99)
#3C6D5A
(60,109,90)
#366251
(54,98,81)
#305748
(48,87,72)
#2A4C3F
(42,76,63)
#244136
(36,65,54)
#1E362D
(30,54,45)
#182B24
(24,43,36)
#12201B
(18,32,27)
#0C1512
(12,21,18)
#000000
(0,0,0)

Tints of #48836C

#48836C
(72,131,108)
#588E79
(88,142,121)
#689986
(104,153,134)
#78A493
(120,164,147)
#88AFA0
(136,175,160)
#98BAAD
(152,186,173)
#A8C5BA
(168,197,186)
#B8D0C7
(184,208,199)
#C8DBD4
(200,219,212)
#D8E6E1
(216,230,225)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48836C color. Also use rgb(72,131,108) instead hex code.

Text Font Color

.myTextColor { color: #48836C; }

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

This text font color is #48836C.


Background Color

.myBgColor { background-color: #48836C; }

<div style="background-color:#48836C">Inner text</div>

This div background color is #48836C.


Border color

.myBorderColor { border: 1px solid #48836C; }

<div style="border:3px solid #48836C">Div</div>

This div border color is #48836C.


Opacity

.myOpacity80 { color: #48836C; opacity: 0.8; }

<p style="color:#48836C;opacity:0.8;">80%</p>

Text with #48836C 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 #48836C;}

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

This text has shadow with #48836C color.

.textShadow {text-shadow: 3px 3px 1px #48836C, 3px 3px 1px red;}

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

This text has shadow with #48836C primary color and red secondary color.


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

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

This text has shadow with #48836C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48836C on black background.


Color preview on white background

This text has color #48836C on white background.



Black color preview on #48836C background

This text has black color on #48836C background.


White color preview on #48836C background

This text has white color on #48836C background.