COLOR #263666

HEX: #263666
RGB: (38,54,102)

Color info

#263666 contains mainly green and blue colors. Web safe color of #263666 is #333366 (or #336).

RGB color model

#263666 color RGB value is (38,54,102).

  • red value is 38;
  • green value is 54;
  • blue value is 102.
RGB:
(38,54,102)
(15%,21%,40%)

RGB channels and saturation

R 38 of 255 = 15%
G 54 of 255 = 21%
B 102 of 255 = 40%

38
54
102

R + G + B ~ 25%. #263666 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 54 + 102 = 194 (100%)
R 38 of 194 ~ 19.59%
G 54 of 194 ~ 27.84%
B 102 of 194 ~ 52.58%

%19.59
%27.84
%52.58

CMYK color model

#263666 color CMYK value is (63,47,0,60).

  • cyan value is 62.75%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(63,47,0,60)
C63M47Y0K60 
(63%,47%,0%,60%)
(0.63/0.47/0.00/0.60)	

CMYK percentages

%62.75
%47.06
%0
%60

Codes

Color #263666 in popluar color models

263666
RGB3854102
HSL225°45.71%27.45%
HSB/HSV225°62.75%40.00%
CMYK62.75%47.06%0.00%
60.00%

Color #263666 in popluar number systems.

HEX263666
Decimal3854102
Binary1001101101101100110
Octal4666146

Shades and tints

Shades of #263666

#263666
(38,54,102)
#23325D
(35,50,93)
#202E54
(32,46,84)
#1D2A4B
(29,42,75)
#1A2642
(26,38,66)
#172239
(23,34,57)
#141E30
(20,30,48)
#111A27
(17,26,39)
#0E161E
(14,22,30)
#0B1215
(11,18,21)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #263666

#263666
(38,54,102)
#394873
(57,72,115)
#4C5A80
(76,90,128)
#5F6C8D
(95,108,141)
#727E9A
(114,126,154)
#8590A7
(133,144,167)
#98A2B4
(152,162,180)
#ABB4C1
(171,180,193)
#BEC6CE
(190,198,206)
#D1D8DB
(209,216,219)
#E4EAE8
(228,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263666 color. Also use rgb(38,54,102) instead hex code.

Text Font Color

.myTextColor { color: #263666; }

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

This text font color is #263666.


Background Color

.myBgColor { background-color: #263666; }

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

This div background color is #263666.


Border color

.myBorderColor { border: 1px solid #263666; }

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

This div border color is #263666.


Opacity

.myOpacity80 { color: #263666; opacity: 0.8; }

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

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

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

This text has shadow with #263666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263666 on black background.


Color preview on white background

This text has color #263666 on white background.



Black color preview on #263666 background

This text has black color on #263666 background.


White color preview on #263666 background

This text has white color on #263666 background.