COLOR #267349

HEX: #267349
RGB: (38,115,73)

Color info

#267349 contains mainly green and blue colors. Web safe color of #267349 is #336633 (or #363).

RGB color model

#267349 color RGB value is (38,115,73).

  • red value is 38;
  • green value is 115;
  • blue value is 73.
RGB:
(38,115,73)
(15%,45%,29%)

RGB channels and saturation

R 38 of 255 = 15%
G 115 of 255 = 45%
B 73 of 255 = 29%

38
115
73

R + G + B ~ 30%. #267349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 115 + 73 = 226 (100%)
R 38 of 226 ~ 16.81%
G 115 of 226 ~ 50.88%
B 73 of 226 ~ 32.3%

%16.81
%50.88
%32.3

CMYK color model

#267349 color CMYK value is (67,0,37,55).

  • cyan value is 66.96%
  • magenta value is 0.00%
  • yellow value is 36.52%
  • key color value is 54.90%
CMYK:
(67,0,37,55)
C67M0Y37K55 
(67%,0%,37%,55%)
(0.67/0.00/0.37/0.55)	

CMYK percentages

%66.96
%0
%36.52
%54.9

Codes

Color #267349 in popluar color models

267349
RGB3811573
HSL147°50.33%30.00%
HSB/HSV147°66.96%45.10%
CMYK66.96%0.00%36.52%
54.90%

Color #267349 in popluar number systems.

HEX267349
Decimal3811573
Binary10011011100111001001
Octal46163111

Shades and tints

Shades of #267349

#267349
(38,115,73)
#236943
(35,105,67)
#205F3D
(32,95,61)
#1D5537
(29,85,55)
#1A4B31
(26,75,49)
#17412B
(23,65,43)
#143725
(20,55,37)
#112D1F
(17,45,31)
#0E2319
(14,35,25)
#0B1913
(11,25,19)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #267349

#267349
(38,115,73)
#397F59
(57,127,89)
#4C8B69
(76,139,105)
#5F9779
(95,151,121)
#72A389
(114,163,137)
#85AF99
(133,175,153)
#98BBA9
(152,187,169)
#ABC7B9
(171,199,185)
#BED3C9
(190,211,201)
#D1DFD9
(209,223,217)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #267349 color. Also use rgb(38,115,73) instead hex code.

Text Font Color

.myTextColor { color: #267349; }

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

This text font color is #267349.


Background Color

.myBgColor { background-color: #267349; }

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

This div background color is #267349.


Border color

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

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

This div border color is #267349.


Opacity

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

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

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

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

This text has shadow with #267349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #267349 on black background.


Color preview on white background

This text has color #267349 on white background.



Black color preview on #267349 background

This text has black color on #267349 background.


White color preview on #267349 background

This text has white color on #267349 background.