COLOR #38B491

HEX: #38B491
RGB: (56,180,145)

Color info

#38B491 contains mainly green and blue colors. Web safe color of #38B491 is #33CC99 (or #3C9).

RGB color model

#38B491 color RGB value is (56,180,145).

  • red value is 56;
  • green value is 180;
  • blue value is 145.
RGB:
(56,180,145)
(22%,71%,57%)

RGB channels and saturation

R 56 of 255 = 22%
G 180 of 255 = 71%
B 145 of 255 = 57%

56
180
145

R + G + B ~ 50%. #38B491 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 180 + 145 = 381 (100%)
R 56 of 381 ~ 14.7%
G 180 of 381 ~ 47.24%
B 145 of 381 ~ 38.06%

%14.7
%47.24
%38.06

CMYK color model

#38B491 color CMYK value is (69,0,19,29).

  • cyan value is 68.89%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 29.41%
CMYK:
(69,0,19,29)
C69M0Y19K29 
(69%,0%,19%,29%)
(0.69/0.00/0.19/0.29)	

CMYK percentages

%68.89
%0
%19.44
%29.41

Codes

Color #38B491 in popluar color models

38B491
RGB56180145
HSL163°52.54%46.27%
HSB/HSV163°68.89%70.59%
CMYK68.89%0.00%19.44%
29.41%

Color #38B491 in popluar number systems.

HEX38B491
Decimal56180145
Binary1110001011010010010001
Octal70264221

Shades and tints

Shades of #38B491

#38B491
(56,180,145)
#33A484
(51,164,132)
#2E9477
(46,148,119)
#29846A
(41,132,106)
#24745D
(36,116,93)
#1F6450
(31,100,80)
#1A5443
(26,84,67)
#154436
(21,68,54)
#103429
(16,52,41)
#0B241C
(11,36,28)
#06140F
(6,20,15)
#000000
(0,0,0)

Tints of #38B491

#38B491
(56,180,145)
#4ABA9B
(74,186,155)
#5CC0A5
(92,192,165)
#6EC6AF
(110,198,175)
#80CCB9
(128,204,185)
#92D2C3
(146,210,195)
#A4D8CD
(164,216,205)
#B6DED7
(182,222,215)
#C8E4E1
(200,228,225)
#DAEAEB
(218,234,235)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38B491 color. Also use rgb(56,180,145) instead hex code.

Text Font Color

.myTextColor { color: #38B491; }

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

This text font color is #38B491.


Background Color

.myBgColor { background-color: #38B491; }

<div style="background-color:#38B491">Inner text</div>

This div background color is #38B491.


Border color

.myBorderColor { border: 1px solid #38B491; }

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

This div border color is #38B491.


Opacity

.myOpacity80 { color: #38B491; opacity: 0.8; }

<p style="color:#38B491;opacity:0.8;">80%</p>

Text with #38B491 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 #38B491;}

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

This text has shadow with #38B491 color.

.textShadow {text-shadow: 3px 3px 1px #38B491, 3px 3px 1px red;}

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

This text has shadow with #38B491 primary color and red secondary color.


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

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

This text has shadow with #38B491 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38B491 on black background.


Color preview on white background

This text has color #38B491 on white background.



Black color preview on #38B491 background

This text has black color on #38B491 background.


White color preview on #38B491 background

This text has white color on #38B491 background.