COLOR #4BA38D

HEX: #4BA38D
RGB: (75,163,141)

Color info

#4BA38D contains mainly green and blue colors. Web safe color of #4BA38D is #339999 (or #399).

RGB color model

#4BA38D color RGB value is (75,163,141).

  • red value is 75;
  • green value is 163;
  • blue value is 141.
RGB:
(75,163,141)
(29%,64%,55%)

RGB channels and saturation

R 75 of 255 = 29%
G 163 of 255 = 64%
B 141 of 255 = 55%

75
163
141

R + G + B ~ 49%. #4BA38D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 163 + 141 = 379 (100%)
R 75 of 379 ~ 19.79%
G 163 of 379 ~ 43.01%
B 141 of 379 ~ 37.2%

%19.79
%43.01
%37.2

CMYK color model

#4BA38D color CMYK value is (54,0,13,36).

  • cyan value is 53.99%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 36.08%
CMYK:
(54,0,13,36)
C54M0Y13K36 
(54%,0%,13%,36%)
(0.54/0.00/0.13/0.36)	

CMYK percentages

%53.99
%0
%13.5
%36.08

Codes

Color #4BA38D in popluar color models

4BA38D
RGB75163141
HSL165°36.97%46.67%
HSB/HSV165°53.99%63.92%
CMYK53.99%0.00%13.50%
36.08%

Color #4BA38D in popluar number systems.

HEX4BA38D
Decimal75163141
Binary10010111010001110001101
Octal113243215

Shades and tints

Shades of #4BA38D

#4BA38D
(75,163,141)
#459581
(69,149,129)
#3F8775
(63,135,117)
#397969
(57,121,105)
#336B5D
(51,107,93)
#2D5D51
(45,93,81)
#274F45
(39,79,69)
#214139
(33,65,57)
#1B332D
(27,51,45)
#152521
(21,37,33)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #4BA38D

#4BA38D
(75,163,141)
#5BAB97
(91,171,151)
#6BB3A1
(107,179,161)
#7BBBAB
(123,187,171)
#8BC3B5
(139,195,181)
#9BCBBF
(155,203,191)
#ABD3C9
(171,211,201)
#BBDBD3
(187,219,211)
#CBE3DD
(203,227,221)
#DBEBE7
(219,235,231)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BA38D color. Also use rgb(75,163,141) instead hex code.

Text Font Color

.myTextColor { color: #4BA38D; }

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

This text font color is #4BA38D.


Background Color

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

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

This div background color is #4BA38D.


Border color

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

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

This div border color is #4BA38D.


Opacity

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

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

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

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

This text has shadow with #4BA38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BA38D on black background.


Color preview on white background

This text has color #4BA38D on white background.



Black color preview on #4BA38D background

This text has black color on #4BA38D background.


White color preview on #4BA38D background

This text has white color on #4BA38D background.