COLOR #38607A

HEX: #38607A
RGB: (56,96,122)

Color info

#38607A contains mainly green and blue colors. Web safe color of #38607A is #336666 (or #366).

RGB color model

#38607A color RGB value is (56,96,122).

  • red value is 56;
  • green value is 96;
  • blue value is 122.
RGB:
(56,96,122)
(22%,38%,48%)

RGB channels and saturation

R 56 of 255 = 22%
G 96 of 255 = 38%
B 122 of 255 = 48%

56
96
122

R + G + B ~ 36%. #38607A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 96 + 122 = 274 (100%)
R 56 of 274 ~ 20.44%
G 96 of 274 ~ 35.04%
B 122 of 274 ~ 44.53%

%20.44
%35.04
%44.53

CMYK color model

#38607A color CMYK value is (54,21,0,52).

  • cyan value is 54.10%
  • magenta value is 21.31%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(54,21,0,52)
C54M21Y0K52 
(54%,21%,0%,52%)
(0.54/0.21/0.00/0.52)	

CMYK percentages

%54.1
%21.31
%0
%52.16

Codes

Color #38607A in popluar color models

38607A
RGB5696122
HSL204°37.08%34.90%
HSB/HSV204°54.10%47.84%
CMYK54.10%21.31%0.00%
52.16%

Color #38607A in popluar number systems.

HEX38607A
Decimal5696122
Binary11100011000001111010
Octal70140172

Shades and tints

Shades of #38607A

#38607A
(56,96,122)
#33586F
(51,88,111)
#2E5064
(46,80,100)
#294859
(41,72,89)
#24404E
(36,64,78)
#1F3843
(31,56,67)
#1A3038
(26,48,56)
#15282D
(21,40,45)
#102022
(16,32,34)
#0B1817
(11,24,23)
#06100C
(6,16,12)
#000000
(0,0,0)

Tints of #38607A

#38607A
(56,96,122)
#4A6E86
(74,110,134)
#5C7C92
(92,124,146)
#6E8A9E
(110,138,158)
#8098AA
(128,152,170)
#92A6B6
(146,166,182)
#A4B4C2
(164,180,194)
#B6C2CE
(182,194,206)
#C8D0DA
(200,208,218)
#DADEE6
(218,222,230)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38607A color. Also use rgb(56,96,122) instead hex code.

Text Font Color

.myTextColor { color: #38607A; }

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

This text font color is #38607A.


Background Color

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

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

This div background color is #38607A.


Border color

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

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

This div border color is #38607A.


Opacity

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

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

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

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

This text has shadow with #38607A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38607A on black background.


Color preview on white background

This text has color #38607A on white background.



Black color preview on #38607A background

This text has black color on #38607A background.


White color preview on #38607A background

This text has white color on #38607A background.