COLOR #4BCA67

HEX: #4BCA67
RGB: (75,202,103)

Color info

#4BCA67 contains mainly green color. Web safe color of #4BCA67 is #33CC66 (or #3C6).

RGB color model

#4BCA67 color RGB value is (75,202,103).

  • red value is 75;
  • green value is 202;
  • blue value is 103.
RGB:
(75,202,103)
(29%,79%,40%)

RGB channels and saturation

R 75 of 255 = 29%
G 202 of 255 = 79%
B 103 of 255 = 40%

75
202
103

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

Portions of RGB colors in percentages

R + G + B =
75 + 202 + 103 = 380 (100%)
R 75 of 380 ~ 19.74%
G 202 of 380 ~ 53.16%
B 103 of 380 ~ 27.11%

%19.74
%53.16
%27.11

CMYK color model

#4BCA67 color CMYK value is (63,0,49,21).

  • cyan value is 62.87%
  • magenta value is 0.00%
  • yellow value is 49.01%
  • key color value is 20.78%
CMYK:
(63,0,49,21)
C63M0Y49K21 
(63%,0%,49%,21%)
(0.63/0.00/0.49/0.21)	

CMYK percentages

%62.87
%0
%49.01
%20.78

Codes

Color #4BCA67 in popluar color models

4BCA67
RGB75202103
HSL133°54.51%54.31%
HSB/HSV133°62.87%79.22%
CMYK62.87%0.00%49.01%
20.78%

Color #4BCA67 in popluar number systems.

HEX4BCA67
Decimal75202103
Binary1001011110010101100111
Octal113312147

Shades and tints

Shades of #4BCA67

#4BCA67
(75,202,103)
#45B85E
(69,184,94)
#3FA655
(63,166,85)
#39944C
(57,148,76)
#338243
(51,130,67)
#2D703A
(45,112,58)
#275E31
(39,94,49)
#214C28
(33,76,40)
#1B3A1F
(27,58,31)
#152816
(21,40,22)
#0F160D
(15,22,13)
#000000
(0,0,0)

Tints of #4BCA67

#4BCA67
(75,202,103)
#5BCE74
(91,206,116)
#6BD281
(107,210,129)
#7BD68E
(123,214,142)
#8BDA9B
(139,218,155)
#9BDEA8
(155,222,168)
#ABE2B5
(171,226,181)
#BBE6C2
(187,230,194)
#CBEACF
(203,234,207)
#DBEEDC
(219,238,220)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BCA67 color. Also use rgb(75,202,103) instead hex code.

Text Font Color

.myTextColor { color: #4BCA67; }

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

This text font color is #4BCA67.


Background Color

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

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

This div background color is #4BCA67.


Border color

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

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

This div border color is #4BCA67.


Opacity

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

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

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

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

This text has shadow with #4BCA67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BCA67 on black background.


Color preview on white background

This text has color #4BCA67 on white background.



Black color preview on #4BCA67 background

This text has black color on #4BCA67 background.


White color preview on #4BCA67 background

This text has white color on #4BCA67 background.