COLOR #4CB265

HEX: #4CB265
RGB: (76,178,101)

Color info

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

RGB color model

#4CB265 color RGB value is (76,178,101).

  • red value is 76;
  • green value is 178;
  • blue value is 101.
RGB:
(76,178,101)
(30%,70%,40%)

RGB channels and saturation

R 76 of 255 = 30%
G 178 of 255 = 70%
B 101 of 255 = 40%

76
178
101

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

Portions of RGB colors in percentages

R + G + B =
76 + 178 + 101 = 355 (100%)
R 76 of 355 ~ 21.41%
G 178 of 355 ~ 50.14%
B 101 of 355 ~ 28.45%

%21.41
%50.14
%28.45

CMYK color model

#4CB265 color CMYK value is (57,0,43,30).

  • cyan value is 57.30%
  • magenta value is 0.00%
  • yellow value is 43.26%
  • key color value is 30.20%
CMYK:
(57,0,43,30)
C57M0Y43K30 
(57%,0%,43%,30%)
(0.57/0.00/0.43/0.30)	

CMYK percentages

%57.3
%0
%43.26
%30.2

Codes

Color #4CB265 in popluar color models

4CB265
RGB76178101
HSL135°40.16%49.80%
HSB/HSV135°57.30%69.80%
CMYK57.30%0.00%43.26%
30.20%

Color #4CB265 in popluar number systems.

HEX4CB265
Decimal76178101
Binary1001100101100101100101
Octal114262145

Shades and tints

Shades of #4CB265

#4CB265
(76,178,101)
#46A25C
(70,162,92)
#409253
(64,146,83)
#3A824A
(58,130,74)
#347241
(52,114,65)
#2E6238
(46,98,56)
#28522F
(40,82,47)
#224226
(34,66,38)
#1C321D
(28,50,29)
#162214
(22,34,20)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #4CB265

#4CB265
(76,178,101)
#5CB973
(92,185,115)
#6CC081
(108,192,129)
#7CC78F
(124,199,143)
#8CCE9D
(140,206,157)
#9CD5AB
(156,213,171)
#ACDCB9
(172,220,185)
#BCE3C7
(188,227,199)
#CCEAD5
(204,234,213)
#DCF1E3
(220,241,227)
#ECF8F1
(236,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB265 color. Also use rgb(76,178,101) instead hex code.

Text Font Color

.myTextColor { color: #4CB265; }

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

This text font color is #4CB265.


Background Color

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

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

This div background color is #4CB265.


Border color

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

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

This div border color is #4CB265.


Opacity

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

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

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

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

This text has shadow with #4CB265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB265 on black background.


Color preview on white background

This text has color #4CB265 on white background.



Black color preview on #4CB265 background

This text has black color on #4CB265 background.


White color preview on #4CB265 background

This text has white color on #4CB265 background.