COLOR #263B15

HEX: #263B15 RGB: (38,59,21)

Color info

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

RGB color model

#263B15 color RGB value is (38,59,21).

RGB: (38,59,21) (15%, 23%, 8%)

RGB channels and saturation

R 38 of 255 = 15%
G 59 of 255 = 23%
B 21 of 255 = 8%

38
59
21

R + G + B ~ 15%. #263B15 is dark color.

Portions of RGB colors in percentages

R + G + B = 38 + 59 + 21 = 118 (100%)
R 38 of 118 ~ 32.2%
G 59 of 118 ~ 50%
B 21 of 118 ~ 17.8'%

%32.2
%50
%17.8

CMYK color model

#263B15 color CMYK value is (36,0,64,77).

  • cyan value is 35.59%
  • magenta value is 0.00%
  • yellow value is 64.41%
  • key color value is 76.86%

CMYK: (36,0,64,77)
C36M0Y64K77 (36%, 0%, 64%, 77%)
(0.36 / 0.00 / 0.64 / 0.77)

CMYK percentages

%35.59
%0
%64.41
%76.86

Codes

Color #263B15 in popluar color models

26 3B 15
RGB 38 59 21
HSL 93° 47.50% 15.69%
HSB/HSV 93° 64.41% 23.14%
CMYK 35.59% 0.00% 64.41%
76.86%

Color #263B15 in popluar number systems.

HEX 26 3B 15
Decimal 38 59 21
Binary 100110 111011 10101
Octal 46 73 25

Shades and tints

Shades of #263B15

#263B15
(38,59,21)
#233614
(35,54,20)
#203113
(32,49,19)
#1D2C12
(29,44,18)
#1A2711
(26,39,17)
#172210
(23,34,16)
#141D0F
(20,29,15)
#11180E
(17,24,14)
#0E130D
(14,19,13)
#0B0E0C
(11,14,12)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #263B15

#263B15
(38,59,21)
#394C2A
(57,76,42)
#4C5D3F
(76,93,63)
#5F6E54
(95,110,84)
#727F69
(114,127,105)
#85907E
(133,144,126)
#98A193
(152,161,147)
#ABB2A8
(171,178,168)
#BEC3BD
(190,195,189)
#D1D4D2
(209,212,210)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263B15; }

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

This text font color is #263B15.

Background Color

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

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

This div background color is #263B15.

Border color

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

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

This div border color is #263B15.

Opacity

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

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

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

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

This text has shadow with #263B15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #263B15.

Preview

Color preview on black background

This text has color #263B15 on black background.


Color preview on white background

This text has color #263B15 on white background.


Black color preview on #263B15 background

This text has black color on #263B15 background.


White color preview on #263B15 background

This text has white color on #263B15 background.


Related colors

Complementary color

Complementary color for #hex is #D9C4EA.


I love getcolorcode.com

Triadic colors

1 #15263B and #3B1526 with #263B15 are triadic colors.

2 #153B26 and #3B2615 with #263B15 are triadic colors.