COLOR #3FBE75

HEX: #3FBE75 RGB: (63,190,117)

Color info

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

RGB color model

#3FBE75 color RGB value is (63,190,117).

RGB: (63,190,117) (25%, 75%, 46%)

RGB channels and saturation

R 63 of 255 = 25%
G 190 of 255 = 75%
B 117 of 255 = 46%

63
190
117

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

Portions of RGB colors in percentages

R + G + B = 63 + 190 + 117 = 370 (100%)
R 63 of 370 ~ 17.03%
G 190 of 370 ~ 51.35%
B 117 of 370 ~ 31.62'%

%17.03
%51.35
%31.62

CMYK color model

#3FBE75 color CMYK value is (67,0,38,25).

  • cyan value is 66.84%
  • magenta value is 0.00%
  • yellow value is 38.42%
  • key color value is 25.49%
CMYK: (67,0,38,25) C67M0Y38K25 (67%,0%,38%,25%) (0.67/0.00/0.38/0.25) 

CMYK percentages

%66.84
%0
%38.42
%25.49

Codes

Color #3FBE75 in popluar color models

3F BE 75
RGB 63 190 117
HSL 146° 50.20% 49.61%
HSB/HSV 146° 66.84% 74.51%
CMYK 66.84% 0.00% 38.42%
25.49%

Color #3FBE75 in popluar number systems.

HEX 3F BE 75
Decimal 63 190 117
Binary 111111 10111110 1110101
Octal 77 276 165

Shades and tints

Shades of #3FBE75

#3FBE75
(63,190,117)
#3AAD6B
(58,173,107)
#359C61
(53,156,97)
#308B57
(48,139,87)
#2B7A4D
(43,122,77)
#266943
(38,105,67)
#215839
(33,88,57)
#1C472F
(28,71,47)
#173625
(23,54,37)
#12251B
(18,37,27)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #3FBE75

#3FBE75
(63,190,117)
#50C381
(80,195,129)
#61C88D
(97,200,141)
#72CD99
(114,205,153)
#83D2A5
(131,210,165)
#94D7B1
(148,215,177)
#A5DCBD
(165,220,189)
#B6E1C9
(182,225,201)
#C7E6D5
(199,230,213)
#D8EBE1
(216,235,225)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FBE75 color. Also use rgb(63,190,117) instead hex code.

Text Font Color

.myTextColor { color: #3FBE75; }

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

This text font color is #3FBE75.

Background Color

.myBgColor { background-color: #3FBE75; }

<div style="background-color:#3FBE75">Inner text</div>

This div background color is #3FBE75.

Border color

.myBorderColor { border: 1px solid #3FBE75; }

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

This div border color is #3FBE75.

Opacity

.myOpacity80 { color: #3FBE75; opacity: 0.8; }

<p style="color:#3FBE75;opacity:0.8;">80%</p>

Text with #3FBE75 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 #3FBE75;}

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

This text has shadow with #3FBE75 color.


.textShadow {text-shadow: 3px 3px 1px #3FBE75', 3px 3px 1px red;}

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

This text has shadow with #3FBE75 primary color and red secondary color.


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

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

This text has shadow with #3FBE75 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3FBE75; -webkit-box-shadow: 1px 1px 3px 2px #3FBE75; box-shadow:1px 1px 3px 2px #3FBE75;">
Div content here
</div>

This div box has shadow with color #3FBE75.

Preview

Color preview on black background

This text has color #3FBE75 on black background.


Color preview on white background

This text has color #3FBE75 on white background.


Black color preview on #3FBE75 background

This text has black color on #3FBE75 background.


White color preview on #3FBE75 background

This text has white color on #3FBE75 background.


Related colors

Complementary color

Complementary color for #hex is #C0418A.


I love getcolorcode.com

Triadic colors

1 #753FBE and #BE753F with #3FBE75 are triadic colors.

2 #75BE3F and #BE3F75 with #3FBE75 are triadic colors.