COLOR #263B0A

HEX: #263B0A
RGB: (38,59,10)

Color info

#263B0A contains red, green and blue colors in about the same proportion. Web safe color of #263B0A is #333300 (or #330).

RGB color model

#263B0A color RGB value is (38,59,10).

  • red value is 38;
  • green value is 59;
  • blue value is 10.
RGB:
(38,59,10)
(15%,23%,4%)

RGB channels and saturation

R 38 of 255 = 15%
G 59 of 255 = 23%
B 10 of 255 = 4%

38
59
10

R + G + B ~ 14%. #263B0A is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 59 + 10 = 107 (100%)
R 38 of 107 ~ 35.51%
G 59 of 107 ~ 55.14%
B 10 of 107 ~ 9.35%

%35.51
%55.14

CMYK color model

#263B0A color CMYK value is (36,0,83,77).

  • cyan value is 35.59%
  • magenta value is 0.00%
  • yellow value is 83.05%
  • key color value is 76.86%
CMYK:
(36,0,83,77)
C36M0Y83K77 
(36%,0%,83%,77%)
(0.36/0.00/0.83/0.77)	

CMYK percentages

%35.59
%0
%83.05
%76.86

Codes

Color #263B0A in popluar color models

263B0A
RGB385910
HSL86°71.01%13.53%
HSB/HSV86°83.05%23.14%
CMYK35.59%0.00%83.05%
76.86%

Color #263B0A in popluar number systems.

HEX263B0A
Decimal385910
Binary1001101110111010
Octal467312

Shades and tints

Shades of #263B0A

#263B0A
(38,59,10)
#23360A
(35,54,10)
#20310A
(32,49,10)
#1D2C0A
(29,44,10)
#1A270A
(26,39,10)
#17220A
(23,34,10)
#141D0A
(20,29,10)
#11180A
(17,24,10)
#0E130A
(14,19,10)
#0B0E0A
(11,14,10)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #263B0A

#263B0A
(38,59,10)
#394C20
(57,76,32)
#4C5D36
(76,93,54)
#5F6E4C
(95,110,76)
#727F62
(114,127,98)
#859078
(133,144,120)
#98A18E
(152,161,142)
#ABB2A4
(171,178,164)
#BEC3BA
(190,195,186)
#D1D4D0
(209,212,208)
#E4E5E6
(228,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263B0A color. Also use rgb(38,59,10) instead hex code.

Text Font Color

.myTextColor { color: #263B0A; }

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

This text font color is #263B0A.


Background Color

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

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

This div background color is #263B0A.


Border color

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

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

This div border color is #263B0A.


Opacity

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

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

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

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

This text has shadow with #263B0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263B0A on black background.


Color preview on white background

This text has color #263B0A on white background.



Black color preview on #263B0A background

This text has black color on #263B0A background.


White color preview on #263B0A background

This text has white color on #263B0A background.