COLOR #38625A

HEX: #38625A
RGB: (56,98,90)

Color info

#38625A contains red, green and blue colors in about the same proportion. Web safe color of #38625A is #336666 (or #366).

RGB color model

#38625A color RGB value is (56,98,90).

  • red value is 56;
  • green value is 98;
  • blue value is 90.
RGB:
(56,98,90)
(22%,38%,35%)

RGB channels and saturation

R 56 of 255 = 22%
G 98 of 255 = 38%
B 90 of 255 = 35%

56
98
90

R + G + B ~ 32%. #38625A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 98 + 90 = 244 (100%)
R 56 of 244 ~ 22.95%
G 98 of 244 ~ 40.16%
B 90 of 244 ~ 36.89%

%22.95
%40.16
%36.89

CMYK color model

#38625A color CMYK value is (43,0,8,62).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 8.16%
  • key color value is 61.57%
CMYK:
(43,0,8,62)
C43M0Y8K62 
(43%,0%,8%,62%)
(0.43/0.00/0.08/0.62)	

CMYK percentages

%42.86
%0
%8.16
%61.57

Codes

Color #38625A in popluar color models

38625A
RGB569890
HSL169°27.27%30.20%
HSB/HSV169°42.86%38.43%
CMYK42.86%0.00%8.16%
61.57%

Color #38625A in popluar number systems.

HEX38625A
Decimal569890
Binary11100011000101011010
Octal70142132

Shades and tints

Shades of #38625A

#38625A
(56,98,90)
#335A52
(51,90,82)
#2E524A
(46,82,74)
#294A42
(41,74,66)
#24423A
(36,66,58)
#1F3A32
(31,58,50)
#1A322A
(26,50,42)
#152A22
(21,42,34)
#10221A
(16,34,26)
#0B1A12
(11,26,18)
#06120A
(6,18,10)
#000000
(0,0,0)

Tints of #38625A

#38625A
(56,98,90)
#4A7069
(74,112,105)
#5C7E78
(92,126,120)
#6E8C87
(110,140,135)
#809A96
(128,154,150)
#92A8A5
(146,168,165)
#A4B6B4
(164,182,180)
#B6C4C3
(182,196,195)
#C8D2D2
(200,210,210)
#DAE0E1
(218,224,225)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38625A color. Also use rgb(56,98,90) instead hex code.

Text Font Color

.myTextColor { color: #38625A; }

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

This text font color is #38625A.


Background Color

.myBgColor { background-color: #38625A; }

<div style="background-color:#38625A">Inner text</div>

This div background color is #38625A.


Border color

.myBorderColor { border: 1px solid #38625A; }

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

This div border color is #38625A.


Opacity

.myOpacity80 { color: #38625A; opacity: 0.8; }

<p style="color:#38625A;opacity:0.8;">80%</p>

Text with #38625A 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 #38625A;}

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

This text has shadow with #38625A color.

.textShadow {text-shadow: 3px 3px 1px #38625A, 3px 3px 1px red;}

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

This text has shadow with #38625A primary color and red secondary color.


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

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

This text has shadow with #38625A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38625A on black background.


Color preview on white background

This text has color #38625A on white background.



Black color preview on #38625A background

This text has black color on #38625A background.


White color preview on #38625A background

This text has white color on #38625A background.