COLOR #263C3A

HEX: #263C3A
RGB: (38,60,58)

Color info

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

RGB color model

#263C3A color RGB value is (38,60,58).

  • red value is 38;
  • green value is 60;
  • blue value is 58.
RGB:
(38,60,58)
(15%,24%,23%)

RGB channels and saturation

R 38 of 255 = 15%
G 60 of 255 = 24%
B 58 of 255 = 23%

38
60
58

R + G + B ~ 21%. #263C3A is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 60 + 58 = 156 (100%)
R 38 of 156 ~ 24.36%
G 60 of 156 ~ 38.46%
B 58 of 156 ~ 37.18%

%24.36
%38.46
%37.18

CMYK color model

#263C3A color CMYK value is (37,0,3,76).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 76.47%
CMYK:
(37,0,3,76)
C37M0Y3K76 
(37%,0%,3%,76%)
(0.37/0.00/0.03/0.76)	

CMYK percentages

%36.67
%0
%3.33
%76.47

Codes

Color #263C3A in popluar color models

263C3A
RGB386058
HSL175°22.45%19.22%
HSB/HSV175°36.67%23.53%
CMYK36.67%0.00%3.33%
76.47%

Color #263C3A in popluar number systems.

HEX263C3A
Decimal386058
Binary100110111100111010
Octal467472

Shades and tints

Shades of #263C3A

#263C3A
(38,60,58)
#233735
(35,55,53)
#203230
(32,50,48)
#1D2D2B
(29,45,43)
#1A2826
(26,40,38)
#172321
(23,35,33)
#141E1C
(20,30,28)
#111917
(17,25,23)
#0E1412
(14,20,18)
#0B0F0D
(11,15,13)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #263C3A

#263C3A
(38,60,58)
#394D4B
(57,77,75)
#4C5E5C
(76,94,92)
#5F6F6D
(95,111,109)
#72807E
(114,128,126)
#85918F
(133,145,143)
#98A2A0
(152,162,160)
#ABB3B1
(171,179,177)
#BEC4C2
(190,196,194)
#D1D5D3
(209,213,211)
#E4E6E4
(228,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263C3A color. Also use rgb(38,60,58) instead hex code.

Text Font Color

.myTextColor { color: #263C3A; }

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

This text font color is #263C3A.


Background Color

.myBgColor { background-color: #263C3A; }

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

This div background color is #263C3A.


Border color

.myBorderColor { border: 1px solid #263C3A; }

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

This div border color is #263C3A.


Opacity

.myOpacity80 { color: #263C3A; opacity: 0.8; }

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

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

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

This text has shadow with #263C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263C3A on black background.


Color preview on white background

This text has color #263C3A on white background.



Black color preview on #263C3A background

This text has black color on #263C3A background.


White color preview on #263C3A background

This text has white color on #263C3A background.