COLOR #263339

HEX: #263339
RGB: (38,51,57)

Color info

#263339 contains red, green and blue colors in about the same proportion. Web safe color of #263339 is #333333 (or #333).

RGB color model

#263339 color RGB value is (38,51,57).

  • red value is 38;
  • green value is 51;
  • blue value is 57.
RGB:
(38,51,57)
(15%,20%,22%)

RGB channels and saturation

R 38 of 255 = 15%
G 51 of 255 = 20%
B 57 of 255 = 22%

38
51
57

R + G + B ~ 19%. #263339 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 51 + 57 = 146 (100%)
R 38 of 146 ~ 26.03%
G 51 of 146 ~ 34.93%
B 57 of 146 ~ 39.04%

%26.03
%34.93
%39.04

CMYK color model

#263339 color CMYK value is (33,11,0,78).

  • cyan value is 33.33%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(33,11,0,78)
C33M11Y0K78 
(33%,11%,0%,78%)
(0.33/0.11/0.00/0.78)	

CMYK percentages

%33.33
%10.53
%0
%77.65

Codes

Color #263339 in popluar color models

263339
RGB385157
HSL199°20.00%18.63%
HSB/HSV199°33.33%22.35%
CMYK33.33%10.53%0.00%
77.65%

Color #263339 in popluar number systems.

HEX263339
Decimal385157
Binary100110110011111001
Octal466371

Shades and tints

Shades of #263339

#263339
(38,51,57)
#232F34
(35,47,52)
#202B2F
(32,43,47)
#1D272A
(29,39,42)
#1A2325
(26,35,37)
#171F20
(23,31,32)
#141B1B
(20,27,27)
#111716
(17,23,22)
#0E1311
(14,19,17)
#0B0F0C
(11,15,12)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #263339

#263339
(38,51,57)
#39454B
(57,69,75)
#4C575D
(76,87,93)
#5F696F
(95,105,111)
#727B81
(114,123,129)
#858D93
(133,141,147)
#989FA5
(152,159,165)
#ABB1B7
(171,177,183)
#BEC3C9
(190,195,201)
#D1D5DB
(209,213,219)
#E4E7ED
(228,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263339 color. Also use rgb(38,51,57) instead hex code.

Text Font Color

.myTextColor { color: #263339; }

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

This text font color is #263339.


Background Color

.myBgColor { background-color: #263339; }

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

This div background color is #263339.


Border color

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

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

This div border color is #263339.


Opacity

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

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

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

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

This text has shadow with #263339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263339 on black background.


Color preview on white background

This text has color #263339 on white background.



Black color preview on #263339 background

This text has black color on #263339 background.


White color preview on #263339 background

This text has white color on #263339 background.