COLOR #5FB38D

HEX: #5FB38D
RGB: (95,179,141)

Color info

#5FB38D contains mainly green and blue colors. Web safe color of #5FB38D is #669999 (or #699).

RGB color model

#5FB38D color RGB value is (95,179,141).

  • red value is 95;
  • green value is 179;
  • blue value is 141.
RGB:
(95,179,141)
(37%,70%,55%)

RGB channels and saturation

R 95 of 255 = 37%
G 179 of 255 = 70%
B 141 of 255 = 55%

95
179
141

R + G + B ~ 54%. #5FB38D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 179 + 141 = 415 (100%)
R 95 of 415 ~ 22.89%
G 179 of 415 ~ 43.13%
B 141 of 415 ~ 33.98%

%22.89
%43.13
%33.98

CMYK color model

#5FB38D color CMYK value is (47,0,21,30).

  • cyan value is 46.93%
  • magenta value is 0.00%
  • yellow value is 21.23%
  • key color value is 29.80%
CMYK:
(47,0,21,30)
C47M0Y21K30 
(47%,0%,21%,30%)
(0.47/0.00/0.21/0.30)	

CMYK percentages

%46.93
%0
%21.23
%29.8

Codes

Color #5FB38D in popluar color models

5FB38D
RGB95179141
HSL153°35.59%53.73%
HSB/HSV153°46.93%70.20%
CMYK46.93%0.00%21.23%
29.80%

Color #5FB38D in popluar number systems.

HEX5FB38D
Decimal95179141
Binary10111111011001110001101
Octal137263215

Shades and tints

Shades of #5FB38D

#5FB38D
(95,179,141)
#57A381
(87,163,129)
#4F9375
(79,147,117)
#478369
(71,131,105)
#3F735D
(63,115,93)
#376351
(55,99,81)
#2F5345
(47,83,69)
#274339
(39,67,57)
#1F332D
(31,51,45)
#172321
(23,35,33)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #5FB38D

#5FB38D
(95,179,141)
#6DB997
(109,185,151)
#7BBFA1
(123,191,161)
#89C5AB
(137,197,171)
#97CBB5
(151,203,181)
#A5D1BF
(165,209,191)
#B3D7C9
(179,215,201)
#C1DDD3
(193,221,211)
#CFE3DD
(207,227,221)
#DDE9E7
(221,233,231)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB38D color. Also use rgb(95,179,141) instead hex code.

Text Font Color

.myTextColor { color: #5FB38D; }

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

This text font color is #5FB38D.


Background Color

.myBgColor { background-color: #5FB38D; }

<div style="background-color:#5FB38D">Inner text</div>

This div background color is #5FB38D.


Border color

.myBorderColor { border: 1px solid #5FB38D; }

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

This div border color is #5FB38D.


Opacity

.myOpacity80 { color: #5FB38D; opacity: 0.8; }

<p style="color:#5FB38D;opacity:0.8;">80%</p>

Text with #5FB38D 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 #5FB38D;}

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

This text has shadow with #5FB38D color.

.textShadow {text-shadow: 3px 3px 1px #5FB38D, 3px 3px 1px red;}

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

This text has shadow with #5FB38D primary color and red secondary color.


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

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

This text has shadow with #5FB38D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FB38D on black background.


Color preview on white background

This text has color #5FB38D on white background.



Black color preview on #5FB38D background

This text has black color on #5FB38D background.


White color preview on #5FB38D background

This text has white color on #5FB38D background.