COLOR #263409

HEX: #263409
RGB: (38,52,9)

Color info

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

RGB color model

#263409 color RGB value is (38,52,9).

  • red value is 38;
  • green value is 52;
  • blue value is 9.
RGB:
(38,52,9)
(15%,20%,4%)

RGB channels and saturation

R 38 of 255 = 15%
G 52 of 255 = 20%
B 9 of 255 = 4%

38
52
9

R + G + B ~ 13%. #263409 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 52 + 9 = 99 (100%)
R 38 of 99 ~ 38.38%
G 52 of 99 ~ 52.53%
B 9 of 99 ~ 9.09%

%38.38
%52.53

CMYK color model

#263409 color CMYK value is (27,0,83,80).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 82.69%
  • key color value is 79.61%
CMYK:
(27,0,83,80)
C27M0Y83K80 
(27%,0%,83%,80%)
(0.27/0.00/0.83/0.80)	

CMYK percentages

%26.92
%0
%82.69
%79.61

Codes

Color #263409 in popluar color models

263409
RGB38529
HSL80°70.49%11.96%
HSB/HSV80°82.69%20.39%
CMYK26.92%0.00%82.69%
79.61%

Color #263409 in popluar number systems.

HEX263409
Decimal38529
Binary1001101101001001
Octal466411

Shades and tints

Shades of #263409

#263409
(38,52,9)
#233009
(35,48,9)
#202C09
(32,44,9)
#1D2809
(29,40,9)
#1A2409
(26,36,9)
#172009
(23,32,9)
#141C09
(20,28,9)
#111809
(17,24,9)
#0E1409
(14,20,9)
#0B1009
(11,16,9)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #263409

#263409
(38,52,9)
#39461F
(57,70,31)
#4C5835
(76,88,53)
#5F6A4B
(95,106,75)
#727C61
(114,124,97)
#858E77
(133,142,119)
#98A08D
(152,160,141)
#ABB2A3
(171,178,163)
#BEC4B9
(190,196,185)
#D1D6CF
(209,214,207)
#E4E8E5
(228,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263409 color. Also use rgb(38,52,9) instead hex code.

Text Font Color

.myTextColor { color: #263409; }

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

This text font color is #263409.


Background Color

.myBgColor { background-color: #263409; }

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

This div background color is #263409.


Border color

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

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

This div border color is #263409.


Opacity

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

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

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

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

This text has shadow with #263409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263409 on black background.


Color preview on white background

This text has color #263409 on white background.



Black color preview on #263409 background

This text has black color on #263409 background.


White color preview on #263409 background

This text has white color on #263409 background.