COLOR #4BAF5A

HEX: #4BAF5A
RGB: (75,175,90)

Color info

#4BAF5A contains mainly green color. Web safe color of #4BAF5A is #339966 (or #396).

RGB color model

#4BAF5A color RGB value is (75,175,90).

  • red value is 75;
  • green value is 175;
  • blue value is 90.
RGB:
(75,175,90)
(29%,69%,35%)

RGB channels and saturation

R 75 of 255 = 29%
G 175 of 255 = 69%
B 90 of 255 = 35%

75
175
90

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

Portions of RGB colors in percentages

R + G + B =
75 + 175 + 90 = 340 (100%)
R 75 of 340 ~ 22.06%
G 175 of 340 ~ 51.47%
B 90 of 340 ~ 26.47%

%22.06
%51.47
%26.47

CMYK color model

#4BAF5A color CMYK value is (57,0,49,31).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 48.57%
  • key color value is 31.37%
CMYK:
(57,0,49,31)
C57M0Y49K31 
(57%,0%,49%,31%)
(0.57/0.00/0.49/0.31)	

CMYK percentages

%57.14
%0
%48.57
%31.37

Codes

Color #4BAF5A in popluar color models

4BAF5A
RGB7517590
HSL129°40.00%49.02%
HSB/HSV129°57.14%68.63%
CMYK57.14%0.00%48.57%
31.37%

Color #4BAF5A in popluar number systems.

HEX4BAF5A
Decimal7517590
Binary1001011101011111011010
Octal113257132

Shades and tints

Shades of #4BAF5A

#4BAF5A
(75,175,90)
#45A052
(69,160,82)
#3F914A
(63,145,74)
#398242
(57,130,66)
#33733A
(51,115,58)
#2D6432
(45,100,50)
#27552A
(39,85,42)
#214622
(33,70,34)
#1B371A
(27,55,26)
#152812
(21,40,18)
#0F190A
(15,25,10)
#000000
(0,0,0)

Tints of #4BAF5A

#4BAF5A
(75,175,90)
#5BB669
(91,182,105)
#6BBD78
(107,189,120)
#7BC487
(123,196,135)
#8BCB96
(139,203,150)
#9BD2A5
(155,210,165)
#ABD9B4
(171,217,180)
#BBE0C3
(187,224,195)
#CBE7D2
(203,231,210)
#DBEEE1
(219,238,225)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BAF5A color. Also use rgb(75,175,90) instead hex code.

Text Font Color

.myTextColor { color: #4BAF5A; }

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

This text font color is #4BAF5A.


Background Color

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

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

This div background color is #4BAF5A.


Border color

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

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

This div border color is #4BAF5A.


Opacity

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

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

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

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

This text has shadow with #4BAF5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BAF5A on black background.


Color preview on white background

This text has color #4BAF5A on white background.



Black color preview on #4BAF5A background

This text has black color on #4BAF5A background.


White color preview on #4BAF5A background

This text has white color on #4BAF5A background.